/* ******************
 Generelle Einstellugen
******************** */
*{
    margin: 0;
    padding: 0;
	border: 0;
	font-size: 11px;
}
html,body {
	margin:0;
	padding:0;
	color: #cccccc;
	background: black;
	background-image: url('bgBody.jpg');
	background-repeat: repeat-x;
	font-family:verdana,arial,sans-serif;
}
div.clear {
	clear: both;
}
h1{
	color: red;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 40px 0px 40px;

}
h1 a {
	color: red;
	font-size: 16px;
	text-decoration: none;
	background-image: url(plus.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 18px;
}
h1 a.on {
	background-image: url(minus.gif);
}
h1 span {
	font-size: 16px;
	color: #CC0000;
}


h2 {
	margin: 10px 40px 0px 40px;
}
p {
	margin: 10px 40px 0px 40px;
}
p.slogan {
	margin-top: 20px;
	letter-spacing: 1px;
}
p.error {
	color: #cc0000;
}
a {
    color: #cc0000;
  	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

p.slogan {
	color: red;
}


/* ******************
 Grundlauyout
******************** */
div#container {
	margin:0 auto; 
	margin-top: 10px;
	width:1020px;
} 
div#containerOben{
	width: 1020px;
	height: 10px;
	background-image: url('bgContentO.png');

}
div#containerMitte {
	width: 1020px;
	background-image: url('bgContentM.png');
	

} 
div#containerUnten{
	width: 1020px;
	height: 10px;
	background-image: url('bgContentU.png');

}
div#containerFooter{
	
	margin-top: 10px;
	width: 1020px;
	height: 100px;
	background-image: url('bgContentFooter.png');

}

div#containerContent {
	
	position: relative;
	min-height: 700px;
	width: 1000px;
	margin-left: 10px;
	background: #1c1c1c;
	background-image: url('bgContent.jpg');
	background-repeat: repeat-x;
	
}

address {


	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color: #757575;
	font-style: normal;

}
address a {
	font-size: 11px;
	color: #757575;
	text-decoration: none;
}

/* ******************
 Header oben
********************/ 
div#header {
	position: relative;
	height: 210px;
	background-image: url('bgHeader.jpg');
	width: 1000px;
	z-index: 20;
}
img#logo {
	position: absolute;
	top: 35px;
	left: 30px;
}
img#flag_ger {
	position: absolute;
	top: 54px;
	right: 94px;
}
img#flag_eng {
	position: absolute;
	top: 54px;
	right: 56px;
}
img#flag_slo {
	position: absolute;
	top: 54px;
	right: 18px;

}

/* ******************
 Navigation
********************/ 

div#navMain {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 112px;
	z-index: 100;
}	
div#headerBottom {
	position: relative;
	height: 5px;
	overflow: hidden;
	background-image: url('bgHeaderBottom.png');
	z-index: 20;
}
div#navMain img {
	position: relative;
	float: left;
	z-index: 120;
	display: block;
}
/* ******************
 Subnavigation
********************/

div.subMenu {
	position:absolute;
	top: 126px;
	width:251px;
	visibility:hidden;
	z-index:150;
}

div.subMenu li {
	text-align: center;
	background: #cdcacb;
	border: 1px solid #828282;
	border-top: 0;
	padding: 5px;
	list-style-type: none;
}
div.subMenu li:hover {
	background: #828282;
}
div.subMenu a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

/* ******************
 SubNavigation
********************/ 

div#lmeBox {
	position: absolute;
	z-index: 100;
	width: 45px;
	height: 252px;
	top: -3px;
	border: 1px solid #ff0000;
	background: #fff;
	right: 0px;
	
}
div#lmeBox a {
	font-size: 10px;
	text-decoration: none;
}
div.lmeChart {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}


img.lmeArrow {
	position: absolute;
	margin: 0px;
	left: 5px;
	top: 110px;
}

/* ******************
 Header Content
********************/ 

div#headerImage {
	
	position: absolute;
	right: 0px;
	top: 130px;
	height: 250px;
	width: 819px;
	z-index: 5;
}	


/* ******************
 Content
********************/ 

img#imgHeaderRight, div#imgHeaderRight, img.imgHeaderRight {
	position: absolute;
	z-index: 0;
	right: 5px;
	top: -5px;
	width: 816px;
	height: 255px;
}

