* {

	padding: 0px;

	margin: 0px;

}

body {

	background-image: url(../image/body_bg.jpg);

	background-repeat: repeat-x;

	background-color: #4377C0;



	font-family: Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Tahoma;



	font-size: small;



	font-style: normal;



	line-height: normal;



	font-weight: normal;



	border-top-width: 0px;



	border-right-width: 0px;



	border-bottom-width: 0px;



	border-left-width: 0px;



	border-top-style: none;



	border-right-style: none;



	border-bottom-style: none;



	border-left-style: none;



	height: 100%;



}

a:link, a:visited, a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
#webseite {

	width: 930px;

	overflow: hidden;

	padding-top: 10px;

	margin-left: auto;

	margin-right: auto;

}



#header {

	width: 930px;

	overflow: hidden;

	height: 238px;

}



#contentarea {

	width: 930px;

	overflow: hidden;

	background-image: url(../image/contentarea_bg.jpg);

}



#left {

	clear: left;

	background-image: url(../image/left_bg.jpg);

	background-repeat: no-repeat;

	float: left;

	width: 230px;

	overflow: hidden;

	color: #FFFFFF;

	padding-right: 10px;

	padding-left: 10px;

}



#content {

	/*padding-top:10px;*/

	float: left;

	background-image: url(../image/content_bg.jpg);

	background-repeat: no-repeat;

	width: 640px;

	overflow: hidden;


	padding-right: 15px;
	padding-left: 15px;

}

/* Beginn Tabcontent */
.shadetabs{
	margin-top: 11px; /* Abstand des gesamten Moduls nach oben */
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-left: 4px;
}



.shadetabs li{
	padding-left: 0px;
	list-style:none;
	background-image:none;
	display: inline;
	margin: 0px;
}



.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	border: 1px solid #778;
	color: #666666;
	background: white url(../image/shade.gif) top left repeat-x;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
}



.shadetabs li a:visited{
	color: #5F5F5F;
}



.shadetabs li a:hover{

text-decoration: none;

color: #333333;

}
.shadetabs li a:active{
	text-decoration: none;
	color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../image/shadeactive.gif);
	border-bottom-color: #FEFF99;
	color: #000000;
	position: relative;
	top: 1px; /*  Höhenunterschied der Tabes */
}



.shadetabs li a.selected:hover{ /*selected main tab style */

text-decoration: none;

}



.tabcontent{
	display:none;
}

.mytabcontent{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 4px; /* Abstand der Querlinie unten alles tabes */
	padding-right: 3px;
	padding-left: 3px;
}

@media print {

.tabcontent {

display:block !important;

}

}

/* Ende Tabcontent */

#footer {

	background-image: url(../image/footer_bg.jpg);

	background-repeat: no-repeat;

	height: 20px;

	width: 930px;



}



#footer_left {

	clear: left;

	float: left;

	width: 250px;

	height: 20px;

	overflow: hidden;



}



#footer_right {

	width: 640px;

	float: left;

	height: 20px;

	overflow: hidden;

	margin-right: 20px;

	margin-left: 20px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	padding-top: 0px;

	color: #333333;

}

h1 {

	font-size: 16px;



}

h2 {

	font-size: 15px;



}

h3 {

	font-size: 14px;



}

h4 {

	font-size: 13px;



}

h5 {

	font-size: 11px;



}

h6 {

	font-size: 10px;



}

.Stil1 {color: #0000FF}


/* Beginn SLIMBOX */



#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
	z-index:50;

}



#lbCenter, #lbBottomContainer {

	position: absolute;

	left: 50%;

	overflow: hidden;

	background-color: #000000;
	z-index:51;
}



.lbLoading {

	background: #000000 url(image/loading.gif) no-repeat center;

}



#lbImage {

	position: absolute;

	left: 0;

	top: 0;

	border: 10px solid #000000;

	background-repeat: no-repeat;
	z-index:51;
}



#lbPrevLink, #lbNextLink {

	display: block;

	position: absolute;

	top: 0;

	width: 50%;

	outline: none;
	z-index:51;
}



#lbPrevLink {

	left: 0;
	z-index:51;
}



#lbPrevLink:hover {

	background: transparent url(image/prevlabel.gif) no-repeat 0% 15%;
	z-index:51;
}



#lbNextLink {

	right: 0;
	z-index:51;
}



#lbNextLink:hover {

	background: transparent url(image/nextlabel.gif) no-repeat 100% 15%;
	z-index:51;
}



#lbBottom {

	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;

	font-size: 10px;

	color: #80FF00;

	line-height: 1.4em;

	text-align: left;

	border: 10px solid #000000;

	border-top-style: none;
	z-index:51;
}



#lbCloseLink {

	display: block;

	float: right;

	width: 66px;

	height: 22px;

	background: transparent url(image/closelabel.gif) no-repeat center;

	margin: 5px 0;
	z-index:51;
}



#lbCaption, #lbNumber {

	margin-right: 71px;
	z-index:51;
}



#lbCaption {

	font-weight: bold;
	z-index:51;
}

/* Ende Slimbox*/

.Stil2 {

	color: #FF0000;

	font-weight: bold;

}

.Stil3 {color: #000080}

.Stil4 {

	color: #666666;

	font-size: 9px;

}

.Stil5 {

	color: #000080;

	font-size: 12px;

	font-weight: bold;

}

.style1 {

	color: #FF0000;

	font-style: italic;

}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.lcdstyle{ /*Example CSS to create LCD countdown look*/

background-color:#0000FE;

color:#FFFFFF;

font: bold 12px VERDANA;

padding: 0px;

}

.lcdstyle2{ /*Example CSS to create LCD countdown look*/

background-color:#0000FE;

color:#FFFFFF;

font: bold 28px VERDANA;

padding: 0px;

}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/

font-size: 100%

}

