/****** allgemein ***********/
body {	
	font-family:verdana,arial,sans-serif;
	font-size:0.8em;	
	line-height:130%;
	margin:0;
	padding:0;
	background: #F2F7FB url(../images/background_body.png) repeat-x;
	color: #000000;
}

a {text-decoration:none;}
a:hover {text-decoration: underline;}
ul, ol, li {list-style-type: none;margin:0;padding:0;}
p {margin-top: 0;}
img {border: none;}

button {
	background:transparent none;
	border:none;
	margin:0;
	padding:0;
}

/****** Rahmen ***********/

#background {
	min-width: 953px;
	max-width: 1433px;
	min-height: 632px;
	height: auto;
	margin: 0 auto;
	background: #F2F7FB url(../images/background_top.png) no-repeat;
	background-position:  50% 0;
}

#page {
	width: 933px;
	margin: 0 auto;
}

#page_header {
	height: 215px;
	padding: 0 21px;
}

#page_body {
	background-color: #ffffff;
	padding: 0 21px 20px 21px;
}

.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



#logo {
	float:left;
	margin: 15px 0 0 10px;
	width: 292px;
	height: 184px;
	text-align:center;
}

#header_pic {
	float: right;
	width: 576px;
	height: 172px;
}

/****** Lang Switch ***********/
#page #lang_switch {	
	float: right;
	margin-top: 10px;
}

/****** Navigation ***********/

#page #navigation {
	clear:both;
	float:left;
	width:294px;
	padding-right: 21px;
	padding-top:14px;
}
#navigation ul li a {
	display:block; 
	width: 100%;
	padding-left: 20px;
	color: #336699;
}

#navigation ul li a:hover {
	text-decoration:none;
	background: transparent url(../images/navigation_note.gif) no-repeat 5px 4px
}


#navigation ul li {
	border-top: 1px dotted #999999;
	line-height: 1.7em;
}

#navigation ul > *:first-child{
	border-top: none;
}
/*
#navigation ul li.first{
	border-top: none;
}
*/

#navigation a.active {
	color: #cc0033;
	background: transparent url(../images/navigation_note.gif) no-repeat 5px 4px
	}

/* 2te Ebene*/
#navigation ul li ul {
	margin:0 0 10px 15px;
}
#navigation ul li ul li {
	border: none;
	line-height: 1.3em;
}

#banner {
	width: 294px;
	text-align:center;
	margin-top: 50px;
}
#banner img {margin-top: 5px;}


/****** Content ***********/

#page #content {	
	float: left;
	width: 576px;
	color: #000000;
	line-height:140%;
}

#page #content h1 {
	font-size: 1em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	color: #cc0033;
}

#page #content h2 {
	font-size: 1em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 2px;
	padding-bottom: 0;
}

#page #content p {
	margin-bottom: 10px;
}

#page #content p.formError {
	background-color: #EEEEEE;
	padding: 10px;
}

#page #content a {color: #2651A8;}
#page #content a:hover {}

#page #content ul,#page #content ol{
	margin: 0 0 1em 2em;
}
#page #content ul,#page #content ul li {
	list-style-type: disc;
}

#page #content ol,#page #content ol li {
	list-style-type: decimal;
}

/************* footer-content ************/
#page_footer {	
	margin: 10px 0;
	line-height: 1em;
}

#page_footer p {float:right; margin-right: 10px;}

#page_footer ul {float:right;}

#page_footer ul li {
	display:inline;
	float:left;
	border-left: 1px solid #CCCCCC;
	padding:0 10px;}
	
#page_footer ul li a {color: #336699;}	
#page_footer ul li a.active {color: #cc0066;}


/************** guestbook ************/
#content form {
margin-bottom:20px;
}
#content fieldset {
	background-color:#F4F4F4;
	border:0 none;
	line-height:1.3em;
	margin:1em 0 0 0;
	padding:0 20px 20px;
	text-indent:0;
}
#content legend {
	background-color:#FFFFFF;
	border:1px solid;
	margin:0;
	padding:4px 8px;
}
#content input, #content textarea {
	background-color:#FAFAFA;
	border:1px solid #CCCCCC;
	color:#777777;
	padding:3px;
	width:auto;
}

#content input.imagesubmit {
	border: none;
}

div.gb_entry {
	border:1px solid #CCCCCC;
	margin-bottom: 20px;
	padding:5px;
	background: transparent url(../images/gb_background_top.gif) repeat-x 0px 0px;
}

div.gb_entry hr {
	height: 3px;
	border: none;
	color: #DFE7F1;
	background-color: #DFE7F1;
}

/************* gallery **************/
p.jgallery a {
	margin: 10px;
	display:block;
	float:left;
	text-align:center;
	width:110px;
	height:110px;
}
p.jgallery a img {
	border: 1px solid #cccccc;
	padding: 1px;
}
