@charset "utf-8";
/* CSS Document
Erstellungsdatum: 28.04.09
Autor: Tobias Stecher
*/

* { margin:0; padding:0; }

body,td,th {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #999;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #000;
}
h2 {
	font-size: 16px;
	color: #000;
}
h3 {
	font-size: 12px;
	color: #000;
}

#colmask {
	width: 1000px;
	height: 619px;
	margin: 15px auto;
	position: relative;
	clear: both;
	overflow: hidden;
}

#colmenu {
	width: 449px;
	height:619px;
	float: left;
	position: relative;
	background-image:url(Bilder/bg_r.jpg);
	background-repeat:no-repeat;
}

#colcont {
	position: relative;
	float: left;
	background-image:url(Bilder/cont_m.jpg);
	background-repeat: repeat-y;
	width: 551px;
	height: 619px;
}

#content {
	overflow: scroll;
	height: 99%;
	width: 92%;
	margin: 5px 30px 30px 40px;
}

#cont_pt {
	background-image:url(Bilder/cont_t.jpg);
	background-repeat:no-repeat;
	height: 9px;
	width: 100%;
}

#cont_pb {
	position: absolute;
	bottom:0;
	right:0;
	background-image:url(Bilder/cont_b.jpg);
	background-repeat:no-repeat;
	height: 8px;
	width: 551px;
}

#colmenu ul {
	position:absolute;
	right:0;
	top: 250px;
}

#colmenu li {
	text-align:right;
	display:block;
}

#colmenu a {
	padding-right: 15px;
	display: block;
	width:200px;
	color:#FFFFFF;
	font-size:18px;
	text-decoration: none;
}

#colmenu a:hover, #colmenu .current {
 	background-image:url(Bilder/link_hover.jpg);
 	background-repeat:repeat-y;
 	background-position:right;
 	color: #000000;

}

.tease img {
    float: left;
    margin: 0 20px 20px 0;
}
