@import url(format.css);

/* ------- FRAMEWORK -------  */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
	font-size: 12px;
	background-color: #C4ECFF;
}

a,
a:link,
a:visited {
	color:#000;
	text-decoration:none;
}

a:hover,
a:active {

}

/*####### WRAPPER ##########*/
div#wrapper {
	position:absolute;
	left: 50%;
	top: 0px;
	width: 972px;
	height: 750px;
	margin-left: -486px;
}

/*########## header ############*/
div#header {
	height: 25px;
}

/*########## titel ############*/
div#title {
	text-align:center;
	margin: 20px 0;
}

/*########## bilder ############*/
div#bilder {
	margin-left: 15px;
	
}

div#bilder img {
	margin-right: 2px;	
}


/*###### NAVIGATION #########*/
div#navigation {
	position:absolute;
	top: 375px;
	left: 15px;
	width: 170px;
}

/*########## CONTENT #########*/
div#content {
	left:240px;
	line-height:1.3em;
	padding-bottom:20px;
	position:absolute;
	top:381px;
	width:675px;
}

#content a, a:link, a:visited {
	color: #00C;
	text-decoration:underline;
}

/*----------------------------------------
			 content
------------------------------------------*/
#content h1, #content h2, #content h3, #content h4 {
	font-size:1.3em;
	padding-bottom: 10px;
}

#content td {
	padding-right: 20px;
}

#content ul {
	margin-left: 16px;
}

#content li {
	list-style-type: disc;
}
#content img {
	margin-left: 20px;
	margin-bottom: 20px;
}


input {
	border: 1px solid #fff;
	width: 200px;
	margin:2px;
	font-family:inherit;
	font-size: 1em;	
}

textarea {
	border: 1px solid #fff;	
	width:280px;
	height: 50px;
	font-family:inherit;
	font-size: 1em;
}

input#submit {
	border: 1px solid #fff;
	background-color: #FFF;
	width: 150px;
}
.weiterbildung {
	width:450px;
}
.neu {
	width:250px;
	height:60px;
	position:absolute;
	margin-right:20px;
	margin-top: 20px;
}
	
