#wrap {
	background:  url(../images/bg.gif) repeat-y;
	width: 992px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image:  url(../images/bild1.jpg) no-repeat;
	width: 992px;
	height: 120px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#top {
	width: 980px;
	height: 81px;
	margin: 0px 6px 0px 6px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #b9ccdb;
	background-color: #FFFFFF;
}

#utility {
	position: relative;
	float: left;
	left: 6px;
	width: 190px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #b9ccdb;
}

#menu {
	width: 190px;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: block;
	margin: 0px 0px 10px 0px;
}

#menu li a, #menu li a:link {
	text-decoration: none;
	display: block;
	width: 175px;
	padding: 5px 5px 5px 10px;
	/*border: 1px solid #000000;*/
	color: #000000;
	background-color: #8fb38d;
}

#menu li a:hover {
	width: 171px;
	color: #FFFFFF;
	border-right: 2px solid #34398b;
	border-left: 2px solid #34398b;
	background-color: #679c26;
}

#menu li a.sel {
	width: 171px;
	color: #FFFFFF;
	border-right: 2px solid #679c26;
	border-left: 2px solid #679c26;
	background-color: #34398b;
}


#content {
	position: relative;
	float: right;
	width: 756px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	text-align: justify;
}

.commentbox {
	background-color: #b9ccdb;
	width: 150px;
	padding: 2px 10px 2px 10px;
	margin: 10px 0px 0px 0px;
	border-left: 2px solid #8fb38d;
	border-right: 2px solid #8fb38d;
}

#content .commentbox p {
	font-size: 120%;
	font-weight: bold;
}

.commentkurs {
	background-color: #b9ccdb;
	width: 200px;
	padding: 2px 10px 2px 10px;
	margin: 20px 0px 20px 0px;
	border-left: 2px solid #8fb38d;
	border-right: 2px solid #8fb38d;
}

.commentleft {
	position: absolute;
	left: 300px;
	top: 90px;
	width: 360px;
	padding: 0px;
	margin: 0px;
	font-size: 140%;
	font-weight: bold;
	color: #4A4A4A;
	text-align: center;
	color: #F68218;
}

.commentfooter {
	background: url(../images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	width: 400px;
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #4A4A4A;
}

#common {
	padding: 0px;
	margin: 20px 10px 20px 10px;
	font-size: 90%;
	color: #000000;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

#common a {
	font-weight : normal;
	display: block;
	padding: 4px 10px 4px 10px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	outline: none;
}

#common a:hover {
	color: #FFCC00;
}

#kontakt {
	margin-bottom: 10px;
	border: 1px solid #FF6633;
}

#kontakt p {
	color: #FF6633;
}

#kontakt a {
	color: #FF6633;
}

#footer {
	clear: both;
	width: 980px;
	font-size: 80%;
	text-align: center;
	color: #000000;
	margin: 0px 6px 0px 6px;
	padding: 4px 0px 4px 0px;
	background-color: #b9ccdb;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	color: #999999;
}

#line {
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #b9ccdb;

