/* ******************************************************************* */
/* Allgemeines ******************************************************* */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	background-color: #fff;
	min-width: 780px;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* ******************************************************************* */
/* Navigation ******************************************************** */


#menu1 {
	width: 780px;
	height: 75px;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
	font-family: Courier New, Courier, Monaco, monospace;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

* html #menu1 {				/* nur fuer Internet Explorer */
	padding-bottom: 0;		/* Version 5.x */
	p\adding-bottom: 0;		/* Version 6 */
}

#menu1 ul {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

* html #menu1 ul {			/* nur fuer Internet Explorer */
	margin-top: 15px;		/* Version 5.x */
	m\argin-top: 15px;		/* Version 6 */
	padding-bottom: 45px;		/* Version 5.x */
	p\adding-bottom: 45px;		/* Version 6 */
}

#menu1 li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
}

#menu1 img {
	float: left;
	margin-right: 20px;
}

* html #menu1 img {			/* nur fuer Internet Explorer */
	margin-bottom: 20px;		/* Version 5.x */
	m\argin-bottom: 20px;		/* Version 6 */
	padding-bottom: 10px;		/* Version 5.x */
	p\adding-bottom: 10px;		/* Version 6 */
}

#menu1 a, #menu1 li a {text-decoration: none;}
#menu1 a.active {border-bottom:1px solid #bbb}
#menu1 a:link {text-decoration:none; color:#444}
#menu1 a:visited {text-decoration:none; color:#444}
#menu1 a:hover, #menu1 a:focus, #menu1 a:active {background:#f4f4f4; color:#000; border-bottom:1px solid #000}

#menu2 {
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: Courier New, Courier, Monaco, monospace;
	font-size: 13px;
	line-height: 21px;
	min-height: 390px;
}

* html #menu2 {				/* nur fuer Internet Explorer */
	height: 390px;			/* Version 5.x */
	height: 390px;			/* Version 6 */
}

#menu2 ul {
	margin: 0;
	padding: 0;
}

#menu2 li {
	margin: 0 13px 0 0;
	padding: 0;
	list-style-type: none;
	float: none;
}

#menu2 a, #menu2 li a {text-decoration: none;}
#menu2 a.active {border-bottom:1px solid #bbb}
#menu2 a:link {text-decoration:none; color:#444}
#menu2 a:visited {text-decoration:none; color:#444}
#menu2 a:hover, #menu2 a:focus, #menu2 a:active {background:#f4f4f4; color:#000; border-bottom:1px solid #000}


/* ******************************************************************* */
/* Layout ************************************************************ */

#content {
	width: 780px;
	margin: auto;
	text-align: left;
}

td {
	text-align: left;
	vertical-align: top;
}

#main_content {
	width: 580px;
	float: right;
	margin-bottom: 25px;
}

#footer {
	width:780px;
	clear: both;
	float: none;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #ccc;
	margin-bottom: 15px;
}


.title {
	width: 350px;
}


/* ******************************************************************* */
/* Textformatierung ************************************************** */

h1 {
	font-family: Courier New, Courier, Monaco, monospace;
	font-size: 24px;
	line-height: 30px;
	color: #444;
}


h1 {
	font-family: Courier New, Courier, Monaco, monospace;
	font-size: 20px;
	line-height: 26px;
	color: #444;
}


h2 {
	font-family: Courier New, Courier, Monaco, monospace;
	font-size: 16px;
	line-height: 22px;
	color: #444;
}


h3 {
	font-family: Courier New, Courier, Monaco, monospace;
	font-size: 10px;
	line-height: 16px;
	color: #444;
}

h4 {
	font-family: Courier New, Courier, Monaco, monospace;
	font-size: 12px;
	line-height: 12px;
	color: #444;
}

#main_content a, #footer a {text-decoration: none; border-bottom:1px solid #bbb}
#main_content a.active, #footer a.active {border-bottom:1px solid #bbb}
#main_content a:link, #footer a:link {text-decoration:none; color:#444; border-bottom:1px solid #bbb}
#main_content a:visited, #footer a:visited {text-decoration: none; color:#444; border-bottom:1px solid #bbb}
#main_content a:hover, #footer a:hover, #main_content a:focus, #footer a:focus, #main_content a:active, #footer a:active {background:#f4f4f4; color:#000; border-bottom:1px solid #000}

.img-intext-right {
	float: right;
	margin: 0 0 5px 10px;
}

.img-intext-left {
	float: left;
	margin: 0 10px 5px 0;
}

/* temp */

a.tmp {
	margin-top: -10px;
	margin-left: -10px;
}

#construction {
	float: none;
	clear: both;
	margin-top: 20px;
}