/* siebrecht-architekten.de CSS by nordgestalten.com */

/* 
NEEDED COLORS
olive	     	=  	#67736b
*/

* {
	margin: 0em;
    padding: 0em;
}

BODY {
	font-size:62.5%;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #67736b;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
}

* html BODY { /* FÜR DEN FUCKING IE */
	font-size:10px;
	letter-spacing: 0em;
}

H1 {
	font-size:2.4em;
	line-height: 1.4em;	
}
H2 {
	font-size:2em;
	line-height: 1em;
}
H3 {
	font-size:14px;
	line-height: 16px;
}
H4 {
	font-size:1.2em;
	line-height: 0.2em;
}

a:link {
	text-decoration: underline;
	color: #67736b;
}

a:visited {
	text-decoration: underline;
	color: #67736b;
}

a:hover {
	text-decoration: none;
	color: #67736b;
}

.txt_small {
	font-size: 1em;
	white-space: nowrap;
}

.clear {
	clear: both;
}

img {
	border: none;
}

#container {
	width: 85.6em;
	height: 60em;
	text-align: left;
	border: 1px solid #67736b;
	margin: 1em auto;
}

#container {
	.width: 86.2em;
}

*html #container {
	width: 85.6em;
}

#header {
	height: 11.9em;
}

#content {
	margin: 3em 0 0 0;
}

#menu {
	width: 31.2em;
	float: left;
	text-align: right;
}

#main {
	width: 51.8em;
	float: right;
	text-align: left;
}

#footer {

}


/* MENÜ */

#menu ul {
	list-style: none;
	
}

#menu ul li {
	background: #fff url(img/menu_blank.gif) right no-repeat;

}

#menu ul li a,
#menu ul li a:link, 
#menu ul li a:visited, 
#menu ul li span {
	display: block;
	height: 1%;
	padding-right: 3em;
	line-height: 2.5em;
	font-weight: normal;
	font-size:1.2em;
	text-transform: lowercase;
	text-decoration: none;
	color: #FFF;
	
}

#menu ul li:hover, 
#menu ul li.active {
	background: #fff url(img/menu_half.gif) right no-repeat;
	
}

#menu ul li a:hover, 
#menu ul li.active span {
	color: #67736b;
}

/* PROJEKT MENÜ */
#menu ul.projects {
	list-style: none;
	margin-top: 1.5em;
}

#menu ul.projects li {
	line-height: 1.7em !important;
	background: #fff url(img/menu_blank_s.gif) right no-repeat;

}

#menu ul.projects li a, 
#menu ul.projects li a:link, 
#menu ul.projects li a:visited, 
#menu ul.projects li span {
	padding-right: 3em;
	font-weight: normal;
	font-size:1em;
	text-transform: lowercase;
	text-decoration: none;
	color: #FFF;
	line-height: 1.7em !important;
	
	
}

#menu ul.projects li:hover, 
#menu ul.projects li.active {
	background: #fff url(img/menu_half_s.gif) right no-repeat;
	
}

#menu ul.projects li a:hover, 
#menu ul.projects li.active span {
	color: #67736b;
}


#main p {
	font-size: 11px;
	line-height: 14px;
}

#main p.txt_small {
	font-size: 1em;
	line-height: 1.6em;
	width: 27em;
}

/* Scrollbar & content css */						
#content1 {
	height: 420px;
	width: 465px;
	float:left;
	background: #FFF;
	overflow:hidden;
	text-align: left;
	padding:0;
}
			
#content1 p {
	margin: 0px 0px;
}

.scrollbar-vert {
	background-color: #67736b;
	height: 420px;
	width: 10px;
	float:left;
}

.handle-vert {
	height: 20px;
	width: 10px;
	background: #CCC;
	cursor: default;
}

.sternsche {
	text-align: right;
	margin-right: 40px;
}

/* iCAROUSEL */

#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 475px; /* important */
	height: 390px; /* important */
	margin: 0;
	background: #fff;
}

#example_6_content {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#example_6_content,
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
		width: 13440px;
	}
	#main #example_6 ul#example_6_content li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #fff;
		
	}

#main #example_6 ul#example_6_content li img {
	display: block;
	
}

#main #example_6_frame ul li {
		display: inline;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #fff;
	}

#example_6_frame {
	position: relative;
	margin: 330px 0px 0 0px;
	text-align: left;
}
#main #example_6_frame ul li {
	margin: 0 1.7px 0 0;
}
#main #example_6_frame ul li img{
	border: 1px solid #E9E9E9;
	padding: 1px;
	width: 25px; height: 25px;
}
	#main #example_6_frame ul li img:hover {border: 1px solid #67736b;}
						
