/*  
Theme Name: rhein91_2.0
*/



/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 9pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0px;
	line-height: 150%;
	}

#blogtitle {
	width: 850px;
	height: 183px;
	margin: 0 auto;
	padding: 0;
	background: url(images/titlebg.jpg) bottom left no-repeat;
	}

#containertop {
	clear: both;
	width: 850px;
	height: 15px;
	background: transparent url(images/containerbg.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	}

#container {
	width: 850px;
	background: url(images/containermid.gif) top left repeat-y; 
	margin: 0 auto;
	padding: 0;
	}

#page {
        clear: both;
	width: 770px;
	background: #000;
	margin: 0 auto;
	padding: 0;
	}   

#content {
        width: 500px;
        color: #fff;
        float: left;
        margin: 0;
        padding: 0;
	}

#sidebar {
        background: #000;
        font-size: 8pt;
        color: #999;
        width: 250px;
        float: right;
        margin: 0;
        padding: 0;
        line-height: 130%
	}

#containerbot {
        clear: both;
        width: 850px;
        height: 30px;
        background: url(images/containerbg.gif) bottom left no-repeat;
        margin: 0 auto 0px auto;
        padding: 0;
        }

#footer {
        color: #fff;
        clear: both;
        width: 750px;
        margin: 0 auto;
        padding: 10px 50px 15px 50px;
        text-align: center;
        font-size: 10px;
        background: url(images/footerbg.gif) top left no-repeat;
        }

/* -------------------[ Headings ]------------------- */

h1,h2,h3,h4,h5 {
	font-family: arial;
        color: #ff0000;  
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: -1px;
	text-align: left;
	line-height: 110%;
	}

h1 {
	font-size: 2em;
	border-top: 4px solid #111;
	padding: 5px 0;
	margin: 0;
	}

h2 {
	font-size: 1.7em;
	border-top: 4px solid #111;
        color: #fff;
	padding: 5px 0;
	margin: 0;
	}

h3 {
	font-size: 1.7em;
	}

h4,h5 {
        font-size:1.5em;
        }

#blogtitle h1 {
	border: none;
	font-size: 2.2em;
	font-family: arial;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: -1px;
	margin: 0px;
	padding: 10px 50px 5px 50px;
	text-align: center;
	}

.pagetitle {
	font-size: 2em;
	border-top: 4px solid #111;
	padding: 5px 0px;
	border-bottom: 1px solid #cc0000;
	margin: 0 0 10px 0;
	}

h2#comments,h2#respond,h2#trackbacks {
        border-bottom: 1px solid #000;
        padding-bottom:3px;
        margin-bottom:1px;
        }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
        border:0;
        padding:0;
        margin-bottom:10px;
        }

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	color: #999;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ff0000;
	}

#footer a {
	color: #fff;
	text-decoration: underline;
	}

#blogtitle h1 a {
        color: #fff;
        }

	
/* -------------------[ Images ]------------------- */

.entry img {

        clear: left;
        margin: 0 0 5px 2px;
        background: #000;
        padding: 2px;
        border: 0px solid #ccc;
        }

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.centered { 
        display: block; 
        padding: 2px; 
        margin: 0 auto 20px auto; 
        border: 1px solid #ccc; 
        float: none; 
        clear: both;
        }

/* -------------------[ Form Elements ]------------------- */

#commentform {
        background: #000;
        font-size:8pt;
        padding: 15px 15px 1px;
        margin: 0 0 10px 0;
        }

#commentform label {
        display:block;
        margin: 0;
        }

#commentform input {
	width: 170px;



        background: #999;
	padding: 1px;
	margin: 0px 5px 10px 0;
	}

#commentform textarea {
        width: 400px;
        background: #999;
        padding: 0;
	margin: 0px 0px 10px 0; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
	}

#commentform p {
        margin: 5px 0;
	}

/* -------------------[ Sidebar ]------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #000 url(images/sideboxbg.gif) top left repeat-x;
	border: 1px solid #333;
	}

#sidebar h2 {
        border:0;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 0;
	}

#sidebar ul ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        }

#sidebar li li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background:transparent;
	border: 0;
        }

/* -------------------[ Comments ]------------------- */


ol.commentlist {
        font-size:8pt;
        padding: 0;
        margin: 0;
        }

ol.commentlist li {
	display: block;
	list-style: none;
        padding: 15px 15px 1px;
	margin: 0 0 1px ;
        background: #000;
	}

ol.tblist {
	list-style: none;
        background: #eee;
        padding: 15px 15px 10px;
        font-size: 8pt;
        margin: 0 0 1px;
        }

ol.tblist li {
	display: block;
	list-style: none;
        padding: 0;
        margin: 0;  
        background: #eee;    
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 30px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
        color: #666;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	}

.navigation .alignright {
	float: right;
	margin: 0 0 10px 0;
	}
	
.navigation .alignleft {
	float: left;
	margin: 0 0 10px 0;
	}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	} 

.entry {
	padding: 10px 0 0 0;
	margin: 0;
	}

