/* Code by GreenAlien - www.GreenAlien.de */

html, body {
	font: 1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#main {
	width: 968px;
	margin: 10px auto;
}

* html #main {
	margin: 2px auto;
}

#main .maintop {
	height: 10px;
	background: url(../images/layout/main-top.png) no-repeat;
}

* html #main .maintop {
	position: relative;
	top: 8px;
}

#main .maincontent {
	background: url(../images/layout/main-main.png) repeat-y;
	padding: 0 10px;
}

#main .mainbottom {
	height: 10px;
	background: url(../images/layout/main-bottom.png) no-repeat;
}

#main #header {
	width: 906px;
	height: 200px;
	background: url(../images/layout/header.png) no-repeat;
	margin: 0 auto;
}

#main #header #sitedesc {
	display: none;
}

#main #header #sitedesc h1 {
	color: red;
	font-variant: small-caps;
	position: relative;
	top: 40px;
	left: 40px;
	float: left;
}

#main #left {
	width: 175px;
	position: relative;
	top: -10px;
	left: 48px;
	float: left;
}

#main #left ul#menu {
	margin: 0;
	padding: 19px 4px 0;
}

#main #left ul#menu li {
	list-style-type: none;
	border-bottom: 1px solid #e8e8e8;
}

#main #left ul#menu li a {
	color: #000;
	background-color: #fff;
	font-size: 1.4em;
	text-decoration: none;
	display: list-item;
	list-style-position: inside;
	list-style-type: square;
	padding: 13px 10px;
}

#main #left ul#menu li a:hover {
	background-color: #e6e6e6;
}

#main #left ul#menu li a.active {
	color: #950000;
}

#main #left ul#menu li.nobullet a {
	list-style-type: none;
}

#main #left ul#menu li.empty {
	padding: 13px 10px;
}

#main #left ul#menu li.first {
	height: 44px;
	border-top: 1px solid #e8e8e8;
}

#main #left ul#menu li.last {
	border-bottom: none;
	padding: 9px 10px;
}

form#newsletter label {
	font-size: 0.9em;
	margin: 0;
}

form#newsletter input{
	width: 135px;
	border: 1px solid #b5b5b5;	
	padding: 3px;
}

form#newsletter input#submit {
	background-color: #fff;
	border: none;
	position: relative;
	top: 10px;
	float: right;
}

#main #content {
	font-size: 0.8em;
	border-left: 1px dashed #b8b8b8;
	margin: 20px 0 0 65px;
	padding: 0 10px 50px 50px;
	float: left;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	font-family: sans-serif;
	font-variant: small-caps;
	margin-top: 0;
}

#main #content #content-borderbottom {
	width: 80%;
	border-bottom: 1px dashed #b8b8b8;
	position: relative;
	top: 37px;
	left: -63px;
	clear: both;
}

#main #content a.active {
	color: #950000;
	text-decoration: none;
}

#main #content b.active {
	color: #950000;
	text-decoration: none;
}

#main #right {
	width: 211px;
	float: right;
}

* html #main #right {
	position: relative;
	top: -8px;
}

#main #footer {
	font-size: 0.6em;
	clear: both;
}

#main #footer p {
	margin: 0;
}

#main #footer a.active {
	color: #950000;
	text-decoration: none;
}

.gallerie img{
  border: 1px solid #DCDCDC;
  padding: 5px;
  background: transparent;
}

.gallerie a:hover img{
  border: 1px solid #717171;
}

.boxed {
	width: 173px;
	font-size: 0.7em;
	margin: 10px auto;
}

.boxed h1 {
	font: 1.2em Arial;
	margin: 0 0 10px;
}

.boxed p {
	margin-bottom: 0;
}

.boxed .boxedtop {
	height: 15px;
	background: url(../images/layout/boxed-top.png) no-repeat;
}

.boxed .boxedmain {
	background: url(../images/layout/boxed-main.png) repeat-y;
	padding: 1px 15px;
}

.boxed .boxedmain-nopadding {
	background: url(../images/layout/boxed-main.png) repeat-y;
	padding: 0;
}

.boxed .boxedbottom {
	height: 15px;
	background: url(../images/layout/boxed-bottom.png) no-repeat;
}
#shoutboxtext {
        font-size:10px;
        font-family:Verdana;
        padding:2px;
}
#shoutbox.boxed {
	width: 211px;
}

#shoutbox.boxed a.active {
        color:#950000;
        text-decoration:none
}

* html #shoutbox.boxed {
	position: relative;
}

#shoutbox.boxed h1 {
	font-size: 1.4em;
	font-variant: small-caps;
	border-bottom: 1px dashed #ccc;
}

#shoutbox.boxed .boxedtop {
	height: 5px;
	background: url(../images/layout/boxed-shoutbox-top.png) no-repeat;
}

* html #shoutbox.boxed .boxedtop {
	position: relative;
	top: 8px;
}

#shoutbox.boxed .boxedmain {
	/*min-height: 304px;*/
	height: auto !important;
	/*height: 304px;*/
	background: url(../images/layout/boxed-shoutbox-main.png) repeat-y;
}

#shoutbox.boxed .boxedbottom {
	height: 5px;
	background: url(../images/layout/boxed-shoutbox-bottom.png) no-repeat;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

.red {
	color: #990000;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

img {
	border: none;
	/*border: 1px solid gray;
	padding: 4px;*/
}

.floatleft {
	float: left;
}

img.floatleft {
	margin-right: 15px;
}

.floatright {
	float: right;
}

img.floatright {
	margin-left: 15px
}

.wetter {
	float: left;
 	width: 240px;
 	height: 60px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

