/* CSS Document */ 
/* putensenprint.de | S. Putensen, Juni 2011 */
/* (LAYOUTLINE): border: dashed 1px #eee; */

@charset 'utf-8';
@import url(reset.css);

/* //////////// HTML, BODY //////////// */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body { 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #f8f8f8;
}

#layer { 
	background-color: #f6f6f6;
	width: 100%; 
	height: auto;	
	padding: 20px 0 20px 0;
}

/* //////////// WRAPPER //////////// */

#wrapper {
	width: 890px;
	height: auto; 
	margin: 0 auto 0 auto;

}

#header { 
	width: 890px;
	height: 130px;
}

.logo {
	float: left;
	height: 25px;
	width: 235px;
	padding: 48px 0 48px 0;
	margin-left: 36px;
}

#topnavi {
	width: 200px;
	height: 30px;
	float: right; 
}

div#topnavi a { 
	text-decoration: none;
	color: #555b5d;
	padding: 0 3px 0 3px;
}

#topnavi a:hover { 
	color: #008ac2;
}


/* //////////// MENU //////////// */


#navi {  
	background-color: #008ac2;
	width: 890px;
	height: 48px;

}

#navi ul{ 
	list-style:none;
    float: left;
    margin-left: 20px;
    margin-top: 16px;
}

#navi li { 
	float:left; 
	padding: 0 20px 0 20px;
}

#navi li a {	 
	font: 17px 'TitilliumText22LRegular', Arial, sans-serif; 
	text-decoration: none;
	letter-spacing: 0;
	color: #FFF;
}

#navi a:hover {
	background: url(../img/arrow.png) bottom no-repeat;
	padding-bottom: 15px;
}

#navi li.active { 
	background: url(../img/arrow.png) bottom no-repeat;
	padding-bottom: 14px;
}

/* //////////// DIA //////////// */

.diashow { 
	width: 882px;
	margin: 25px 0 40px 0;
}

.diashow img{ 
	border: solid 6px #FFF;
    width:  878px; 
    height: 209px; 
    top:  0; 
    left: 0 		
}


.kundendiashow { 
	width: 200px;
	height: 85px;
	margin-left: 35px;
	margin-right: 25px;
}

.kundendiashow img{ 
    width:  200px; 
    top:  0; 
    left: 0 		
}


/* //////////// CONTENT //////////// */
#content {
	width: 890px; 
	height: auto; 
	margin: 0 auto; 
}

#full-col { 
	float: left;
	width: 890px; 
	margin-bottom: 60px;
}

#left-col { 
	float: left;
	width: 470px; 
}

#right-col { 
	float: left;
	width: 300px;
	margin-left: 116px; 
}

#col-planung { 
	float: left;
	width: 212px; 
	margin-right: 16px
}

#col-kreation { 
	float: left;
	width: 200px; 
	margin-right: 28px
}

#col-umsetzung { 
	float: left;
	width: 200px; 
	margin-right: 26px
}

#col-reporting { 
	float: left;
	width: 200px; 
}

.l-bild {
	border: 4px solid #FFF;
	margin-bottom: 7px; 
	margin-top: 15px;
	
}

.l-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #5pu55b5d;
}


#list-col { 
	float: left;
	width: 890px; 
	margin-top: 10px;
}

.l-liste {
	list-style: square;
	margin-left: 15px;
}

.l-liste li {
	font: 13px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0;
	color: #008ac2;
	line-height: 22px;
	padding-top: 2px;
}

.l-liste li:hover {
	font: 13px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0;
	color: #FFF;
	line-height: 22px;
	background-color: #008ac2;
	padding-left: 3px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
}

.referenzen li {
    margin-left: -25px;
}

.referenzen a {
    color: #555b5d;
}

.referenzen a:hover {
    color: #008ac2;
}

.leistungen {
	margin-top: 20px;
	margin-bottom: 20px;
}

.aktuelles {
	width: 270px;
	background-color: #FFF; 
	padding: 15px;
	margin-bottom: 15px;
}

.konzeption {
	width: 150px;
	height: 15px; 
	padding: 10px;
	background-color: #008ac2;
	float: left;
	margin-right: 5px;
}

.klassischewerbung {
	width: 190px;
	height: 15px; 
	padding: 10px;
	background-color: #008ac2;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.webentwicklung {
	width: 160px;
	height: 15px; 
	padding: 10px;
	background-color: #008ac2;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.webentwicklung a:hover{
	background-color: #e40a14;
}

.formular p {
	position: top;
}


.formular input {
	border: 1px solid #008ac2;
	color: #008ac2;
	font-size: 13px;
	padding: 5px;
}

.formular textarea {
	border: 1px solid #008ac2;
	color: #008ac2;
	font-size: 13px;
	padding: 5px;
	height: 100px;
}


/* //////////// FOOTER //////////// */
.footer-content {	
   	background-color: #f8f8f8;
	width: 100%; 
	height: auto;
	border-top: 1px solid #eeeeee;
}

#footercontent { 
    width: 890px;
    height: auto;
    margin: 25px auto 25px auto;
}


/* //////////// TEXTFORMATIERUNG //////////// */

h1.fontface { 
	font: 24px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0;
	color: #008ac2;
	margin-bottom: 10px;
}

h2.fontface { 
	font: 17px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0;
	color: #008ac2;
	margin-bottom: 10px;
}

h3.fontface { 
	font: 16px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0;
	color: #FFF;
	text-align: right;	
}

h4.fontface { 
	font: 14px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0;
	color: #008ac2;
	margin-bottom: 10px;
}

p.fontface { 
	font: 13px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0;
	color: #828788;
	line-height: 22px;
}

.zwei p { 
	font: 13px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0;
	color: #008ac2;
	padding-top: 10px;
}

.drei p { 
	font: 13px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0;
	color: #008ac2;
	padding-top: 13px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #555b5d;
}

a {
	color: #008ac2;
	text-decoration: none;
}
	 
#left-col ul { 
	color: #555b5d;
}

#left-col li {
	list-style: none;
	padding: 8px 0 0px 25px;
	font-size: 13px;
	color: #555b5d;

}
	

/* //////////// FONTS //////////// */

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('font/TitilliumText22L003-webfont.eot');
    src: url('font/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/TitilliumText22L003-webfont.woff') format('woff'),
         url('font/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('font/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
