@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FEFFE9;
}
/**
* div eigenschaften
*/
#straws {
	margin: 51px 0 0 0;
	padding: 0;
	width: 100%;
	height: 80px;
	background-image: url(../index/streifen.jpg);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
}
#page_container {
	margin: 30px 0 0 -425px;
	padding: 0;
	left: 50%;
	width: 850px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 4
}
#shadow_left {
	margin: 0 0 0 -15px;
	padding: 0;
	height: 100%;
	width: 15px;
	background-image: url(../index/schatten_links.png);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 1;
}
#shadow_right {
	margin: 0 0 0 850px;
	padding: 0;
	height: 100%;
	width: 15px;
	background-image: url(../index/schatten_rechts.png);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 2;
}
#shadow_top {
	margin: -10px 0 0 0;
	padding: 0;
	height: 10px;
	width: 850px;
	background-image: url(../index/schatten_oben.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 3;
}
#edge_left_top {
	margin: -12px 0 0 -15px;
	padding: 0;
	height: 26px;
	width: 15px;
	background-image: url(../index/ecke_links_oben.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
}
#edge_right_top {
	margin: -12px 0 0 850px;
	padding: 0;
	height: 26px;
	width: 15px;
	background-image: url(../index/ecke_rechts_oben.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 6;
}
#straws_header {
	margin: 21px 0 0 0;
	padding: 0;
	width: 100%;
	height: 80px;
	background-image: url(../index/streifen.jpg);
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
	text-align: center;
}
#content_background {	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 600px;
	background-image: url(../index/blatt_verlauf.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
}
#menu {
	margin: 21px 0 35px 0;
	padding: 0;
	width: 200px;
	position: relative;
	float: left;
	z-index: 3;
}
#content {
	margin: 21px 0 0 0;
	padding: 0 50px 20px 50px;
	width: 550px;
	position: relative;
	float: left;
	z-index: 100;
}
#footer {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 58px;
	background-image: url(../index/streifen_footer.png);
	background-repeat: repeat-x;
	position :relative;
	clear: left;	
	z-index: 99;
}
#shadow_bottom {
	margin: 58px 0 0 0;
	padding: 0;
	height: 21px;
	width: 100%;
	background-image: url(../index/schatten_unten.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 3;
}
#edge_right_bottom {
	margin: 58px 0 0 832px;
	padding: 0;
	width: 33px;
	height: 21px;
	background-image: url(../index/ecke_unten_rechts.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
}
#edge_left_bottom {
	margin: 58px 0 0 -15px;
	padding: 0;
	width: 33px;
	height: 21px;
	background-image: url(../index/ecke_unten_links.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
}

/**
*	Schriftdefinitionen
*/
#straws_header p {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 30pt;
	color: #000080;
}
#straws_header span {
	font-family: Arial;
	font-size: 18pt;
	font-style: italic;
	color: #000080;
}
#menu ul {
	margin: 0;
	padding: 0;
	width: 199px;
	font-family: Arial;
	font-size: 10pt;
	letter-spacing: 0.4pt;
}
#menu ul li {
	margin: 0 0 5px 0;
	padding: 0;
	height: 27px;
	border: 1px solid #D6BB00;
	background-color: #FFFBA8;
	text-decoration: none;
	display: block;
}
#content p {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-align: justify;
}
#auflistung{
	margin: -10px 0 20px 40px;
	padding: 0;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-align: left;
}
#content h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial;
	font-size: 18pt;
	color: #3399FF;
	text-align: center;
}
#content h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial;
	font-size: 16pt;
	color: #3300FF;
	text-align: center;
}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial;
	font-size: 14pt;
	color: #009933;
	text-align: left;
}
#footer p {
	margin: 0;
	padding: 19px 0 0 0;
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;	
	color: #3D3D82;
	text-align: center;
}
#content p.error {
	color: #FF3333;
}
#content p.indeximg img {
	margin: 10px;
	border: 1px solid #D6BB00;
}
#content p.indeximg {
	text-align: center;
}
#lageplan_table {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial;
	font-size: 11pt;
	text-align: justify;
}
#content p.links {
	margin: 20px 0 0 0;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

#kurszeit_table {
	margin: 0 0 20px 0;
	padding: 0;
	width: 60%;
	font-family: Arial;
	font-size: 12pt;
}
#kursleiter_table {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
}
.kursleiter_img {
	border: 1px solid #000000;
}
#programm_table {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}
/**
* Link Eigenschaften
*/
a.menu {
	margin: 0;
	padding: 0;
	height: 21px;
	width: 185px;
	text-decoration: none;
	display: block;
	position: absolute;
}
a:link.menu {
	margin: 0;
	padding: 6px 0 0 12px;
	color: #000000;
}
a:visited.menu {
	margin: 0;
	padding: 6px 0 0 12px;
	color: #000000;
}
a:hover.menu, a.focus.menu {background-color: #edf9e4;}
a:active.menu {
	margin: 0;
	padding: 6px 0 0 12px;
	color: #000000;
	background-color: #DDDDDD;
}

a.link {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #009966;
}
a:link.link {
	text-decoration: none;
	color: #009966;
}
a:visited.link {
	text-decoration: none;
	color: #009966;
}
a:hover.link, a.focus.link {
	text-decoration: none;
	color: #888888;
}
a:active.link {
	text-decoration: none;
	color: #009966;
}