

body {
	color: #222;
	font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed', Tahoma, Arial,sans-serif;
	font-size: 0.8em; 
	line-height:20px;
	-webkit-text-size-adjust:none; /** Verhindert das automatische Vergrößern des iPhone Safaris **/
	background: #ececec ;//url(../gfx/hintergrund.png) repeat-x;
	// background-position: center;
	text-shadow: #e3e2de 0px 1px 0px;
}
h1, h2, h3, h4, p, ul, li {margin: 2px;padding:0px;}

#ecke {
	position: fixed;
	width: 100px; height: 100px;
	right: 0; text-indent: -9999px;
	top: 0; font-size: 11px;
	background:url(../gfx/ecke.png) no-repeat;
}

#wrapper {
	width: 1000px; 
	position:absolute; 
	left:50%;
	margin-left: -500px;
}
#topspace {
	height: 20px;
}
#topmenu {
	width: 100%;height: 20px;
	background:url(../gfx/menutopline.png) no-repeat bottom;
}
#topmenu ul li {list-style: none;display: inline;margin-right: 10px; float:right;margin-top:0px;}


#header {
	height:60px;
	position:relative; 
	left:50px;
}
#header p {
	color: #155285;
}
   

#links {
	width: 200px; float: left;
	background:url(../gfx/menugradient.png) repeat-y;
}

#menutop {
	width: 200px; height: 50px; float: left;background:url(../gfx/menugradienttop.png) repeat-y;
}
#menubottom {
	width: 200px; height: 50px; float: left;background:url(../gfx/menugradientbottom.png) repeat-y;
}

#leftmenu {
	//background-color: #eee;
	// -moz-border-radius: 5px; -khtml-border-radius:5px;
} 
#leftmenu a {color: #000;} #leftmenu a:hover {color: #990000;}
#leftmenu li {list-style:none; display:block; margin:15px 0 15px;text-align:left;padding-left:10px;}

#modulside {
	padding:10px; margin-top:10px;
	background:url(../gfx/menuline.png) no-repeat top;
	text-align: justify;
}

#mitte {
	margin-left: 210px;
	padding-left: 10px;
	background-color: none;
	//border: 1px solid #ccc;
	//-moz-border-radius: 5px; -khtml-border-radius:5px;
}


#content {padding: 20px;}
.box1 {
	overflow: hidden;
}
.box2 {
	overflow: hidden;
	margin-top:15px;
}

#footer {
	color: #444;
	height:60px;
	position:relative; 
	margin-top:10px;
	text-align: right;
	font-size: 0.8em;
	background: url(../gfx/menufooterline.png) no-repeat top right;
}

#fixedfooter {
	width:100%; height: 20px;
    position:fixed;
    bottom:0px;
    left:0px;
    background: url(../gfx/footershdw.png) bottom repeat-x;
}

#social {
	float:left;
	margin: 0 0 0 5px;
	font-size: 10px;
}  

a {font-weight: normal;}
a:link {text-decoration: none; color: #888;}
a:visited {text-decoration: none; color: #888;}
a:hover {text-decoration: none;	color: #990000;}
a:active {text-decoration: none; color: #888;}
a:focus {outline:none;}

/**  Links nach Extern **/
a.extern {
font-weight:normal;
text-decoration:none;
background-image:url("../gfx/link.png");
background-repeat:no-repeat;
background-position:right; 
padding-right: 15px;
}
a.extern:visited {
font-weight:normal;
text-decoration:none;
background-image:url("../gfx/link.png");
background-repeat:no-repeat;
background-position:right; 
padding-right: 15px;
}
a.extern:hover {
font-weight:normal;
text-decoration:underline;
background-image:url("../gfx/linkhov.png");
background-repeat:no-repeat;
background-position:right; 
padding-right: 15px;
}

h1,h2,h3,h4,h5,h6 { font-family: "courier new", courier, monospace; font-weight: bold;}
h1 {font-size: 24px; color: #335577;}
h2 {font-size: 16px; color: #335577;}
h3 {font-size: 14px; color: #335577; margin-top:10px;}

.liste ul, .liste li {margin-left:25px;}

img {border:none;}
.ImageLeft {float:left; margin:5px;}
.ImageRight {float:right; margin:5px;}


.galerietable {width:100%;margin-top:20px;}
.galerietable td{text-align:center;margin-top:10px;}
.galerietable p{padding:0px;margin-top:0px;}

.tip {color: #fff;width: 172px;	z-index: 13000; text-shadow: none;}
.tip-title {font-weight: bold;font-size: 11px;margin: 0;padding: 8px 8px 4px;background: url(../gfx/bubble.png) top left;}
.tip-text {font-size: 11px;padding: 4px 8px 8px;background: url(../gfx/bubble.png) bottom right;}


/*Link-Listen*/
.linklist{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 25px 35px;
    background-color:none;
    border: none;
}
.linklist img {
border: 3px ridge #999;
-webkit-box-reflect:below 3px
-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.75, transparent), to(white));
}

/**Blog**/
 .blogkurz {
    border-bottom: 1px solid #777;
    margin-bottom: 25px;
}
div.blog p {
    text-align: justify;
    margin-left:10px;
}
div.blog img {
    margin:10px;
    border: 1px solid #999;
}
.comment {padding: 10px; margin:5px; background-color:#e3e2de margin:5px; border:1px solid #999;-moz-border-radius:3px; -khtml-border-radius:3px;}
.comment div {font-size: 0.85em; float:right;}
.comment a:link{font-weight:bold;}
