body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

div#page {
	background-image: url(/images/shadow_r.png);
	background-repeat: repeat-y;
	background-attachement: fixed;
	background-position: 800px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.more, a.more:visited {
	color: #ea8400;
}

/* Top Extra Nav */
div#top_extra_nav {
	font-size: 10px;
	width: 790px;
	height: 16px;
	background-image: url(/images/joule_topnavi_bg.png);
	padding-right: 10px;
	margin-bottom: 1px;
	margin-top: 3px;
}
div#top_extra_nav a {
	color: #e6091b;
	height: 14px;
	background-image: url(/images/joule_topnavi_edge.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 1px 15px;
}

div#header {
	width: 800px;
	height: 90px;
	background-image: url(/images/header_joule_blau_wind1.jpg);
	background-repeat: repeat-x;
	position: relative;
/*	border-bottom: 1px dashed #000;*/
}

div#header a {
	font-size: 10px;
}

div#header_links {
	position: absolute; 
	top: 5px; 
	left: 385px;
	color: #fff;
	font-size: 11px;

}
div#header_links a {
	color: #fff;
        font-size: 11px;
        font-weight: 200;
}

div#header_search {
	font-size: 11px;
	position: absolute; 
	top: 40px; 
	left: 385px;
        padding-bottom: 5px;
}
div#header_search.input {
	width:50px;
}

/* 1. Navigationszeile */

div#nav1 {
	width: 792px;
	height: 30px;
	font-size: 12px;
	padding-left: 8px;
        background-image: url(/images/header_joule_blau_wind2.jpg);
}
div#nav1 a {
	border-left: 1px solid #a3a3a3;
	display: block;
	float: left;
	text-align: center;
	height: 19px;
	padding: 5px 15px 0px 15px;
	_padding-bottom: 5px; /* Wird nur vom IE6 und drunter geladen */
	margin-top: 5px;
	font-size: 11px;
	border-top: 1px solid #a3a3a3;
	background-image: url(/images/nav1_hover.jpg);
}
div#nav1 a.menuitem_last {
	border-right: 1px solid #a3a3a3;
}
 
 
div#nav1 a#selected {
	font-weight: bold;
	color: #000;
	height: 25px;
	background-image: url(/images/nav1_active.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-top: 1px solid #000; 
        border-bottom: 0px solid #000;
        _border-bottom: 1px solid #FE9805;
        _border-left: 0px solid #000;
        _border-right: 0px solid #000;
        _border-top: 0px solid #000; 
        _z-index: 10;  
        font-size: 12px;
	margin: 0px 0px 5px 0px;
	_padding-bottom: 10px; /* Wird nur vom IE6 und drunter geladen */
        color: #ffffff;
}

div#nav1 a:hover {
	background-color: #F9DB9F;
	background-image: url(/images/nav1_inactive.jpg);
	text-decoration: none;
}

/* endof 1. Navigationszeile */

/* 2. Navigationszeile */

div#navizeile {
	width: 800px;
	height: 25px;
	background-image: url(/images/nav2_bg_rot.jpg);
	background-color: #D72C18;
	background-repeat: repeat-x;
	padding-left: 0px;
	font-size: 11px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	z-index: 0;
	_margin-top: -2px;
        color: white;
}


div#navizeile a#selected {
	font-weight: bold;
	color: #fff;
        text-decoration: underline;
}

a.subNaviFirstLink {
	padding: 2px 25px;
	_padding-bottom: 0px;
	border-right: 1px solid #000;
        color: #fff;
}
a.subNaviFirstLink_last_item {
	border-right: 0 none;
}

a.subNaviFirstLink:hover {
}

li.subNaviFirst {
	display: block;
	float: left;
	padding: 0px 0px;
	text-align: center;
	height: 25px;
	font-size: 11px;
        
}

