body	{
    width: 100%;
    height: 100%;
	margin: 0 0 0 0;
	background-color: #FEFEF2;
	font-family: Arial, Sans Serif;
	}
	
tr, td	{
	font-family: Arial, Sans Serif;
	font-size: 13px;
	color: #000000;
	}
	
input 	{
	color: #ffffff;
	background-color: #990000;
	border: 1px solid #000000;
	font-size: 11px;
	}

select	{
	color: #ffffff;
	background-color: #990000;
	border: 1px solid #000000;
	}	
	
textarea	{
		color: #ffffff;
		background-color: #990000;
		border: 1px solid #000000;
		font-family: Arial, Sans Serif;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-face-color: #990000; 
		scrollbar-shadow-color: #FFFFFF; 
		scrollbar-darkshadow-color: #990000; 
		scrollbar-track-color: #FFFFFF;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #990000;
		font-size: 11px;
		}
.submit {
	font-size: 11px;
	font-weight: 600;
	}
	
a:link	{
	color: #990000;
	font-weight: 600;
	text-decoration: none;
	}
a:visited	{
	color: #990000;
	font-weight: 600;
	text-decoration: none;
	}
a:hover	{
	color: #000000;
	font-weight: 600;
	text-decoration: none;	
	}
a:active	{
	color: #000000;
	font-weight: 600;
	text-decoration: none;	
	}

.logo_overlay {
    position: absolute;
    z-index: 666;
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: 142px;
    left: 10px;
    top: 0px;
}

.bloodyhead {
	background-image: url('../img/head_white_bg.png');
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
	text-align: right;
}

.info	{
	color: #000000;
	padding-left: 4px;
	font-size:8pt;
	font-weight:400;
	}

.main	{
	border-left: dotted 1px black;
	border-right: dotted 1px black;
	border-bottom: dotted 1px black;
	}
	
.main2	{
	border: dotted 1px black;
	}
	
.selected {
	border-top: dotted 1px black;
	border-left: dotted 1px black;
	border-right: dotted 1px black;
	}
	
.notsel	{
	border-bottom: dotted 1px black;
	}
	
.titel1	{
	font-size: 25px;
	font-weight:800;
	}

.titel2	{
	font-size: 20px;
	font-weight:600;
	}
	
.titel3	{
	font-size: 12pt;
	font-weight:600;
	}
	
.kursdetails2 	{
		font-size: 10pt;
		}

.text	{
	padding-left: 10pt;
	}
	
.path a:link {
	font-weight: 500;
	color: black;
	}

.path a:visited {
	font-weight: 500;
	color: black;
	}
	
.path a:hover {
	font-weight: 500;
	color:white;
	background-color: #990000;
	}
	
.path a:active {
	font-weight: 500;
	color:white;
	background-color: #990000;
	}
	
#myOverlayContent {
    position: absolute;
    width: 600px;
    height: 400px;
    margin: auto;
    border: 1px dotted black;
    background-color: white;
    z-index: 1001;
}

#myOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-image: url('../img/overlaybg.png');
    visibility: hidden;
}

.news 	{
	font-weight: 500;
	color: #000000;
	}
	
.news2 	{
	padding-left: 5px;
	font-weight: 600;
	color: #000000;
	}
	
.edit	{
	font-size: 11px;
	}
	

#addWrapper div {margin-top: 10px;}
#anmeldeForm label, #kontakt label { position: absolute; text-align:right; width:130px; margin-bottom: 3px;}
#anmeldeForm input, #anmeldeForm textarea, #kontakt input, #kontakt textarea { margin-left: 140px; margin-bottom: 3px; }
#anmeldeForm input.hidden {display: none;}
#anmeldeForm label.check, #anmeldeForm label.radio { position:relative; text-align:left; }

#referenz li { text-align: left; margin-bottom: 10px; }
#referenz li img { max-height: 40px; }