@charset "utf-8";
/* 

---------------------------------------------------------------------------------
mediastudios | Fullservice Werbeagentur & Internetagentur aus Lingen im Emsland.
Autor: www.mediastudios.info
---------------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body  {
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.form {
	border: 1px dashed #666;
	width: 300px;
	height:20px;
}
.form_textfield {
	border: 1px dashed #666;
	width: 300px;
	height:100px;
}
.form_checkbox {
	border: 1px dashed #666;
}
.hidden {
	visibility: hidden;
}
label {
	width: 10em;
	display: block;
	float: left;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.fltrt {
	float: right;
	margin-left: 15px;
}

.fltlft {
	float: left;
	margin-right: 15px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container {
	width: 945px;
	border: 0px dashed #666;
	background: #fff;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 400px;
	background: #fff;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
} 
	#header h1 {
	display: none;
	}

#navigation {
	height: 40px;
	padding: 0 0 0 40px;
	background-color: #006699;
	background-image: url(../images/navigation.jpg);
	background-position: 0 0px;
	background-repeat: repeat-x;
}
	#navigation ul {
	list-style-type:none;
	}
	#navigation li {
	font-size: 13px;
	display: inline;
	line-height: 40px;
	}
	#navigation a {
	color: #FFFFFF;
	padding: 0 10px;
	float: left;
	}
	#navigation a:hover {
	background-image: url(../../images/navigation.gif);
	background-position: 0px 0px;
	text-decoration: underline;
	}

#sidebar {
	float: right;
	width: 200px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}
	#sidebar h3 {
	padding-bottom: 4px;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
	}
	#sidebar p {
		margin-bottom: 20px;
		line-height: 140%;
	}

#mainContent {
	margin-top: 50;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 50;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 50px;
}
	#mainContent h1 {
	border-bottom: 1px dashed #666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 27px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
	#mainContent h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	#mainContent p {
	margin-bottom: 10px;
	line-height: 140%;
	}
	#mainContent ul {
	list-style-type: none;
	}
	#mainContent li {
	list-style-image:url(../images/ul_sign.gif);
	list-style-position: outside;
	margin-left: 20px;
	margin-top: 10px;
	}

#footer {
	background-color: #FFF;
	background-image: url(../images/footer.gif);
	height: 20px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
} 
	#footer p {
	padding: 10px 0;
	line-height: 3px;
	font-size: 11px;
	}
	#footer a {
	color: #333;
	}