ul.subNaviFirstUl {
	position: absolute;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

li.subNaviFirst:hover ul.subNaviSecond{
	display: block;
	position: absolute;
}

div.subNaviSecondDiv {
	position: absolute;
	top: 19px;
	margin: 0;
	padding: 0;
	text-align: left;
	_top: 17px;
}

ul.subNaviSecond {
	list-style-type: none;
	display: none;
	margin: 0;
	padding: 0;
	background-color: #FFCDCE;
	border: 1px solid #ccc;
	border-top: 1px solid black;
}

ul.subNaviSecond li {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	list-style-position: outside;
	width: 180px;
}

ul.subNaviSecond li:hover, ul.subNaviSecond li a:hover {
	background-color: #FFF;
	background-position: 0 0;
}


/* WICHTIG WICHTIG WICHTIG */
/* WENN DAS NICHT DRIN IST VERSCHWINDET DAS MENUE IM IE6*/
/* Auf keinen Fall irgendwas anfassen hier!!!!!!!!!!!!!!!!!!!!!!! */
ul.subNaviSecond li a {
	display: block;
	/*border: 1px solid #f0f;*/
	/*width: 100%;*/
	padding: 0 6px;
	padding-top: 3px;
	width: 168px;
	_width: 180px;
	/*height:100%;*/
	height: 20px;
	background-image: url(/images/trans.gif);
	/*background-position: 0 0;*/
}

/* endof 2. Navigationszeile */

div#path {
	width: 780px;
	margin: 10px;
	font-size: 11px;
	padding-right: 10px;
}

div#content {
	width: 795px;
	margin: 5px;
	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div#content a{
	color: #e6091b;
}

div#main {
    width: 443px;
	float: left;
	padding: 5px;
/*	border: 1px dashed #000;*/
	overflow-x: hidden;
}

div.artikel {
	padding:5px;
	margin-bottom: 0px;
	font-family: tahoma, arial;
	line-height: 123%;
	font-size: 13px;
	float: top;
}

div.bottom_line{
	clear: both;
	border-bottom: 1px dotted #ccc;
}

div#main div.artikel h1 {
	color: #166085;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 4px;
	letter-spacing: 0.2em;
        text-transform: uppercase;
}
div#main div.artikel h2 {
	color: #d72c18;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	font-family: Tahoma, arial;
	margin-bottom: 10px;
	line-height: 120%;
}

div#main div.artikel h4 {
	color: #f29400;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	font-family: Tahoma, arial;
	margin-bottom: 5px;
}

div#main div.artikel h2 a {
	color: #d72c18;
}

div#main div.artikel h2 a:hover {
	text-decoration: none;
}

div#main div.artikel h3 {
	color: #979797;
	font-size: 12px;
}
div.artikel_date {
	float: left;
	font-size: 11px;
	color: #939393;
	display: inline;
}

div.uebersicht_date {
       	font-size: 11px;
	color: #8b8b8b;
        padding-bottom: 5px;
        padding-top: 1px;
}

img.artikel_big {
	margin-bottom: 10px;
	margin-top: 5px;
}
img.artikel_small {
	float: left;
	margin: 10px 15px 10px 0px;
        border: 1px solid #000;
}

div.nav_bottom {
	padding: 5px 0px;
	font-size: 11px;
}
div.nav_bottom div.neu {
	float: left;
}
div.nav_bottom div.alt {
	float: right;
}
div.nav_bottom a:link {
	color: #e6091b;
}

div#sidebar {
	width: 320px;
	padding: 9px 3px 7px 7px;
	margin-left: 463px;
	_margin-left: 466px;
	background-color: #f5f5f5;
	border-left: 1px solid #ccc;
/*	border: 1px dashed #000;*/
}

div#sidebar a:link, div#sidebar a:visited {
	color: #e6091b;
}

div.sidebar_box {
	font-size: 11px;
	background-color: #fff;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	#border-top: 1px solid #e3e3e3;
	#border-left: 1px solid #e3e3e3;
	margin-bottom: 10px;
	width: 314px;
}
div#sidebar div.sidebar_box h1 {
	padding: 6px 4px 5px 10px;
        font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
        background-image: url(/images/box-right-top-grey.gif);
        border-bottom: 1px solid #c4c4c4;
}

div#sidebar div.sidebar_box table {
}

td.sidebar_left {
	width: 150px;
	font-size: 11px;
	padding: 0px 0px 10px 10px;
}

td.sidebar_right {
	width: 150px;
	font-size: 11px;
	padding: 0px 10px 10px 0px;
}

td.sidebar_complete {
	width: 300px;
	font-size: 11px;
	padding: 0px 0px 10px 10px;
}

div.landlive_box_item {
	color: #a7a7a7;
	margin-bottom: 5px;
	font-size: 10px;
}
div.landlive_box_item a {
	font-size: 11px;
}

