@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	min-height:100%;
}

body, #body_2_spalten {
		height:100%;
		min-height:100%;
		background-color:#ffffff;
		margin:0px;
		padding:0px;
		text-align:left;	
		font-size:12px;
		line-height:20px;
		font-family:Arial, Helvetica, sans-serif;
		color:#676767;		
		
		background-image:url(../pics/body_v.jpg);
		background-repeat:repeat-y;
		background-position:center;
}

body.body_2_spalten {
	background-image:url(../pics/body_v_one_row.jpg);
	}

		
h1,.nichtGefunden {
	font-size:12px;
	font-weight:bold;
	color:#5f0000;
	text-transform:uppercase;
	border-bottom:1px solid #dededf;
}

h2{
	font-size:12px;
	font-weight:bold;
	color:#5f0000;
}

h3{
	font-size:12px;
	font-weight:normal;
	color:#393939;
}

hr{
	background-color: #dededf;
	color: #dededf;
	height:1px;
	border:none;
}

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

a:hover {
	color:#5f0000;
}

table{background-color:transparent;}


/*################################################################*/

#outer {
	width:100%;
	height:100%;
	background-image:url(../pics/body_h.jpg);
	background-repeat:repeat-x;
	background-position:top;	
	padding-top:14px;
}

.out{
	margin:0 auto;
	width:960px;
	min-height:100%;
	background-image:url(../pics/main_bg.jpg);
	background-repeat:repeat-y;		
	background-position:center;	
}

#header {
	height:271px;
	background-repeat:no-repeat;
	background-position:top;
}

#logo {
	float:left;
	width:285px;
	height:75px;
	cursor:pointer;
}

#navigation {
	float:right;
	width:675px;
	height:79px;
	background-color:#FFFFFF;
}

#main {
	padding:45px 0;
}

#left {
	width:400px;
	float:left;
	padding-right:70px;
}

#center {
	width:240px;
	margin-left:10px;
	float:left;
}

#right {
	width:240px;
	float:left;
}

#footer {
	background-image:url(../pics/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:31px;
	line-height:31px;
}

#footer, #footer a {
	color:#dededf;
}

#fckeditor{
	padding:10px;
	background-image:none;
}

.clear {clear:both;}