/* 1. Ueberschrift / Links / Schriften */
/* 2. individuelle Styles */
/* 3. Container */
/* 4. Navigation */



body {	
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

/* 1. Ueberschrift / Links / Schriften */

h1 {
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-size: 18px;
}

h2 {
	background-color: transparent;
	color: #c5123c;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom:-1px;
}

h3 {
	background-color: transparent;
	color: #c5123c;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h4 {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.upred {
	background-color: transparent;
	color:#c5123c;
	font-weight: bold;
	font-size: 14px;
}

.red {
	background-color: transparent;
	color:#c5123c;
}

.small {
	font-size: 10px;
}

.fourth p, #third p, #first p {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}

a:link, a:visited, a:active  {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

a.red {
	background-color: transparent;
	color:#c5123c;
	text-decoration: none;
}

a.red:hover {
	background-color: transparent;
	color:#000000;
	text-decoration: none;
}


a img {
	border: 0px;
	background-image: none;
}



/* 2. individuelle Styles */

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px
}

hr {
	color: #000000;
	background-color: #FFFFFF;
	height: 1px;
	border-top: 1px solid #000000;
	border-left: 0px; 
	border-right: 0px;
	border-bottom: 0px;
	margin: 10px 0 10px 0;
}


ul {
	list-style: square;
}

li {
	list-style: square;
}

/* 3. Container */

#allbox {
	width: 1000px;
	height: 720px;
}


/* 3.1. Container Kopfbereich - top */

#topallbox {
	width: 1000px;
	height: 205px;
}

#topleftbox  {
	width: 330px;
	height: 205px;
	float: left;
}

#topmiddlebox {
	width: 250px;
	height: 205px;
	float: left;
	
}

#toprightbox {
	width: 420px;
	height: 205px;
	float: left;
}

#topmiddlerightbox {
	
}



/* 3.2. Container Contentbereich - middle */

#middleallbox {
	width: 1000px;
	height: 520px;
}

#background {	
	width: 1000px;
	height:700px;
	background-image: url(../pics/content_technik.jpg);
	background-repeat: no-repeat;
	padding-top: 175px;
}

/* Content */

#spaceleft{
	width: 65px;
	height: 520px;
	background-image: url(../pics/design/blind.gif);
	float:left;
}

#middle {
	width: 800px;
	height: 220px;
	float:left;
}


#spacemiddle{
	width: 800px;
	height: 100px;
	background-image: url(../pics/design/blind.gif);
	margin-right: 20px;
}

#first {
	width: 300px;
	background-color: transparent;
	margin: 0 0 5px 0;
}

#second{
	width: 470px;
	background-color: transparent;
	margin: 0 0 5px 0;

}

#second ul
{
margin:0 0 0 0px;
padding: 0 0 0 0px;
	
}

#second ul li
{
margin: 0 0 0 0px;
padding: 0 0 0 10px;
list-style-type: none;
background-image: url(../pics/nav_content.jpg);
background-position: left;
background-repeat: no-repeat;
	
}

#third {
	width:700px;
	background-color: transparent;
	margin: 0 0 5px 0;

}







/* 3.2. Container Fußbereich - bottom */

#bottomallbox {
	width: 1000px;
}

/* 4. Navigation */ 


#menu { 
	width: 85px;
	position: relative;
	top: 30px;
	left: 95px;
} 

#menu ul, #menu li { 
	list-style: none; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
} 

#menu h2 {
	font-weight: normal;
	font-size: 1px;
  	display: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
  	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#menu a img { 
	border: 0px;
} 

#menu a:hover { 
} 

#menu li { position: relative; }

#menu ul ul ul {position: absolute; top: 1px; right: 100%; width: 120px; }

div#menu ul ul ul, div#menu ul ul li:hover ul ul {display: none;}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;}