#tool{
	background-image: url(/images/pfeil_rechts.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position:0px 3px;
	margin-right: 15px;
}

div.google_box_header {
	padding: 4px 0px 4px 6px;
    font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
    background-image: url(/images/box-right-top-grey.gif);
    height: 16px;
    width: 294px;
    _width: 300px;
}

div#footer {
	font-size: 11px;
	width: 800px;
	text-align: center;
	padding: 10px;
}
div#footer a {
	font-size: 11px;
	padding: 0px 4px;
}

/* Artikel Toolz *****************************************************/
div#artikelservice {
	display: inline;
	width: 370px;
}
div#artikelservice_header {
	background-color: #f29400;
	padding: 2px;
}
div#artikelservice a {
	display: block;
	float: right;
	height: 21px;
	padding: 2px;
	background-repeat: no-repeat;
}
div#artikelservice a#artikel_print {
	background-image: url(/images/artikelservice/drucker-grau.gif);
	padding-left: 28px;
}
div#artikelservice a#artikel_send {
	background-image: url(/images/artikelservice/leserbrief-grau.gif);
	padding-left: 15px;
}
div#artikelservice a#artikel_letter {
	background-image: url(/images/artikelservice/versenden-grau.gif);
	padding-left: 28px;
}


div#artikelservice a#artikel_print:hover {
	background-image: url(/images/artikelservice/drucken-orange.gif);
}
div#artikelservice a#artikel_send:hover {
	background-image: url(/images/artikelservice/leserbrief-orange.gif);
}
div#artikelservice a#artikel_letter:hover {
	background-image: url(/images/artikelservice/versenden-orange.gif);
}

div.artikelDateUndService{
	display:block;
	height:25px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

div#naviToolsUnten a{
	font-size: 11px;
        color: #939393;      
}

td.head {
	background-color: #FCE5C3;
	color: #000;
	font-weight: bold;
	padding: 5px;
	width: 500px;
}

/********************************************* Umfrage **********************************/
table.pollbox {
	border: 0 none;
	margin: 0 0 0 5px;
}

td.pollbox {
	padding: 0;
	padding-left: 3px;
	font-size: 11px;
	padding-top: 5px;
}

input.pollbox {
	border: 0 none;
	background-color: transparent;
	margin: 0;
}

input, .aboSchabInput, select {
	font-size: 0.9em;
}

input.submit_button{
	color: #ffffff;
	background-color: #777777;
}

input.submit_button:hover{
	color: #444;
	background-color: #BBBBBB;
	cursor: hand;
        
}


.pollquestion{
margin-bottom: 10px;
margin-left: 10px;
}

.pageNavi{
font-size:11px;
}

.suche_navi{
	border-bottom: 1px dotted #ccc; 
	border-top: 1px dotted #ccc; 
	font-size:0.9em;
}

.bild_description {
	text-align: left;
	padding: 5px;
}

/* Bildergalerie ------------------------------------------*/

#rahmen {
	position:absolute;
	width:550px;
	height:550px;
	background-color:#e99c93;
	z-index:1;
	top: 0px;
	left: 0px;
}

#fotoHeader {
	position:absolute;
	width:550px;
	height:45px;
	z-index:1;
}

#foto {
	position:absolute;
	width:530px;
	height:500px;
	z-index:2;
	top: 10px;
	left: 10px;
}

#bilder {
	position:absolute;
	text-align: center;
	vertical-align: middle;
	width:530px;
	height:420px;
	z-index:2;
	top: 30px;
}

#fotoNavi {
	position:absolute;
	width:420px;
	height:20px;
	z-index:1;
}

#fotoNavi table{
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

#bildunterschrift {
	position:absolute;
	width:530px;
	height:30px;
	z-index:3;
	left: 0px;
	top: 410px;
	text-align: left;
}

div.galerieBild {
	position: relative;
	height: 101px;
	width: 134px;
	float: left;
	margin: 5px;
	padding: 0px;
}

div.galerieBild a.zoom {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 6px;
	width: 15px;
	height: 15px;
	z-index: 1000000;
	margin: 0px;
	padding: 0px;
}

div.galerieBild img.zoom {
	border: none;
	border-top: 1px solid #1b3001;
	border-left: 1px solid #1b3001;
	z-index: 100000;
}
