/*CSS, desktop*/
/*ALLGEMEINES*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	color: #333;
}

/*IDs*/

#header {
	width: 970px;
	padding: 0px 10px 0px 10px;
	margin:auto;
}

#nav {
	width: 100%;
	margin-bottom:40px;
}

/*LAYOUT*/

.column {
	width: 100%;
	margin:auto;
}

.top {
	width: 970px;
	height: 390px;
	padding: 10px;
	margin:auto;
}

.topShort {
	width: 970px;
	height: 100px;
	padding: 10px;
	margin:auto;
}

.top-text {
	width: 500px;
}

.box11 {
	width: 970px;
	padding: 20px 10px 10px 10px;
	margin:auto;
}

.boxEbooksolution {
	width: 970px;
	margin:auto;
	background:url(pics/logo-ebooksolution.jpg) right no-repeat;
	padding: 20px 10px 10px 10px;
}



.box-quertrenn {
	width: 970px;
	margin:auto;
}

.box11b {
	width: 970px;
	padding: 20px 10px 0px 10px;
	margin:auto;
}


.box13 {
	width: 310px;
}

.box12 {
	width: 450px;
}
.icon-gfx {
	width: 87px;
	padding-left: 10px;
	height: 140px;
	line-height: 140px;
}

.icon-text {
	width: 213px;
}

.partnerbox-l {
	float:left;
	padding-right: 10px;
}

.box-trenn {
	width: 20px;
}

.d {
	background: url(pics/mood-d.jpg) top center no-repeat;
}

.versand {
	background:url(pics/mood-versandlogistik.jpg) top center no-repeat;
}

.ecommerce {
	background:url(pics/mood-ecommerce.jpg) top center no-repeat;
}

.ebooksolution {
	background:url(pics/mood-ebooksolution.jpg) top center no-repeat;
}

.kunden {
	background:url(pics/mood-kunden.jpg) top center no-repeat;
}

.online {
	background:url(pics/mood-online.jpg) top center no-repeat;
}

.print {
	background:url(pics/mood-print.jpg) top center no-repeat;
}


.freizeitmacher {
	background: url(pics/mood-freizeitmacher.jpg) top center no-repeat;
}

.kontakt {
	background:url(pics/mood-kontakt.jpg) top center no-repeat;
}

.impressum {
	background:url(pics/mood-impressum.jpg) top center no-repeat;
}

.datenschutz {
	background:url(pics/mood-impressum.jpg) top center no-repeat;
}


.k {
	background: #91c73e url(pics/back-kontaktbar.png) top center no-repeat;
	color:#FFF;
}

.g {
	background: #898989 url(pics/back-grey.png) top center no-repeat;
	color:#FFF;
}

.f {
	background: #1a5d74 url(pics/back-footer.png) top center no-repeat;
	color:#FFF;
}

.w {
	background: #fff url(pics/back-white.png) top center no-repeat;
}

.infotext {
	font-size: 0.8em;
}

.textfields {
	width:80%;
	padding: 8px;
}

input#name:focus {
	background:#91c73e
	}
input#email:focus {
	background:#91c73e
	}
input#telefon:focus {
	background:#91c73e
	}
textarea#ihrtext:focus {
	background:#91c73e
	}

.produkt-r {
	float:right;
	padding-left: 10px;
	padding-bottom: 5px;
}
/*HTML*/

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:22px;
	color: #1a5c74;
	margin-bottom: 25px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:22px;
	color: #1a5c74;	
	margin-bottom: 15px;	
}

h2.white {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:22px;
	color:#FFF;
	margin-bottom: 15px;	
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:18px;
	color: #fff;
}

a {
	color: #1a5c74;
	text-decoration: none;
}

a:hover {
	color: #1a5c74;
	text-decoration: underline;
}

a:active {
	color: #1a5c74;
	text-decoration: underline;
}

a.mini {
	font-size: 12px;
}

.f a {
	color:#FFF;
}


/*DIVs FlOATER*/

.floater-l {
	float: left;
}

.floater-r {
	float: right;
}

.breaker {
	clear: both;
}

/*DIV AUFKLAPPEN*/

img.displayed {
    display: block;
	margin-top: 15px;
	margin-bottom:5px;
    margin-left: auto;
    margin-right: auto;
	}


