/*  
Description: Customized
Version: 1.0
Author: Torsten Bergler		
Author URI: http://www.nomoresleep.net/
*/


@import "reset.css";
/* Begin Typography & Colors */

html, body, div, p, h1, h2, h3, h4, ul, ol, span, table, td, form, li, input, button, textarea {
	color: #666666;
	font-family:  Verdana, Tahoma, Arial, Tahoma;
	font-size: 11px;
	line-height: 1.5em;
}

body {
	background-color: #FFFFFF;
	padding: 0px 10px;
	text-align: center;
}

strong {
	font-weight: bold;
}

#page {
	margin: 0px auto 0px auto;
	text-align:left;
	width: 980px;
}

a {
	color: #fff;
	font-family:  Tahoma, Verdana, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
}

a:hover, a:active {
		color: #003366;
	text-decoration: none;

}

/* HEADER */

.contentleft {
	background-image: url(../image/icons/info_hi.gif);
	color: #fff;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-bottom: 2px;
	width: 170px;
	font-weight: bold;
}

.contentright {
	background-color: #E0E7E8;
	color: #000;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-bottom: 2px;
	width: 170px;
	font-weight: bold;
}

.contentleft strong, {
	padding-left: 10px;
}

.contentleft a {
	display: block;
	padding-left: 10px;
	height: 20px;
	width: 160px;
}

.contentleft a:hover, .contentleft a:active {
	background-image: url(../image/icons/info_hi2.gif);
}

.contentright {
	margin-left: 10px;
	width: 500px;
}

.footer {
	background-color: #dcdcd3;
	color: #7d7d7d;
	margin-top: 10px;
	padding-right: 10px;
	text-transform: none;
	text-align: right;
	width: 400px;
}

.footer a {
	color: #2e3647;
}

.contentright#footer {
	padding: 0px;
	padding-right: 10px;
	text-align: right;
	width: 400px;
}

.contentright#footer {
	padding-right: 10px;
	text-align: right;
}

.workleft, .workright {
	background-color: #f6f6f4;
	color: #7d7d7d;
	float: left;
	min-height: 415px;
	height:auto;
	margin: 10px 0px;
	padding: 0px 10px 15px 10px;
	width: 150px;
}

.workright {
	margin-left: 10px;
	min-height: 400px;
	height:auto;
	padding: 15px;
	width: 470px;
}


}

* html .workleft { height:415px; } /* nur fŸr IE 5.5 - 6.x */
html + body .workleft { height:415px; } /* nur vom IE 5.0 */

* html .workright { height:300px; } /* nur fŸr IE 5.5 - 6.x */
html + body .workright { height:300px; } /* nur vom IE 5.0 */

.workleft h3 {
	margin-top: 15px;
	color: #2e3647;
	text-transform: uppercase;
}

.workright img {
	float: left;
	margin-right: 9px;
}

.workleft a, .workright a {
	color: #FFFFFF;
}

.workleft a:hover, .workleft a:active, .workright a:hover, .workright a:active {
	color: #FFFFFF;
}

.clear {
	clear: both;
	font-size: 0px;
}



#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	border-bottom: 1px solid #B3D4EF;
	background: #ff0000;
	text-align: center;
}
 
#demo-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 400px; 
	width: 600px;
	border: 1px solid #ddd;
	position: relative;
}
 
#demo-inner {
	width: 2500px;
	height: 1667px;
	background-image: url(../pics/wilhelm/g/wm1.jpg);
	position: relative;
}
 
.scrolling-content {
	background: transparent url(../pics/grund/bubble.png) top left no-repeat;
	width: 257px;
	height: 127px;
	text-align: center;
	position: absolute;
}
 
.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}
 
#content1 {
	left: 102px; 
	top: 286px;
}
 
#content2 {
	left: 800px; 
	top: 1350px;
}
 
#content3 {
	left: 1200px; 
	top: 550px;
}
 
#content4 {
	left: 1700px; 
	top: 1300px;
}