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

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

body {
	position:relative;
}


body {
	margin:0;
	padding:0;
	color:#242424;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}

h1,h2,h3 {
	color:#2b563b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}

h2 {color:#60876f;}
h3 {color:#744233;}

#spacer h1{font-size:18px;}
#spacer h2{font-size:24px;}

a {
	text-decoration:none;
	color:#2b563b;
}

a:hover {
	color:#744233;
}

/*--------------------------------------------------------------------------*/

#outer {
	width:960px;
	position:relative;
	margin:0 auto;
	background-image:url(../pics/body_line.jpg);
	background-repeat:repeat-y;
}

#out {
	min-height:953px;
	background-image:url(/pics/body.jpg);
	background-position:center top;
	background-repeat:no-repeat;		
}

#logo {
	position:absolute;
	width:175px;
	height:308px;
	background-image:url(../pics/logo.png);
	cursor:pointer;
	left:25px;
	top:25px;
}

#navigation {
	height:34px;
	padding-top:61px;
	padding-left:230px;
	text-align:center;
}

#content {
	width:635px;
	padding:35px 95px 50px 230px;
}

#left {
	display:none;
	float:left;
	width:225px;
	padding-right:25px;
}

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

#slideshow {
	margin-bottom:30px;
}

.topmenu {
	float:left;
	display:block;
	width:158px;
	height:34px;
	line-height:34px;
	background-image:url(../pics/topmenu.png);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	margin-right:3px;
	
}

.topmenu a {color:#E6E6E6;}
.topmenu a:hover {color:#ffffff;}

/*.sublink a{
	font-weight:bold;
	font-size:11px;
	color:#2b563b;
	padding-left:10px;
	background-image:url(../pics/green_arrow.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	text-decoration:underline;
}*/

/*.sublink a:hover{
	color:#744233;
}

.subnaviline {
	height:12px;
}
*/
/*a.subsubnavi_link {
	font-weight:normal;
	margin-left:20px;
	text-decoration:none;
	line-height:18px;
}*/

#footer {
	position:absolute;
	bottom:0;
	width:960px;
	height:20px;
	line-height:20px;
	text-align:center;
}

#footer a{
	font-size:12px;}

/*--------------------------------------------------------------------------*/

#news{
	height:120px;
	width:193px;
	background-image:url(../pics/news-bg.png);
	background-repeat:no-repeat;
	float:left;
	padding:39px 25px 25px 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#news h2{
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 0;
}

#news img{
	margin:8px 0;
	display:block;
}

#news p{
	margin:0 0 5px 0;
}

#news a{
	background-image:url(../pics/arrow.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:14px;
}

#nLinks{
	width:134px;
	height:25px;
	background-image:url(../pics/nuetzl-links.png);
	background-repeat:no-repeat;
	clear:left;
	float:left;
	cursor:pointer;
	margin:10px 0 0 0;
}
a#nLinks:hover{
	background-image:url(../pics/nuetzl-links-h.png);
}

/*--------------------------------------------------------------------------*/

.clear {
	clear:both;
}

#fckeditor {
	padding:10px;
	background-color:#FFFFFF;
	background-image:none;
	height:100%;
}

.Row1{
	background-color:#d7dfc6;
}

.Row2{
	background-color:#e9e9d0;
}

input, textarea{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}