/* Egermann & Aicher, layout.css */

/* Seitenraster */

#container {
	position: absolute;
	width: 100%;
/*	min-height: 100%;
	height: 100%;*/
}
/*
	html>body #container {
    	height: auto;
	}
*/

#head {
	height: 90px;
	background: transparent url(/img/de/head_back.gif) repeat-x;
}

	#head img {
		margin: 0 0 0 675px;
	}

#menu_foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
}

	#menu_foot div {
		padding: 1px 0 5px 18px;
		color: #8d92a9;
		font-size: 10px;
	}

		#menu_foot .pos1 {
			border-bottom: 1px solid #0c3f97;
		}

		#menu_foot .pos2 {
			border-bottom: 1px solid #007932;
		}

		#menu_foot .pos3 {
			border-bottom: 1px solid #e60005;
		}

		#menu_foot .pos4 {
			padding-bottom: 10px;
		}

#content_foot {
	position: absolute;
	bottom: 0;
	left: 300px;
	width: 550px;
	height: 24px;
	background: #fff url(/img/de/foot_back.gif);
}

	#copyright {
		padding: 1px 25px 0 12px;
		font-size: 10px;
		text-align: right;
	}

#red_line {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 100%;
	background: transparent url(/img/de/red_line_back.gif) repeat-x;
}


/* Menü */

#menu_border {
	position: absolute;
	left: 0;
	width: 300px;
	height: 450px;
	background: transparent url(/img/de/menu_back.jpg) no-repeat;
}

	#menu_border ul {
		position: absolute;
		list-style: none;
		width: 149px;
		margin: 0;
		padding: 0;
	}

		#menu_border ul ul {
			top: 60px;
			left: 150px;
		}

	#menu_border li {
		display: inline;
		margin: 0;
		padding: 0;
	}

	#menu_border a:link, #menu_border a:visited, #menu_border a:active {
		display: block;
		margin: 1px 0 0 9px;
		padding: 3px 0 12px 8px;
		background: #edeef2;
		color: #000;
		text-decoration: none;
	}

	#menu_border a.active:link, #menu_border a.active:visited, #menu_border a.active:active {
		display: block;
		margin: 1px 0 0 0;
		padding: 3px 0 12px 17px;
		background: transparent url(/img/de/menu_active_back.gif) no-repeat;
		color: #fff;
		text-decoration: none;
	}

	#menu_border ul ul li a.active:link, #menu_border ul ul li a.active:visited, #menu_border ul ul li a.active:active {
		background: transparent url(/img/de/menu_active_back.gif) no-repeat;
	}

	#menu_border a:hover {
		color: #e60000;
	}

/* Inhalt */

#content_border {
	position: relative;
	left: 300px;
	width: 550px;
	background: #fff url(/img/de/content_back_bottom.gif) repeat-x 0 100%;
	padding: 0 0 60px 0;
}

#content {
	padding: 15px 26px 0 13px; /* 19 */
	line-height: 17px; /* 16 */
	font-size: 12px;
}

#content_noindent {
	padding: 15px 26px 0 0;
	line-height: 17px;
	font-size: 12px;
}

	#content .block {
		display: inline;
		float: left;
		width: 270px;
		margin: 0 0 0 60px;
	}

	#content_noindent .block {
		display: inline;
		float: left;
		width: 353px;
	}

	#content_noindent .indent {
		margin-left: 73px;
	}

	#content .info {
		margin: 0 0 0 360px;
		font-size: 11px;
	}

	#content_noindent .info {
		margin: 0 0 0 374px;
		font-size: 11px;
	}

	#content .infotable, #content_noindent .infotable {
		margin: 11px 0 0 0;
		padding: 3px 0 12px 73px;
		background: #f3f3f6;
	}

.teaser {
	height: 130px;
}

a.hotlink:link, a.hotlink:visited, a.hotlink:active {
	display: block;
	width: 161px;
	height: 171px;
	margin: 0 14px 0 0;
	float: left;
}

	.hotlink span {
		display: none;
	}

/* Seminartermine */

ul.events {
	list-style: none;
	border-top: 1px solid #0b2345;
	border-bottom: 1px solid #0b2345;
	margin: 0 0 20px 0;
	padding: 3px 0 12px 0;
}

	ul.events li {
		margin: 0 0 0 73px;
	}

	ul.events li.active {
		margin: 0 0 0 48px;
		padding: 0 0 0 16px;
		border-left: 9px solid #e60000;
		border-top: 1px solid #9da7b5;
		border-bottom: 1px solid #9da7b5;
		color: #e60000;
	}

	ul.events li a:link, ul.events li a:visited, ul.events li a:active {
		text-decoration: none;
	}

.infotable ul {
	list-style-image: url(/img/de/arrow_line.gif);
	margin: 0 0 0 16px;
	padding: 0;
}


	.infotable ul li {
		padding: 0 0 0 9px;
	}

/* Anprechpartner */

.ansp_img {
	float: left;
}

.ansp_text {
	margin: 0 0 0 150px;
}

/* Kontaktformular */

form label {
	float: left;
	width: 100px; /* 85 */
	text-align: right;
}

form select {
	width: 270px;
}

form input, form textarea {
	width: 150px; /* 165 */
	margin: 2px 0 2px 14px;  /*15*/
}

form .b1, form .b2 {
	width: 80px;
	margin: 3px 0 0 102px;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #494949;
	border-right: 1px solid #494949;
	background: #777985;
	color: #e4e4e4;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

form .b2 {
	margin: 3px 0 0 2px;
	background: #adafb6;
}

/* Monatsnews */

.info ol {
	margin: 0 0 0 22px;
	padding: 0;
	font-size: 11px;
	border: 1px solid white; /* IE Bugfix */
}

	.info ol li {
		padding: 2px 0 2px 0;
	}

ol.news {
	margin: 0 0 0 75px;
	padding: 0;
	font-weight: bold;
}

	ol.news li {
		padding: 0 0 16px 0;
	}

	ol.news .text {
		margin: 15px 0 0 0;
		font-weight: normal;
	}