div#content {
	position: relative;
	padding: 0px 0px 35px 0px;
}


div#contentText {
	margin: 5px 5px 0px 5px;
	padding-top: 10px;
	background: #2e2e2e;
	background-image: url('bgContentBox.jpg');
	background-repeat: repeat-x; 
	border: 1px solid #adadad;
	
}
div#logoContentWrapper {
	height: 75px;
	margin-top: 20px;

}
div#logoContent {
	float: right;
	left: 382px;
	height: 75px;
	width: 431px;
	background-image: url('logoContent.png');
}

/*
div#logoContent {
	position: relative;
	left: 384px;
	bottom: 76px;
	height: 75px;
	width: 431px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url('logoContent.png');
}
*/




ol {
	list-style: inside;
	margin: 0px 40px 0px 40px;
}
ol li {
	margin-top: 5px;
}

img#ico_print {
	position: absolute;
	left: 40px;
	bottom: 50px;
	border: 1px solid #adadad;
}
/* ******************
 LME Start Tabelle
********************/ 
table#lmeStart td {
	border: 0px;
}
table#lmeStart img, img.lme  {
	border: 1px solid #adadad;
}



/* ******************
 Standard Tabelle
********************/ 
table {
	font-size: 11px;
	border-collapse: collapse;
	margin: 10px 40px 0px 40px;
	/* width: 731px; */
	width: 910px;
}
td, th {
	border: 1px solid white;
	padding: 2px 5px 2px 5px;
}
th {
	background-color: #333333;
}
td h3 {
	font-weight: bold;
	font-size: 11px;
}
td.download {
	text-align: center;
}
td.size {
	text-align: right;
}
input { 
	font-size: 11px;
	border: 1px solid #666666;
}
select { 
	font-size: 11px;
	border: 1px solid #666666;
}
input.error { 
	border: 1px solid #cc0000; 
}
input.submit { 
	
	background-color: #ff0000;
	color: white;
	padding: 0px 2px 0px 2px;
}

/* ******************
 Formular Tabelle
********************/
table.formular th {
	width: 120px;
	font-weight: bold;
	text-align: left;
	background: none;
}

img.berechnung {
	float: left;
	margin: 20px;
	margin-left: 40px;
	border: 1px solid #adadad;
}

div.berechnung {
	float: right;
	width: 400px;
}
div.berechnung label{
	width: 140px;
	display:block;
	float: left;
}
div.berechnung p{
	padding: 0px;
	margin: 3px 0px 3px 0px;
}

/* ******************
 Berechnungs Tabelle
********************/ 
table.berechnung {
	font-size: 11px;
	border-collapse: collapse;
	width: 300px; 
}
table.berechnung td {
	border: 0;
	padding: 2px 5px 2px 5px;
	text-align: center;
}
table.berechnung td.teiler {
	width: 5px;
}

table.berechnung td.icon {
	width: 80px;
	vertical-align: top;
}
table.berechnung td.bezeichnung {
	text-align: right;
	width: 140px;
}

table.berechnung td.feld {
	width: 60px;
}

table.berechnung td.ergebnis_links {
	text-align: right;
	width: 140px;
}
table.berechnung td.ergebnis_rechts {
	font-weight: bold;
	width: 60px;
}
table.berechnung input {
	width: 80px;
	text-align: center;
}

/* ******************
 Liste 
 ********************/
table.liste {
	table-layout: fixed; 
} 

table.liste td {
	padding-left: 20px;
	font-weight: bold;
	height: 30px;

}
table.liste td.empty {
	background: none;
}


/* ******************
 Newsbox
********************/

div#boxNews {
	background: #2e2e2e;
	background-image: url('bgContentBox.jpg');
	background-repeat: repeat-x; 
	border: 1px solid #adadad;
	margin: 0px 2px 5px 5px;
	padding: 10px 0px 0px 5px;
	height: 238px;
	width: 160px;
	overflow: hidden;

} 

div#boxNews h1, div#boxNews h2, div#boxNews p {
	margin-left: 20px;
	margin-right: 20px;
}

/* ******************
 Blättern
 ********************/
 
.blaettern {
	text-align: right;
	margin-top: 50px;
	margin-right: 8px;
}
.blaettern a {
	padding: 2px 5px 2px 5px;
	color: #cc0000;
	border: 1px solid #adadad;
	text-decoration: none;
}
.blaettern a.on {
	font-weight: bold;
	background-color: #adadad;
}

