@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }

body {

	background-image:url(../pics/body-background.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#666666;

}

body,html {
	height:100%;
	height:100%;	
}

p { 
	margin-bottom:16px;
}

h1 {
	font-size:16px;
	margin-bottom:16px;
	font-weight:normal;
}

h3 {
	font-size:13px; 
	color:#FFFFFF;	
	font-weight:normal;
	padding-bottom:3px;
}

div#site-wrapper {
 position:absolute;
 width:950px;
 height:100%;
/*background-color:#FFFFFF;*/
 left:50%;
 margin-left:-475px;
}

div#header {
	width:950px;
	height:150px;
	background-color:#FFFFFF;
	background-image:url(../pics/header-background.jpg);
}

div#content-wrapper {
	padding:30px;

	height:auto;
	background-image:url(../pics/content-background.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}

div#footer {
	padding-top:10px;
	width:950px;
	height:25px;
	background-image:url(../pics/footer-background.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
}

div#footer a, div#footer a:visited,div#header-nav a, div#header-nav a:visited{ color:#FFFFFF; text-decoration:none; }
div#footer a:hover,div#header-nav a:hover { text-decoration:underline; }
div#header-nav { position:absolute;color:#FFFFFF; top:130px; left:30px;}
div#content-left {
	float:left;
	width:420px;
}

div#content-right {
	float:right;
	width:435px;
}

div.clearing { clear:both; }

.kurs_description { padding:5px;font-size:10px; color:#333; }
img.kursbild { float:left; margin-right:10px; margin-bottom:5px;}
a img {border:none; border-collapse:collapse;}

.hidden {display:none;}

a,a:visited,a:link,a:hover { color:#333333;}



label { display:block; float:left; width:70px;}
input {width:250px; margin-bottom:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	height:18px;
	color:#333333;
}
textarea { width:250px; height:100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#333333;
}

input#Submit { 
	margin-left:70px; 
	height:24px; 
	border-bottom-style:solid; 
	border-width:1px;
	border-color:#999;
	
	}