.postinfo {
        font-size:10px;
	margin: 0px;
	border-bottom: 1px solid #000;
	padding: 0px 0px 5px 0px;
	}

.postinfo2 {    
        clear: both;
	margin: 10px 0 0 0px;
        font-size:10px;
	padding: 5px 0 5px 0px;
        border-top: 1px solid #000;
	}

.post {
	margin: 0 0 20px 0px;
	padding: 0;
	line-height: 130%;
	}

.featurepost {
	margin: 0 0 40px 0px;
	padding: 20px;
	line-height: 130%;
	background: #eee url(images/featuredbg.gif) top left no-repeat;
	border: 1px solid #ddd;
	}

.description {
        color: #fff;
        text-align: center;
        padding: 0 50px;
        }

.date {
        float: right;
        text-align: center;
        font-size: 10px;
        font-weight: bold; 
        width: 120px;
        height: 21px;
        color: #fff;
        background: url(images/datebg.gif) top left no-repeat;
        padding: 4px 0 0 0;
        margin: 0;
        }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
   
/* -------------------[ Top Navigation Bar ]------------------- */

#nav {
	clear: both;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
        float:left;
        margin:0;
        padding:0;
        list-style-type: none;
        }

#nav li a {
        float:left;
        background: #eee url(images/buttonbg.gif) top left repeat-x;
        font-size: 9pt;
        display: block;
        border: 1px solid #ddd;
        padding: 3px 10px;
        margin: 0 10px 10px 0;
        color: #111;
        }

#nav li a:hover {
        background: #111;
        color: #fff;
        }

#nav li ul {
        float:left;
        }

/* -------------------[ Search ]------------------- */

#searchform {
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        width: 120px;




















	margin-right: 2px;
	}

#searchform #submit {
	}


/* -------------------[ Pagebar ]------------------- */

.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #fff; 
		background: #000; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #fff; 
		background: #000; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #000; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #fff; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #000;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #ff0000; 
		border-color: #fff; 
		text-decoration: none;
	}
	

/* -------------------[ Extras ]------------------- */

#line_adressbuch {
        font-size:15px;
        line-height:15px;
        height:15px;
        border-bottom:15px solid #999;
}
#layoutrahmen {
	position:absolute;
	left:50%;
	top: 1px;
	width:850px;
	margin-left: -430px;
}
#commentform textarea {
        width: 450px;
        height: 100px;
}
.sektor_titel {
	font-size: 16px;
        font-weight: bold; 
	color: #fff;
        background: #000;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}
.sektor_content {
	font-size: 12px;
	color: #fff;
        background: #000;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}
#kommentarliste {
	font-size: 10px;
	color: #999;
}

.posttitle a{
	color: #ff0000;
}

.posttitle a:hover, .posttitle a:active {
	color: #fff;
}

#start {
	position:absolute;
	left:776px;
	top:182px;
	z-index:5;
}

#sitemapview li {
        font-size: .85em;
        line-height: 1.0em;
}

#toor {
	position:absolute;
	left:485px;
	top:150px;
	width:250px;
	height:25px;
	z-index:6;
}

#konzert {
	position:absolute;
	left:560px;
	top:1px;
	width:208px;
	height:206px;
	z-index:7;
}

#tim-aerzte {
	position:absolute;
	left:750px;
	top:300px;
	width:95px;
	height:325px;
	z-index:4;
}

#rocknroll {
	position:absolute;
	left:825px;
	top:175px;
	z-index:4;
}

#bolle {
	position:absolute;
	left:490px;
	top:40px;
	z-index:4;
}

#gegennazis {
	position:absolute;
	left:725px;
	top:105px;
	z-index:4;
}

#sylvester01 {
	position:absolute;
	left:320px;
	top:1px;
	z-index:4;
}
#sylvester02 {
	position:absolute;
	left:450px;
	top:2px;
	z-index:4;
}
#sylvester03 {
	position:absolute;
	left:600px;
	top:10px;
	z-index:4;
}
#sylvester04 {
	position:absolute;
	left:740px;
	top:5px;
	z-index:4;
}
#sylvester05 {
	position:absolute;
	left:240px;
	top:15px;
	z-index:4;
}
#sylvester07 {
	position:absolute;
	left:1px;
	top:10px;
	z-index:4;
}
#sylvester08 {
	position:absolute;
	left:120px;
	top:2px;
	z-index:4;
}
#sylvester09 {
	position:absolute;
	left:390px;
	top:20px;
	z-index:4;
}
#sylvester10 {
	position:absolute;
	left:500px;
	top:12px;
	z-index:4;
}

#sylvester11 {
	position:absolute;
	left:680px;
	top:5px;
	z-index:4;
}

#gegen-rechts {
	position:absolute;
	left:800px;
	top:450px;
	width:95px;
	height:240px;
	z-index:4;
}

#dthlogo {
	position:absolute;
	left:650px;
	top:1px;
	width:95px;
	height:240px;
	z-index:4;
}


#bescheid {
	position:absolute;
	left:350px;
	top:88px;
	width:177px;
	height:177px;
	z-index:4;
}
