/*  
Theme Name: RockinNewspaper 3Col
Author URI: http://www.corymiller.com
Version: 1
Author: Cory Miller
Description: RockinNewspaper 3 Column is a white and blue, widget ready, clean and simple theme designed with a newspaper/magazine structure for reading and ultimate customization, plus a skybox for photos or AdSense.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #d8d8d8 url(images/bg_body.png) repeat-x left top;  
	color: #000000;
	font-size: 12.5px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
a, a:visited{
	color: #FF0000;
	text-decoration: none;
	}
	
a:hover{
	color: #000000;
	text-decoration: underline;
	}

#container { 
	width: 960px; 
	background: #ffffff;
	text-align: left; 
	margin: 20px auto; 
        border: 1px solid #cccccc;
        }

#header { 
	background: #ffffff url(images/headerbackground.gif) top center repeat-x;
	padding: 20px 0px 26px 25px;
	margin-bottom: 0px;
        }

#header h2 {
	color: #ffffff;
	font-size: 35px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	margin: 0px;
	}

#header h2 a {
	color: #000000;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #FF0000;
	text-decoration: none;
	}

#header h3 {
	color: #444444;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	margin: 0px;
	}

#menu { 
	color: #000000;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	padding: 12px 25px 12px 25px;
	margin-bottom: 15px;
	text-align: center;
	border-top: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

#menu h2 {
	margin: 0px;
	padding: 10px 25px 12px 25px;
	}
		
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li a {
	color: #FF0000;
	padding: 12px 25px 12px 25px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #ffffff;
	background: #FF0000;
	text-decoration: none;
	}


#content { 
	width: 440px; 
	margin-top: 24px; /*bestimmt den Abstand zum Headervisual*/
	margin-bottom: 20px;
	margin-left: 233px;
	margin-right: 0px;
	position:relative;
	padding: 0px 25px 15px 25px;
	border-top: 0px solid #cccccc;
        border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	min-height: 500px;
	}

* html #content {
	height: 440px;
	}

#content p{
	margin: 10px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 5px;
	margin-bottom: 3px;
	}
#content h1 {
	color: #cccccc;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #FF0000;
	font-size: 22px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
        padding: 0px 0px 0px 0px;	
        line-height: 120%;
	}
#content h2 a  {
	color: #FF0000;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
	}


#content h3 {
	color: #FF0000;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 120%;
        padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	}
#content h3 a  {
	color: #FF0000;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h4 {
	color: #FF0000;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 120%;
	border-bottom: 0px solid #cccccc;
	}
#content h4 a  {
	color: #FF0000;
	text-decoration: none;
	}

#content h4 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 10px;
	padding: 0px 0px 20px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square outside;
	line-height: 20px;
        margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #FF0000;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #ffffff;
	text-decoration: none;
        background-color:#FF0000; 
        padding: 5px 5px 5px 0px;

	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
	background: #ffffff;
	color: #000000;
	width: 195px;
	float: left; 
	float: left; 
	margin-top: 15px; /*bestimmt den Abstand zum Headervisual*/
	margin-bottom: 20px;
	padding: 0px 15px 15px 15px; 
	min-height: 500px;
	}

* html #l_sidebar {
	height: 440px;
        }

#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#l_sidebar h2 {
	color: #FF0000;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 	1px solid #cccccc;
	}


#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 0px 0px;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#l_sidebar ul li a:hover {
	color: #ffffff;
	background: #FF0000;
	}


#r_sidebar { 
	background: #ffffff;
	color: #000000;
	width: 195px;
	float: right; 
	position:relative;
	margin-top: 15px; /*bestimmt den Abstand zum Headervisual*/
	margin-bottom: 20px;
	padding: 0px 15px 15px 15px; 
	min-height: 440pxpx;
	}
* html #r_sidebar {
	height: 440pxpx;
        }
#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#r_sidebar h2 {
	color: #FF0000;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 	1px solid #cccccc;
	}


#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 0px 0px;
	}
	
#r_sidebar ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#r_sidebar ul li a:hover {
	color: #ffffff;
	background: #FF0000;
	}

#footer { 
	background: #ffffff;
	padding: 20px 0px 20px 0px;
	text-align: center;
	border-top: 1px solid #cccccc;
	clear: both;
	}

table {
	border-collapse: collapse;
	padding: 80px, 15px, 15px, 15px;
	table-layout: fixed; 
	width: 35em;
	margin: 25px 5px 5px 5px;
	}

th, td {
	border: .6px solid grey;
	padding: .7em .4em;
	text-align: left;
	
	}

th {
	background: #FF0000 ;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #ffffff;
   }

td {
	background: #f7f7f7;
   }


.textwidget {
        color: #000000;
        text-align: left;
	line-height: 20px;
        font-size: 12.5px;
	font-family: Helvetica, Arial, Sans-Serif;
        padding: 5px 0px 5px 5px;
        }

.textwidget a {
	text-align: left;
        margin-left: 0px;
        display: block;
	color: #FF0000;
	text-decoration: none;
        padding: 5px 0px 5px 0px;
	}

.textwidget a:hover {
	color: #ffffff;
	background: #FF0000;
        padding: 5px 0px 5px 5px;
	}

#wasserstand {
	color: #000000;
	background: #f0f8ff;
        text-align: left;
	font-size: 12.5px;
        line-height: 20px;
	font-family: Helvetica, Arial, Sans-Serif;
        margin-top: 35px;
        padding: 7px;
	border: 1px dotted #FF0000;
	}