.blaettern a:hover {
	padding: 2px 5px 2px 5px;
	border: 1px solid #adadad;
	color: #fff;
	background-color: #adadad;
	text-decoration: none;
}

.blaettern ul { 
	list-style: none;  
}  

.blaettern li { 
	display: inline; 
	padding: 0px 2px 0px 2px;
}


/* ******************
 Aktuelles Bildergrid
 ********************/ 
 
#dgrBilder td {
 	text-align: center;
	vertical-align: top;
 }
 
#dgrBilder td img {
	margin: 3px;

} 

 /********************************
 Datepicker Kalender Allgemeines
*******************************/

img.datepicker {
	position: relative;
	top: 3px;
}

div.kalender {
	border: 			1px solid black;
	background-color: 	#cccccc;
}

#kalenderHead {
	color: 				#fff;
	background-color: 	#333333;
	text-align: 		center;
	height: 			18px;
	font-size: 			16px;
	margin-bottom: 		4px;
}

#kalenderHeadText {
	padding-top:		1px;
	font-size: 			12px;
	font-weight:		bold;
}

#kal_btnZurueck, #kal_btnVor {
	position:			absolute;
	top:				0px;
	cursor: 			pointer;
	font-size: 			14px;
}

#kal_btnZurueck {
	left:				13px;
}

#kal_btnVor {
	right:				13px;
}

/********************************
 Datepicker Kalender Grid
*******************************/

table.kalenderGrid {
	width:				160px;
	color:				black;
	border:				0px;
	border-collapse:	separate;
	border-spacing:     2px;
	margin-left: 		10px;
	margin-right:		10px;
	empty-cells:		hide;
}

table.kalenderGrid  th {
	padding: 1px;
	width:				18px;
	height: 			18px;
	font-weight:		bold;
	font-size:			11px;
	border: none;
	border-bottom: 		1px solid black;
}
table.kalenderGrid  td {
	padding: 1px;
	width:				18px;
	height: 			18px;
	font-size:			11px; 
}

/********************************
 Datepicker Kalender Items
*******************************/

.kalenderItem {
	background-color: 	#999;
	border:				1px solid black;
	cursor: 			pointer;
	color:				#000;
}
.kalenderItem_activ {
	background-color: 	red;
	border:				1px solid black;
	cursor: 			pointer;
	color:				#000;
}
.kalenderItemAktuell {
	background-color: 	#333;
	border:				1px solid black;
	cursor: 			pointer;
	color:				white;
}
.kalenderItemAktuell_activ {
	background-color: 	red;
	border:				1px solid black;
	cursor: 			pointer;
	color:				#000;
}
.kalenderItemJetzt {
	background-color: 	#999;
	border:				1px solid black;
	color:				#990000;
}
.kalenderItemJetzt_activ {
	background-color: 	red;
	border:				1px solid black;
	cursor: 			pointer;
	color:				#000;
}

.kalenderItemAktuellJetzt {
	background-color: 	#333;
	border:				1px solid black;
	cursor: 			pointer;
	color:				#990000;
}



/* ******************
 Footer
******************** 
div#footer {
	text-align: center;
	padding: 3px 0px 3px 0px;
	position: relative;
	font-size: 10px;
	background: intherit;
	background: red;
}
div#footer_left {
	position: absolute;
	top: 20px;
	left: 0px;

}
div#footer a {
	color: #999999;
}
div#footer_left a:hover {
	text-decoration: none;
}

div#footer_right {
	position: absolute;
	top: 20px;
	right: 5px;
	text-align: right;

}

/* ******************
 Schatten unten
******************** 
div#shdw_bottom {
	position: relative;
	height: 5px;
	width: 922px;
	background-image: url(shdw_bottom.jpg);
	background-repeat: repeat-x;
}
img#shdw_bottom_left {
	position: absolute;
	display: block;
	width: 200px;
	top: 0px;
	left: 0px;
}
img#shdw_bottom_right {
	position: absolute;
	width: 5px;
	top: 0px;
	left: 900px;
}










/* ******************
 LME Tabellen
 ******************** 
 
#dgrLME td {
 	text-align: center;
	vertical-align: top;
 }
 
 
 








