@charset "utf-8";
/*
Style Vorgaben: 
Textkörper: Hintergrundfarbe: #ebebeb
Textkörper: Hellgrau: #666666 
Menü: Schrift (grau) #909090
Rahmenfarbe: #a1a1a1
*/



html
{
    margin: 0px;
    overflow: auto;
    overflow-y: scroll;
    position: static;
    padding: 0px;
}

body
{
	font-family: Verdana,Arial,sans-serif;
}


/*Für IE muss man den Img sagen, dass es per default keinen Rahmen bekommt*/
body img
{
	border: none;
}


/*Der Language Block liegt oberhalb des Mainwrappers*/
.langheader
{
	border: 2px solid white;
	height: 40px;
	left: 50%;
    margin-left: -500px;
    position: relative;
    width: 1000px;
}


.langselector
{
	height: 30px;
	float: right;
	margin-right: 100px;
	margin-top: 10px;
}

.langselector a
{
	padding-right: 5px;
	padding-left:  5px;
}

/*Style für den Mainwrapper*/
.mainwrapper
{
	display: inline-block;
    border: 2px solid #a1a1a1;
    height: auto !important;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    width: 1000px;
}

/* Der Header*/
.mainheader
{
	/*Size of Header.jpg: 1000 x 145 pixel*/
    background: url("images/design_header.jpg") no-repeat scroll 0 0 transparent;
    height: 145px;
    width: 1000px;
}

.mainfooter
{
	/*Size of Footer.jpg: 1000 x 47 pixel*/
	float: left;
    /*background: url("images/design_footer.jpg") no-repeat scroll 0 0 transparent;*/
   	background-color: #ebebeb;
   	margin-left: 194px;
   	margin-right: 89px;
   	margin-bottom: 10px;
    height: 50px;
    width: 717px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* Gesamtbreite des Headers: 194px (leftcol) + 717 px (maincol) + 89px (rightcol) = 1000px */

/* Die linke Spalte (Nav)*/
.leftcol
{
	display: block;
    float: left;
    padding-top: 0px;  /*15 px Abstand zum Header*/
    width: 194px;
    height: 100%;
}

/* Der zentrale Hauptblog*/
.maincol
{
	float: left;
	/*padding-top: 15px;*/
	/*margin-left: 15px;*/
	/*margin-right: 15px;*/
	background-color: #ebebeb;
	color: #666666; /*text-color*/
    width: 717px;
    height: 100%;
    min-height: 450px;
    font-size: 11px;
}

/* Die rechte Spalte*/
.rightcol
{
	/*Size of Right.jpg: 89 x 534 pixel*/
	background: url("images/design_beam.jpg") no-repeat scroll 100% 0 transparent;
   	float: right; /*right align of mainwrapper*/
    width: 89px;
    height: 389px/*534px*/;
}


/*Hauptmenü Eintrag*/
.mainitem
{
	list-style-type: none;
	border-bottom: 1px solid;
	border-color: #909090;
    margin-top: 20px;
}


.mainitem_current
{
	/*Design-Vorschlag rote Schrift auf roter Linie*/
	list-style-type: none;
	border-bottom: 1px solid;
	border-color: #BD0B1D;
    margin-top: 20px;
}


.mainitem a
{
	/*Design-Vorschlag Hellgraue Schrift*/
	color: #909090;
	margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 100%;
}


.mainitem_current a
{
	/*Design-Vorschlag rote Schrift*/
	color: #BD0B1D;
	margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 100%;
}


/*Untermenü Eintrag*/
.subitem
{
	margin-right: 25px;
	list-style-type: disc;
	border-bottom: none;
    margin-top: 10px;
}


.subitem_current
{
	margin-right: 25px;
	list-style-type: disc;
	border-bottom: none;
    margin-top: 10px;
}


.subitem a
{
	/*Design-Vorschlag Hellgraue Schrift*/
	color: #909090;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 100%;
}


.subitem_current a
{
	/*Design-Vorschlag rote Schrift*/
	color: #BD0B1D;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}


.leftcol li
{
	/*Design-Vorschlag Hellgrauer Punkt*/
	color: #909090;
	direction: rtl;
	display: list-item;
	text-align: right;
	line-height: 100%;
}


.leftcol li:hover a
{
	/*Design-Vorschlag rote Schrift*/
    color: #BD0B1D;
}

.leftcol li:hover
{
	/*Design-Vorschlag rote Schrift*/
    border-color: #BD0B1D;
}


.leftcol li:active a
{
	/*Design-Vorschlag rote Schrift*/
    color: #BD0B1D;
}

.leftcol li:active
{
	/*Design-Vorschlag rote Schrift*/
    border-color: #BD0B1D;
}

/* der Content blog hat ein bisschen Luft*/
.content
{
	margin-left: 10%;
	margin-right: 10%;
}

/*Überschrift im Content rot*/
.content h1
{
	color: #BD0B1D;
	font-size: 12px;
	font-weight: bold;
}

/*Überschrift im Content grau*/
.content h2
{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}


/*Link im Content grau*/
.content a
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}


/*hovered Link im Content grau*/
.content a:hover
{
	color: #BD0B1D;
	font-size: 11px;
	font-weight: normal;
}


/*active Link im Content grau*/
.content a:active
{
	color: #BD0B1D;
	font-size: 11px;
	font-weight: normal;
}


.content p
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}