/*  
Author: Roberto Ziera <ziera@cubus.de>
Author URI: http://fetscherplatz.net
*/
body {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: .75em;
    margin: 0;
    padding: 0px;
    background: #cfcfcf;
}
h1, h2, h3, h4, h5, p, span, div, img { margin:0; padding:0; }
a { color:#2d6dce; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }
.zitat1 { background-color:#ffffff; border:0px solid #cfcfcf;}
.zitat2 { background-color:#F0F8FF; border:1px solid #cfcfcf; padding:6px;}
/* --- --------------------------------------------- --- */
#container {
	border:4px solid #ffffff;
	margin:0px auto;
	width:690px;
	background: #fff;
}
/* --- --------------------------------------------- --- */
#header {
	height:60px; 
	border:0px solid transparent;
	border-bottom:0px solid #000000;
	background: #2d6dce url('images/logo.png') no-repeat top right; 
	background-position:637px 5px;
}
#header h1 {
	padding-top: 5px;
}
#header h1 a {
	color:#ffffff;
	margin-left: 15px;
}
#header p {
	color:#ffffff;
	margin-left: 15px;
}
/* --- --------------------------------------------- --- */
#navigation {
	padding-top:0px;
	border:0px solid #33f;
	height:44px;
	overflow:visible;
	text-align:right;
}
#navigation ul {
	list-style-type: none;
	padding: 4px;
	background: #1D4582;
}
#navigation ul li {
	display: inline;
	margin: 0 12px 0 12px;
}
#navigation ul li a {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
#navigation ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#topnav {
	border-top:4px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-left:0;
	border-right:0;
	margin:0;
}
/* --- --------------------------------------------- --- */
#main { 
	clear:both; 
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#main h2 { font-size:1.3em; margin-bottom:10px; color:#303030;}
#main h3 { font-size:1.2em; text-align:left; }
#main h4 { font-size:1.1em; }
#main h5 { font-size:1.0em; }
/* --- --------------------------------------------- --- */
#content {
	text-align:left;
	border:0px solid #393;
	margin-bottom:18px; 
	padding-left:10px;
	float:left;
	width:450px;
	line-height:1.7em;
}
/* ------------------- */
#content .news { text-align:left; line-height:1.2em; }
#content .news td { vertical-align:top; padding:5px 0 0 0; }
#content .news h4 { margin:10px 0 0 0; padding:0; }
#content .news small { margin:0; padding:0; }
#content .news p { margin:0 0 10px 0; padding:0; }
/* ------------------- */
#content h3 a:visited { color:#cc6666; }
#content h3 a:hover { color:#333333; }
#content p { margin-bottom:10px; }
#content p.teaser {
	color:#cc6600;
	font-weight:bold;
}
#content small.subtitle { color:#999999; }
#content table {
	width:100%;
}
#content th {
	padding:1px;
	padding-left:6px;
	background:#ffffff;
	color:#666666;
	border-top:1px solid #2d6dce;
	border-bottom:1px solid #2d6dce;
}
#content th a { color:#666666; text-decoration:none; }
#content td {
	padding-left:6px;
}
/* --- --------------------------------------------- --- */
#sidebar { float:left; overflow:hidden; }
#rightbar { float:right; overflow:hidden; }
#sidebar, #rightbar {
	width:180px;
	color:#666666;
	border:0px solid #cfcfcf;
}
#sidebar h2, #rightbar h2 { 
	font-size:1.0em; 
	font-weight:bold;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	padding:5px;
	padding-top:3px;
	padding-bottom:3px;
	border-top:0px solid #2d6dce;
	border-bottom:2px solid #1D4582;
	color:#666;
}
#sidebar ul, #rightbar ul { 
	border:0px solid #33f; 
	list-style-type: none; 
	margin:0px; padding:0; /* nicht aendern !!! */
}
#sidebar ul li, #rightbar ul li { 
	border-bottom:1px solid #cfcfcf; 
	margin:0 0 10px 0; 
	background:#ffffff;
}
#sidebar ul li li, #rightbar ul li li { 
	border:0px solid #cfcfcf; 
	margin: 0 0 5px 5px; 
}
#sidebar a, #rightbar a { 
	text-decoration: none; 
	color: #666; 
}
#sidebar a:hover, #rightbar a:hover { 
	text-decoration: underline; 
	color: #555; 
}
/* --- --------------------------------------------- --- */
#footer { 
	clear:both; 
	font-size:0.9em;
	width:690px;
	/*height:30px; */
	border-top:0px solid #ffffff;
	/* margin-left:10px; */
	color:#303030;
	background-color:#cfcfcf;
}
#footer ul {
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 3px 0 3px 0;
	/* background: #ffffff; */
}
#footer ul li {
	display: inline;
	margin: 0 8px 0 8px;
}
#footer ul li a {
	color:#303030;
	font-weight:normal;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#333;
	text-decoration:underline;
}
/* --- --------------------------------------------- --- */
#zitat {
    border: 1px;
    width: 530px;
    float: right; 
    margin: 6px 6px 0 0; 
    -margin: 6px 3px 0 0; 
    padding: 3px;
    font-size: .9em; 
    color: #333; 
    background: #e9967a;
        border-style: solid;
        border-color: #fc9;
}
#zitat .text { 
    color: #333333;
    text-align: left;
}   
#zitat .author {
    color: #993300;
    text-align: left;
}   
/* --- --------------------------------------------- --- */

