/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
}

/* Allgemeines */
body {
	font-size: 75%;
	line-height: 1.6em;
	color: #093365;
	background: #fff;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	line-height: 1.7em;
	margin: 0.5em 0;
}

#content p {
	padding: 0 10px 0;
}

#content ul {
	margin-left:15px;
	padding-left:10px;
}
/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
}

#content h1 {
	padding: 0 10px 0.5em;
	line-height: 1.6em;
}

h2 {
	font-size: 1.1em;
	margin: 0 0 0.5em;
}

#content h2 {
	padding: 0 10px 0.25em;
	line-height: 1.2em;
}

#press h2, #testimonial h2, #contact h2, #clients h2, #featured_on h2 {
	border-bottom: solid 1px #093365;
}



h3 {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 0 0.5em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 0 0.5em;
}

#content ul {
	padding-right: 20px;

}


.hbox {
	background: url(../media/hbg.jpg) no-repeat top left;
}

.hbox800 {
	background: url(../media/hbg_800.jpg) no-repeat top left;
}

.hboxright {
	background: url(../media/hbg.jpg) no-repeat top right;
}

/* Layout */
#wrapper {
	width: 810px;
	margin: 0 auto 20px;
	text-align: left;
}

#header1 {
	width: 770px;
	padding: 10px 20px;
	text-align: right;
}

#headercontact {
	float:left; 
	width:300px;
	text-align: left;
	padding: 10px 0 0;	
}

#nav {
	width: 790px;
	height: 48px;
	margin-top:15px;
	padding: 22px 10px 0px;
	background: url(../media/navbg.jpg) no-repeat;
}



/* Navigation */

#navul, #navul ul { /* all lists */
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

#navul a {
	display: block;
	padding:0.5em 10px 1.1em;
	color:white;
	text-align:center;
	font-size:0.95em;
	text-decoration:none;
	font-weight:bold;
}

#navul a:hover {
	text-decoration:underline;
	}

#navul li { /* all list items */
	float: left;
	/*width: 90px; width needed or else Opera goes nuts */
}

#navul li ul { /* second-level lists */
	position: absolute;
	background: white;
	font-size:0.95em;
	border-left:solid #093365 1px;
	border-right:solid #093365 1px;
	border-bottom:solid #093365 1px;
	width:200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navul li ul a {
	text-align:left;
	padding:0.5em 0 0.5em 0.5em;
	width:195px;
	color:#093365;
	}

#navul li:hover ul, #navul li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navul li:hover, #navul li.hover {
    position: static;
}

/* Navigation ends here */

#header2 {
	width
}

#innerwrapper {
	padding: 10px 5px;
}

#content {
	width: 550px;
	float: left;
}

#hr #content {
	width: 800px;
	float: left;
}

#contentleft {
	width: 272px;
	float: left;
}

#contentright {
	width: 272px;
	float: right;
}

#sidebar {
	width: 243px;
	float: right;
}

#hr #sidebar {
	display:none;
}

.sdtop {
	width: 243px;
	height: 5px;
	background: url(../media/sdtop.jpg) no-repeat top left;
}

.sdbottom {
	width: 243px;
	background: url(../media/sdbottom.jpg) no-repeat bottom left;
	margin-bottom: 5px;
}

#press, #clients, #featured_on {
	padding:0 10px 10px;
	font-size:11px;
}

#press ul, , #clients ul, #featured_on ul {
	list-style-type:none;
}

#portfolio li, #client_portfolio li {
	display:none;
}

.featured_on_item {
	padding-top:25px;
	padding-left:7px;
	display:block;
	}

#testimonial {
	padding:0 10px 10px;
}

#contact {
	padding:0 10px 10px;
	font-size:11px;
}

#footer {
	margin-top: 5px;
	border-top: 1px solid #093365;
	border-bottom: 1px solid #093365;
	text-align:center;
}

#footer p {
	font-size: 0.8em;
	line-height: 1em;
	margin: 0.25em 0;
}

.press {
	list-style-image:url(../media/document.gif);
	}
	
.events {
	list-style-image:url(../media/bookmark.gif);
	}	
	
.featured_article_img {
	padding:2px;
	border: 1px solid #093365;
}