@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;	
}

div#outer_frame {
	position: relative;
	margin: 0px auto;
	width: 90%;	
	max-width: 950px;
	min-width:800px;
	background-color: #fff;
	border: solid 1px #aaa;
}

.kurstext {
	font-size: 12px;
}

div#head_frame {
	position: relative;
	height: 190px;
	background: #78d url(images/header3.jpg) no-repeat;
}

div#head_frame #titleimg {
	position: absolute;
	margin-top: 10px;
	top: 90px;
	left: 40px;
}

#head_frame #menu {
	position: absolute;
	bottom: 0;
	left: 2%;
	height: 25px;
	width: 750px;
}

#head_frame #menu ul {
	position: absolute;
	left: 320;
	list-style: none;
	margin: 0;
	padding: 0;
}

#head_frame #menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#head_frame #menu li a:link,  #head_frame #menu li a:visited{
	font-family: "Tebuchet MS", sans-serif;
	font-weight: bold;
	display: block;
	color: #000;
	text-decoration: none;
	height:25px;
	width:90px;
	line-height: 30px;
	padding:  0px 15px 0px 10px;
	margin-right: 15px;
	background: url(images/menubutton.jpg) no-repeat left top;
}

#head_frame #menu li a:hover,  #head_frame #menu li a:active{
	color: #112;
	background-position: left top;
	background: url(images/menubutton.jpg) no-repeat left bottom;
}

#head_frame #menu li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(images/menubutton.jpg) no-repeat left bottom;	
	color: #311;
}

#head_frame #menu li a.current:hover {
	cursor: default;
}


div#content {
	position: releative;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#contact_email a:link, #contact_email a:visited {
	background: url(images/emailLogo.png) no-repeat;	
	text-indent: 2.5em;
	text-align: justify;
	vertical-align: middle;
	display: block;
	font-size: 12px;
	height: 25px;
	color: #000;
}

div#content h1 {
	font-size: 18px;
	color: #57d;
}

div#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #57d;
}


div#content div.map {
	float: right;
	margin-top: -200px;
	padding-right: 10px;
}

div#content div.wrapper {
	width: 550px;
	font-size: 14px; 
}

div#content div.left_column { 
	width:7em; 
	float:left; 
	text-align:left; 
	vertical-align:middle; 
} 

div#content div.rightcolumn { 
	width:300px; 
	float:right; 
	text-align:left; 
	vertical-align:middle; 
} 

div#content h2 {
	font-size: 15px;
	color: #101;
	margin-bottom: 0px;
}

div#content h3 {
	margin-top: 0px;
	font-size: 14px;
	color: #301;
}

div#content h4 {
	margin-top: 5px;
	font-size: 16px;
	color: #101;
}


div#content p {
	font-size: 14px; 
	max-width: 600px;
	
}

div.entry {
	font-family: sans-serif;
	font-size: 11pt;
	display: inline-block;
}

div.entry div {
	width: 120pt;
	float: left;
	margin-top: 1px;
}

div.entry .text {
	text-align: right;
	margin-right: 2em;
}

div.entry input{
	margin-left: 2pt;
	width: 300px;
}

div.entry textarea{
	margin-left: 2pt;
	width: 300px;
}

#register .submit {
	margin-top: 30px;
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.textfeld{
	width: 200px;
	font-size: 20pt;
}

.required {
	color: red;
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 5px;
}

.coursetitle {
	font-size: 12pt;
}

