/* TechDesign WEBSITE TEMPLATE CMS */
/* (c) 2006 ph.schellworth www.schellworth.de  */


/* Position Stuff */

#logo{
	border: 0px solid black;
	background: transparent;
	margin:0;
	padding:0;
	width: 245px;
	height: 50px;
	position: absolute; top: 30px; left: 15px;
	z-index: 100;
}
#logo img{
	margin:0;
	padding:0;
}

/* Navigation */
#nav{
	border: 0px solid black;
	background: transparent;
	margin:0;
	padding:0px 0 0 255px;
	width: 500px;
	height: 50px;
	position: absolute; top: 30px; left: 20px;
}
#nav img{
	border: 0px solid black;
	margin:0;
	padding:9px 25px 0 0;
}
#subnav1, #subnav2, #subnav3, #subnav4{
	border: 0px solid black;
	background: transparent;
	margin:0;
	padding:27px 0 0 56px;
	width:180px; 
	position: absolute; top: 315px; left: 0px;
	visibility: hidden;
}
#subnav ul, #subnav1 li, #subnav2 li, #subnav3 li, #subnav4 li, #nav a{
	border: 0px solid black;
	text-decoration: none;
	color:black;
	margin:0;
	padding:0px 0 3px 0;
	font-weight:bold;
	list-style-image: url(bilder/nav_pfeil.png);
}

#nav a:hover{
	text-decoration: none;
	color:#73D0E9;
}

/* Highlights */
#highlights{
	border: 0px solid black;
	background: transparent;
	margin:0;
	padding:0;
	width:720px;
	height:175px;
	position: absolute; top: 100px; left: 20px;
}

#subhighlight{
	border: 0px solid black;
	background: transparent;
	background-image: url(bilder/subhighlight_top.png);
	background-repeat: repeat-x;
	margin:0;
	padding:13px 0px 0px 5px;
	height:162px;
	position: absolute; top: 100px; left: 745px;
	min-width: 150px;
}
#subhighlight p{
	border: 0px solid black;
	margin:0;
	padding:0px 0px 25px 0px;
	font-size:0.9em;
	color:#306d82;
}

/* Content */
#home{
	border: 0px solid black;
	background: transparent;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:720px;
	height: 280px;
	position: absolute; top: 300px; left: 20px;
}

#iframe, #content{
	border: 0px solid black;
	background: transparent;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:465px;
	height: 200px;
	position: absolute; top: 315px; left: 275px;
	overflow: auto;
	z-index: 50;
}

#subcontent{
	border: 0px solid black;
	background: transparent;
	margin:0;
	padding:0;
	width:190px;
	position: absolute; top: 315px; left: 745px;
}

/* Footer */
#footer{
	border: 0px solid black;
	background: #F5FCFD;
	background-image: url(bilder/footer_top.png);
	background-repeat: repeat-x;
	margin:20px 0 0 0;
	padding:0px 0 0 0px;
	width:720px;
	height: 40px;
	position: absolute; bottom: 0px; left: 20px;
	z-index:110;
}
#footer_home{
	border: 0px solid black;
	background: #F5FCFD;
	background-image: url(bilder/footer_top.png);
	background-repeat: repeat-x;
	margin:20px 0 0 0;
	padding:0px 0 0 0px;
	width:720px;
	height: 40px;
	position: absolute; top: 560px; left: 20px;
	z-index:110;
}
#footer p, #footer_home p {
	border: 0px solid black;
	margin: 15px 0 0 44px;
	padding: 0 0 0 0;
	text-decoration: none;
	font-size:0.9em;
}
#footer a, #footer_home a {
	text-decoration: none;
}
