/****** Allgemein ******/
* { 
	margin:0px; 
	color:#858382; 
	font-family:Arial;
	/*font-family:Eurostile;*/
	font-size:12px;
	letter-spacing:0.2em;
}

a:link { text-decoration:none; color:#858382;  }
a:visited { text-decoration:none; color:#858382; }
a:hover { text-decoration:underline; color:#858382; }
a:active { text-decoration:none; color:#858382; }
a:focus { text-decoration:none; color:#858382;  }

a.navi:link { text-decoration:none; color:#858382; font-size: 12px; }
a.navi:visited { text-decoration:none; color:#858382; font-size: 12px; }
a.navi:hover { text-decoration:none; color:#000; font-size: 12px; }
a.navi:active { text-decoration:none; color:#000; font-size: 12px; }
a.navi:focus { text-decoration:none; color:#000;  font-size: 12px; }

a.email:link { text-decoration:underline; color:#858382;  }
a.email:visited { text-decoration:underline; color:#858382; }
a.email:hover { text-decoration:underline; color:#858382; }
a.email:active { text-decoration:underline; color:#858382; }
a.email:focus { text-decoration:underline; color:#858382;  }

body {
	background:#fff;
}

.bold {
	font-weight:bold;
}

#mainWindow {
    border:0px solid red;
}

/*** HEADER ***/
#mainWindow #header {
	border-bottom: 1px solid #9C9A9A;
	height:130px;
}
#mainWindow #header img {
	margin: 80px 0 0 167px;
}

/*** CONTENT ***/
#mainWindow #content {
	height: 324px;
	margin: 20px 0 20px 0;
	border:0px solid red;
}
#mainWindow #content #mainContent {
	position: absolute;
	/*left:425px;*/
	left:340px;
	height: 324px;
	width: 600px;
	margin-right: 30px;
	border: 0px solid black;
	padding-right: 30px;
	line-height: 1.5em;
}

/*** MENU ***/
#mainWindow #content #menu {
	float:left;
	margin-left:180px;
	width:150px;
	height: 324px;
	border: 0px solid blue;
}
/* IE 6 Version */
* html #mainWindow #content #menu { margin-left:90px; }
/* IE 7 Version */
*+html #mainWindow #content #menu { margin-left:90px; }

#mainWindow #content #menu #menucontainer {
	padding-left: -30px;
	font-size: 12px;
	height:324px;
	line-height: 2em;
}
#mainWindow #content #menu #menucontainer li {
	list-style: none;
	margin-left: -40px;
	font-size: 12px;
}
/* IE 6 Version */
* html #mainWindow #content #menu #menucontainer li { margin-left:0px; }
/* IE 7 Version */
*+html #mainWindow #content #menu #menucontainer li { margin-left:0px; }

#mainWindow #content #menu #menucontainer li.current {
	color:#000;
	font-size: 12px;
}
#mainWindow #content #menu #menucontainer #submenu li { 
	margin-left:-60px;
}

/* IE 6 Version */
* html #mainWindow #content #menu #menucontainer #submenu li { margin-left:10px; }
/* IE 7 Version */
*+html #mainWindow #content #menu #menucontainer #submenu li { margin-left:10px; }

/*** FOOTER ***/
#mainWindow #footer {
	min-height: 30px;
	border-top: 1px solid #9C9A9A;
	clear: both;
}
#mainWindow #footer #text {
	margin: 5px 0 0 167px;
}

/*--- start ---*/
#start {
}

#start #left {
	float:left;
	margin-left:180px;
	width:150px;
	padding-right:40px;
	border: 0px solid red;
	padding-top: 240px;
}
/* IE 6 Version */
* html #start #left { margin-left:100px; }
/* IE 7 Version */
*+html #start #left { margin-left:100px; }

#start #left .startLink {
	font-size: 13px;
	line-height: 2em;
}
#start #right {
	position: absolute;
	/*left:425px;*/
	left:340px;
}

/*--- home ---*/
#home {
}

/*--- komp_werd ---*/
#komp_werd {
}
#komp_werd #left {
	float:left;
	padding-right:40px;
}
#komp_werd #right {
	padding-top:40px;
}
#komp_werd #right ul {
	padding-left: -20px;
}
#komp_werd #right ul li {
	list-style:disc;
}

/*--- komp_fach ---*/
#komp_fach {
}
#komp_fach #left {
	float:left;
	padding-right:40px;
}
#komp_fach #right {
	padding-top:40px;
}
#komp_fach #right ul {
	padding-left: -20px;
}
#komp_fach #right ul li {
	list-style:disc;
}

/*--- kont_kont ---*/
#kont_kont {
}

/*--- kont_anf ---*/
#kont_anf {
}
#kont_anf #left {
	float:left;
	padding-right:20px;
	padding-top: 20px;
	height: 284px;
	border: 0px solid green;
}
#kont_anf #right {
	text-align: right;
	padding-top:20px;
}

/*--- imp ---*/
#imp {
}
#imp table {
	border: 0px solid black;
}
#imp table td {
	padding:0 5px 0 0; 
	margin:0;
}
