@charset "UTF-8";
/* CSS Document */


/* ### BODY ###################################################################### */
body {
	background:#931e48 url('none') repeat-x;
	color:#000; 
	font-family: verdana, arial; 
	background-image:url('none'); 
	background-repeat:repeat-x; 
	font-size:12px; 
	
	
}
/* \*/ * html body {
	text-align:center;
	font-size: xx-small;
} /* *//* IE 5.5 Hack */
.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.warning {
	color:#f00;
	background: inherit;
}


/* ### PAGE ###################################################################### */

#website {
	padding-top:50px;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#931f48;
	border:solid 3px #ffccff;
}

#webpage {}

#header {
	height:250px;
	background-color:#fff;
	background-image:url('images/banner15.jpg');
}

#content {
	height:700px;
	background-color:#fff;
	border-top:solid 1px white;
}

#mainContent {
	width:650px;
	float:left;
}

#contentContainer {
	padding:30px 0px 30px 30px;
	text-align:left;
	float:left;
	width:600px;
}

#contentContainerLeft {
	padding:30px 0px 30px 30px;
	text-align:left;
	float:left;
	width:300px;
}



/* ### Navigation rechts (auch wenn sie links heit!)############################################################### */

#navLeft {
	float:right;
	width:210px;
	padding:40px 30px 20px 10px;
}

#navContent li {
	display:block;
	padding:5px 0;
	background-color:#fff;
	margin-bottom:5px;
	text-align:left;
}

#navContent li a:link {
	text-decoration:none;
	color:#931f48;
	padding:0 10px;
}

#navContent li a:visited {
	text-decoration:none;
	color:#931f48;
	padding:0 10px;
}

#navContent li a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#931f48;
	padding:0 10px;
}

#navContent li a:active {
	text-decoration:none;
	color:#931f48;
	padding:0 10px;
}

/* ### Content ############################################################### */

h1 {
	font-size:14px;
	font-weight:bold;
	color:#931e48;
	line-height:30px;
}

img.right {
	float:right;
	background-color:#999;
	margin:5px 10px;
	border:none;
}

img.left {
	float:left;
	background-color:#999;
	margin:10px 15px 10px 0;
	border:none;
}

#contentImageRight {
	float:right;
	position:relative;
	top:0px;
	width:auto;
	padding:40px 0 0 0;
}


#mainContent a:link {
	text-decoration:none;
	color:#931f48;
	padding:0 10px;
}

#mainContent a:visited {
	text-decoration:none;
	color:#931f48;
	padding:0 10px;
}

#mainContent a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#931f48;
	padding:0 10px;
}

#mainContent a:active {
	text-decoration:none;
	color:#931f48;
	padding:0 10px;
}
