/* .:: 1.1 Font ::. */

body, table, thead, tbody, tr, td {
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/layout/bg.png) no-repeat center top;
}

body, html {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}


/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	margin: 5px 0px 28px 0px;
	line-height:1.5;
}
	

h2 {
	font-size:16px;
	margin: 15px 0px 5px 0px;
	padding: 0px;	
	font-weight:normal;
	color: #666666;
	background-color: transparent;
}


h3,h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color:#2e4195;
}

a {
	color: #ff0300;
	text-decoration: none; 
}


a:hover {
	color: #ff0300;
	text-decoration: underline;
}


/* .:: Tag's ::. */

html { 
	padding:0px;
	margin:0px;
}



div { 

} 


p {
	margin: 0px;
	padding: 0px;
}


ul {
	margin: 0px;
	padding-left: 30px;
	vertical-align: middle;
	text-align: left;
}


li {
	list-style-position: outside;
	list-style: url(/images/layout/list_style_img.gif);
	margin: 0px 0px 0px -12px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

marquee img {
	margin: 25px 0px 25px 0px;
}

hr {
	background-color:#b7b7b7; /* Mozilla 1.4 */
	color:#b7b7b7; /* IE 6 */
	border: #b7b7b7; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

textarea, select {
	border: 1px solid #b7b7b7;
}

input {
	border-top: 0px solid;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;	
	border-bottom: 1px solid #b7b7b7;
	background: url(/images/layout/bg_nav_inact.png) repeat-x;
}

/* .:: Layout ::. */

.header {
	height: 251px;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	float:none;
}

html* div.header {
	width: 990px; /* Hack to get the "width" right in Safari */
	*width: 992px; /* Hack to get rid of the diffrent "width" for Safari, in IE 6 & 7 */
}

.spez_nav {
	font-size: 11px;
	padding: 26px 157px 0px 0px;
}

.spez_nav a {
	color: #666666;
}

.container {
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/layout/bg_container.png) repeat-y;
}

html* div.container {
	width: 990px; /* Hack to get the "width" right in Safari */
	*width: 992px; /* Hack to get rid of the diffrent "width" for Safari, in IE 6 & 7 */
}

.main {
	width:992px;
	min-height: 120px;
	background: url(/images/layout/bg_main.png) no-repeat;
}

html* div.main {
	width: 990px; /* Hack to get the "width" right in Safari */
	*width: 992px; /* Hack to get rid of the diffrent "width" for Safari, in IE 6 & 7 */
}

.left {
	margin-left: 30px !important;	
	margin-left: 15px;
	float: left;
	width: 200px;
}

.navigation {
	border-bottom: 1px solid #b0b0b0;	
}

.adresse {
	margin: 80px 0px 30px 10px;
}

.kunden {
	height: 150px;
	overflow:hidden;
	margin: 0px 0px 80px 0px;
}
.content {
	width: 627px;
	margin: 0px 0px 50px 88px;
	float: left;
}

.content img {
	border-color:#CCC;
}

.gallery img {
	border: 1px solid #ccc;
}

.footer {
	clear:both;
	background: url(/images/layout/bg_footer.png) no-repeat;
	font-size: 11px;
	text-align:right;
	padding: 10px 6px 10px 0px;
}

/* .:: Navigation ::. */

.nav_l1, .nav_l1:hover, .nav_l1_act, .nav_l1_act:hover {
	display:block;
	border-top: 1px #b0b0b0 solid; 
	font-weight: normal;
	padding: 4px 0px 4px 10px;
	color: #666666;
}

.nav_l1:hover {
	background: url(/images/layout/nav_act.gif) no-repeat 193px #d8d8d8;
	text-decoration:none;	
}

.nav_l1_act {
	background: url(/images/layout/nav_act.gif) no-repeat 193px #d8d8d8;	
	font-weight: bold;
	color: #333333;
}

.nav_l1_act:hover {
	font-weight: bold;	
	text-decoration:none;
}

.nav_l2, .nav_l2:hover, .nav_l2_act, .nav_l2_act:hover  {
	font-size: 11px;
	background: #EBEBEB;
	color: #696969;
	display:block;
	padding: 1px 0px 1px 10px;
}

.nav_l2:hover {
	text-decoration:none;
}

.nav_l2_act {
	font-weight:bold;
}

.nav_l2_act:hover {
	font-weight:bold;
	text-decoration:none;
}

/* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	margin: 0px 0px 80px 0px;
	height: 110px;
	width:200px;
	padding-top:20px;
}

/* root element for scrollable items */
.scrollable .items {


	/* this time we have very large space for the height */
	height:20000em;
	position:absolute;
	clear:both;
	width:200px;
	margin: 0 0px 80px 0px;
}
.item {
	padding:20px 0;
	height:110px;
}

