* { margin:0; padding: 0; } 

fieldset, img { border:0; }

html { 
	height: 100% 
} 

body { 
	min-height: 101%;
	font-size:76%;	
	color: #555; 
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	background: url(../img/bodybggrau.gif) repeat-x left top;
} 

select, input, textarea { font-size: 99% }

a {
	color: #555;
}

a:hover, a:focus, a:active {
	color: #222;
	text-decoration:none;
	background-color: #F8EFEA;
}

#page {
	margin:0 auto;
	max-width:850px;
	min-width:776px;
	min-height:900px;
}


/*header */

#header {
	height:150px;
	width:100%;
	background: #CF946B url(../img/header.jpg) no-repeat 0 30px;
	text-align:right;
}

header h1, header p {
	margin:0;
}

.skiplink {
	color: #000;
	padding:5px 25px 0 0;
	font-size:0.9em;
	display: inline;
}

.skiplink a {
 	text-decoration: none;
	color: #000;
	font-weight:bold;
}

.skiplink a:hover, .skiplink a:focus, .skiplink a:active {
 	text-decoration: none;
	color: #000;
	background-color:#fff;
 }

 .skip {
 	position: absolute;
	left:-1000px;
	top: -1000px;
 }
 
 
 /*Hauptmenue */
 
#mainmenu {
	width:100%;
	height:65px;
	background:#fff url(../img/navikachel.gif) repeat-x top left;
	text-align:left;
}

#mainmenu ul {
	list-style-type: none;
	font-size:1.0em;
	margin:15px 0 0 25px;
	float:left;
}


#mainmenu ul li {
	float:left;
	font-weight:bold;
}

#mainmenu ul li a, #mainmenu ul li.level1active {
	text-decoration: none;
	padding:2px 25px 2px 10px;
	color:#000;
	display:block;
	background: url(../img/navi-line.gif) no-repeat bottom left;
}

#mainmenu ul li.level1active {
	color: #000;
	text-transform: uppercase;
}


#mainmenu ul li a:hover, #mainmenu ul li a:focus, #mainmenu ul li a:active {
	color:#000;
	background-color: #fff;
}

.capitals {
	text-transform: uppercase;
}

/* footer */

#footer {
	clear:both;
	background: url(../img/footergraukachel.gif) repeat-x left bottom;
	height:30px;
	font-size:0.9em;
	padding:0;
	text-align:center;
}

#footer-inner {
	background: url(../img/footerkachel.gif) repeat-x left bottom;
	max-width:850px;
	min-width:776px;
	margin: 0 auto;
	text-align:left;
	height:30px;
	color:#000;
}
  
 #footer a {
	color:#000;
	text-transform:none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color:#000;
	background-color: #fff;
}
  
 .top {
 	float:right;
	padding-right:25px;
	padding-top:10px;
 }
 
 .credits {
 	float:left;
	padding-left:25px;
	padding-top:10px;
 }
 
 #footer-inner a {
 	color: #000;
 }
 

/* Content */

#content {
	clear:both;
	max-width:850px;
	min-width:776px;
}



/* Submenu */

#submenu {
	width:280px;
	float:right;
	font-size:1.0em;
	text-align:left;
	color:#222;
	margin-bottom:25px;
}



#submenu #blog h2.braun {
	background-color: #CF946B;
	color: #000;
	font-size:1.0em;
	padding: 5px 10px;
	margin-bottom:3px;
}

#submenu  ul {
	list-style-type:none;
	line-height:180%;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:25px;
}

#submenu ul li a {
	text-decoration: none;
	color: #222;
	background-color: #CFE8B9;
	padding: 2px 10px;
	display:block;
	margin:4px 0;
}


#submenu ul li a:hover, #submenu  ul li a:focus, #submenu ul li a:active {
	color: #222;
	background: #AAD883;
}

#submenu ul li.level1active {
	color: #000;
	background: #AAD883;
	padding: 2px 10px;
}

#submenu p {
	margin:60px 0 10px;
	line-height:180%;
	font-size:0.9em;
}

#submenu a {
	color: #222;
}

#submenu a:hover, #submenu a:focus, #submenua:active {
	color: #222;
	background: #F8EFEA;
}

#suche {
	background:#F8EFEA url(../img/suchebg.gif) no-repeat top left;
	width:270px;
	padding:50px 0 10px 10px;
	
}

#login {
	background:#F8EFEA url(../img/loginbg.gif) no-repeat top left;
	width:270px;
	padding:20px 0 10px 10px;
	margin-top:15px;
}

#blog {
	margin-top:25px;
	background:#F8EFEA url(../img/blogbg.gif) no-repeat top left;
	
}


#submenu #blog h1 {
	background-color: transparent;
	color: #222;
	font-size:1.0em;
	padding: 25px 10px 10px 0px;
	background: url(../img/blog-line.gif) no-repeat bottom left;
	margin-left:10px;
}
#submenu #blog h2 {
	color: #222;
	font-size:1.0em;
	padding: 5px 10px;
}


#submenu #blog ul {
	list-style-type:none;
	line-height:180%;
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:25px;
	font-family: Georgia, serif;
	background-color: #F8EFEA;
}

