* { margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }

body { background: #fff url(../images/body2.jpg) top left repeat-x; }

* html body {  position: absolute; }

p{ margin-bottom: 15px; }

p.ad { border-top: 1px solid #ccc; padding-top: 25px; text-align: center; }

img.links { float: left; display: block; margin: 5px 15px 5px 0; }
img.rechts { float: right; display: block; margin: 5px 0 5px 15px; }

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

a:link, a:visited
{
	color: #cc0000;
	text-decoration: none;
}

a:hover, a:active
{
	color: white;
	background: #cc0000;
}

#wrap 
{
	width: 780px;
	margin: 0 auto;
}

#head
{
	background: transparent url(../images/head-mel2.jpg) top left no-repeat;
	height: 200px;
}

#head h1, #head h2
{
	color: white;
	font: 30px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 65px;
	padding-left: 300px;
}

#head h2
{
	font-size: 18px;
	padding-left: 400px;
	padding-top: 0;
}

#head a.homelink
{
	display: block;
	width: 190px;
	height: 150px;
	position: relative;
	top: 25px;
	left: 20px;
	float: left;
}

#head a.homelink:hover
{
	background: none;
}

#nav
{
	overflow: hidden;
	color: black;
	margin-top: -1px;
}

#nav ul 
{
	margin-left: 15px;
}

#nav ul li
{
	display: inline;
}

#nav ul li a
{
	display: block;
	float: left;
	color: black;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 10px;
}

#nav ul li a:hover, #nav ul li a.active
{
	background: #cc0000;
	color: white;
}

#content
{
	background: transparent;
	clear: both;
	margin-top: 15px;
	overflow: hidden;
}

/* Rechte Seite */
#float
{
	float: right; /* float: left; */
	width: 200px;
	padding: 10px;
	font-size: 12px;
	background: #f0f0f0;
	color: #666;
	margin-top: 10px;
	overflow: hidden;

	-moz-border-radius: 5px;
}

#float a:link img, #float a:visited img
{
	background: white;
	border: 2px solid white;
}

#float a:hover img
{
	background: #cc0000;
	border: 2px solid #cc0000;
}

#float h3.rsslink a img
{
	color: #666;
	background: none;
	text-decoration: none;
	border: none;
	float: right;
	margin-left: 10px;
}

/* IE ... */
#float h3.rsslink a:hover img,
#float h3.rsslink a:visited img,
#float h3.rsslink a:active img
{ border: none; background: none; text-decoratino: none; }

#float form
{
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

#float input
{
	border: 1px solid #666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 100px;
}

#float input.button
{
	width: 70px;
}

#float p.kick
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

#float ul 
{
	list-style: square;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

#float ul li 
{
	margin-bottom: 5px;
}

#float h3 { font-size: 14px; }

/* Hauptteil */
#options a img 
{ 
	border: none; 
	text-decoration: none; 
	background: none; 
}

#options a:hover, #options a:active, #options a:visited { background: none; }

#options
{
	border-bottom: 1px dotted #ccc; 
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-left: 15px;
	text-align: right;
	margin-right: 250px;
}

#text
{
	margin-right: 250px; /* margin-left: 250px; */
	font-size: 12px;
	line-height: 170%;
	padding: 10px;
	padding-left: 15px;
}

#text img
{
	border: 1px solid #ccc;
	padding: 2px;
}

#text h3
{
	color: #666;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}

#text h3.search
{
	margin-bottom: 15px;
}

#text p.meta
{
	font-size: 11px;
	color: #666;
	font-style: italic;
}

#text p.pager
{
	font-size: 11px;
	text-align: center;
	margin: 0;
}

#text div.article
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	
	color: #333;
}

#text div.article:hover
{
	/*background: #f5f5f5;*/
}

#text li.link
{
	margin-left: 25px;
}

#text dl.archivelist
{ 
/*	overflow: hidden;
	display: block;
	float: left;*/
	margin-bottom: 10px; 
	padding: 5px;
/*	width: 15%;*/
border: 1px solid #ccc;
background: #f0f0f0;
}

#text dl.archivelist dt
{ 
	font-weight: bold;
	margin-bottom: 10px;
}

#text dl.archivelist dd.active a {  font-weight: bold; }

#text ul.archive { list-style: none; }
#text ul.archive li { border-bottom: 1px dotted #ccc; padding-bottom: 10px; margin-bottom: 10px; display: block; }
#text h4.archive { clear: left; padding: 10px 0; margin-top: 20px; color: #999; font-size: 14px; }

#text ul.archive li p { font-size: 11px; margin: 0; }

/* Footer */
#footer
{
	clear: both;
	/*margin: 10px 15px;
	margin-right: 250px;*/
	margin-top: 50px;
	background: #f5f5f5;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #ccc;
}

#footer p
{
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Pager */
ul.pager 
{ 
	list-style: none; 
	text-align: center; 
	overflow: hidden; 
	margin-top: 20px;
}

ul.pager li
{
	display: inline;
	margin-left: 4px;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}

ul.pager li a
{
	color: #666;
}
		
ul.pager li a:hover,
ul.pager li.current a
{
	color: #cc0000;
	background: transparent;
}