#submenu #blog ul.gruen {
	background-color: #CFE8B9;
	margin-bottom:2px;
}


#submenu  #blog ul li {
	padding: 2px 10px;
}


#submenu #blog ul li a {
	text-decoration: underline;
	color: #B40000;
	background-color: transparent !important;
	padding: 0;
	display:inline;
	margin:3px 0;
}

#submenu #blog ul.gruen li a {
	color: #000;
}


#submenu #blog ul li a:hover, #submenu  #blog ul li a:focus, #submenu #blog ul li a:active {
	color: #222;
	background: #fff;
}

.language {
	background: url(../img/submenutop.gif) no-repeat top left;
	width:280px;
	padding:10px 0 10px 0;
	margin-top:0;
	text-align:right;
}

#submenu .language p {
	margin:0;
	font-weight:bold;
	margin-right:25px;
}




/* Text */

#text {
	width:62%;
	float:left;
	line-height:180%;
	font-size:1.0em;
	text-align:left;
	background: url(../img/absatzbg.gif) no-repeat left top;
}

#textbreit {
	width:100%;
	text-align:center;
}


#text h1, .contentpart h1 {
	color: #C17541;
	font-size:1.8em;
	margin:0 0 10px 20px;
	font-weight:normal;
	font-family: Georgia, serif;
}

#text h1 a, #text h2 a {
	color: #C17541;
	text-decoration:underline;
}
#text h1 a:hover, #text h1 a:focus, #text h1 a:active,
#text h2 a:hover, #text h2 a:focus, #text h2 a:active
 {
	color: #000;
}


#text h2 {
	font-size:1.4em;
	margin:15px 0 10px 20px;
	font-weight:normal;
	color: #C17541;
}

h2#comments,  h2#respond {
	margin:25px 0 25px 20px;
	clear:both;
	}

#text h3 {
	font-size:1.3em;
		margin:0 0 10px 20px;
}

#text p {
		margin:0 0 10px 20px;

}

#text ul {
	list-style-type: square;
	color: #555;
	margin:0 0 10px 40px;
}


p.center {
	text-align:center;
}

#text img {
	margin:0 10px 10px 0;
	padding:0;
	
}

.alt {
	background-color: #E6E6E6;
	color:#000;
	margin: 0;
	padding: 10px;
}

p.bct {
	font-size:0.9em;
	padding-top:15px;
}

/* Absaetze  */
 
.contentpart {
	background: url(../img/absatzbg.gif) no-repeat left top;
	width:100%;
	float:left;
	padding-top:10px;
	margin-top:15px;
}


img.icon, div.icon { 
	float:left !important;
	text-align:left;
	margin:0 10px 0 2px;
}

p.contentheader {
	text-transform: uppercase;
	font-weight: bold;
	font-size:1.0em;
	padding:10px 0 0 0;
}

.contentpart p a {
	font-weight:bold;
}



/* Formulare */

#searchform label, #searchform p, #loginform label, #loginform p {
	display:block;
	margin:5px 0 5px 0 !important;
	font-weight:bold;
	font-size:0.9em;
}



#searchform input, #loginform input {
	border: 1px solid #666;
	padding:2px;
	width:64%;
	color: #555;
	background:#fff url(../img/inputbg.gif) repeat-x left top;
	margin-bottom:5px;
}

#searchform #formsubmit, #loginform #formsubmit {
	background: transparent;
	border: none;
	color: #B40000;
	text-decoration:underline;
	width:auto;
	cursor: pointer;
	font-size:0.9em;
	font-weight:bold;
}

#commentform {
	margin-left:20px;
}

#commentform input {
	width: 44%;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #666;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#commentform textarea {
   width:90%;
	padding: 2px;
	border: 1px solid #666;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#commentform #submit {
	border: 1px solid #666;
	background-color:#ebebeb;
	cursor:pointer;
	margin: 10px 25px 25px 0;
	}

#commentform label {
	float:right;
	text-align:left;
	width:50%;
	padding-top:5px;
}

#commentform p {
	margin: 5px 0;
	clear:right;
}	

/* Kommentare */

.commentlist {
	margin-left: 20px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}



acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	}
	
blockquote {
	margin: 15px 30px 0 30px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

cite {
	font-size:1.2em;
	color:#000;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

img.alignright {
	padding: 0 0 0 10px;
	float:right;
	}

img.alignleft {
	padding: 0 10px 0 0;
	float:left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
small {
	margin-left:20px;
}

table {
	border: 1px solid #AAD883;
	border-collapse: collapse;
	margin:10px 10px 25px 20px;
	width:100%;
}


td {
	padding:4px;
	border: 1px solid #AAD883;
	border-collapse: collapse;
	width:50%;
}

td.breit {
	width:70%;
}

td.schmal {
	width:30%;
}

ul.logos {
	list-style: none !important;
	margin-top:20px;
}

ul.logos li {
	display:inline;
}

ul.logos li a {
	background-color: #fff !important;
}


/*Ausstellungs Specials */


.thumbs {
	font-size:0.9em;
	position:relative; top:-50px; 
	left:40px;
	line-height:110%;
}

.thumbs a:hover, .thumbs a:focus, .thumbs a:active {
	background-color:#fff !important;
}


