/* CSS Carsten Zerbe http://www.law2web.de */

/* Grundeinstellungen */

p { 
	font : 12px arial, helvetica, sans-serif; 
	margin-top : 0px; 
	text-align : left;
}

a:link { 
	text-decoration : none; 
}

a:visited { 
	text-decoration : none; 
}

a:hover, a:active { 
	text-decoration : none; 
}


HTML {
	width : 100%;
	height : 100%;
}

BODY {
	width : 100%;
	height : 101%;
	margin : 0px;
	padding : 0px;
	font : 12px arial, helvetica, sans-serif; 
	color : black; 
	background-color : #3c3c3c;
}

/* Layout */

#container { 
	top : 0px;
	display : block;
	border : 0px solid white;
	margin : 35px;
	width: 950px;
}

#header { 
	height: 130px;
	width : 100%;
	padding : 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : silver;
	color : black;
	border : 0px solid silver;
	text-align : center;
	background-image : url(grafiken/header_back_01.gif);
	background-repeat : repeat-x;
	background-position : 0px 0px;
} 


#gif-logo {
	margin : 35px 0px 0px 0px;
}

#haupttext {
	float : left;
	width : 100%;
	padding-top : 0px;
	background-color : white;
	color : black;
	border : 0px solid silver;
}

#navioben {
	width : 950px;
	height : 50px;
	float : left;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px solid red;
	color : white;
	background-color : white;
	background-image : url(grafiken/menu_oben_01.gif);
	background-repeat : repeat-x;
	background-position : 0px 0px;
}

#navioben A.menu_q {
	float : left;
	width : 145px;
	height : 30px;
	display : block;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	background-color : Transparent;
	color : white;
	border : 0px solid red;
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 0px 0px;	
	text-transform : uppercase;
	background-color : transparent;
	/* background-image : url(grafiken/menu_li_04.png);
	background-repeat : no-repeat;
	background-position : 0px 0px; */
	text-align : center;
}

#navioben A:HOVER.menu_q {
	font-family : Arial, Helvetica, sans-serif;
	background-color : Transparent;
	color : white;
	background-image : url(grafiken/menu_oben_02_aktiv.gif);
	background-repeat : no-repeat;
	background-position : 5px 0px;
}

#navioben A.menu_q_aktiv {
	float : left;
	width : 160px;
	height : 30px;
	display : block;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	background-color : Transparent;
	border : 0px solid red;
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 0px 0px;	
	text-transform : uppercase;
	text-align : center;
	color : #ff8000;
	background-image : url(grafiken/menu_oben_01_aktiv.gif);
	background-repeat : no-repeat;
	background-position : 5px 0px;
}

#navi1txt {
	width : 206px;
	display : block;
	float : left;
	margin : -4px 0px 0px 17px;
	padding : 0px 0px 0px 14px;
	border-top : 0px solid gray;
}

#navi1txt H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	font-size : 18pt;
	font-weight : normal;
	line-height : 125%;
	text-align : left;
	padding : 0px 0px 15px 0px;
}


#navi1 {
	width : 220px;
	display : block;
	float : left;
	margin : 18px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-top : 0px solid gray;
}


#navi1 A.menu_li {
	display : block;
	vertical-align : middle;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	height : 35px;
	text-transform : uppercase;
	background-color : Transparent;
	color : black;
	border : 0px solid #ff8000;
	margin : 5px 0px 0px 0px;
	padding : 12px 0px 5px 15px;
	background-image : url(grafiken/menu_li_01.gif);
	background-repeat : no-repeat;
	background-position : -5px 0px;
	text-align : left;
}

#navi1 A:HOVER.menu_li {
	font-family : Arial, Helvetica, sans-serif;
	background-color : Transparent;
	color : black;
	background-position : 0px 0px;
}

#navi1 A.menu_li_aktiv {
	display : block;
	vertical-align : middle;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	height : 35px;
	text-transform : uppercase;
	background-color : Transparent;
	color : black;
	border : 0px solid #ff8000;
	margin : 5px 0px 5px 0px;
	padding : 5px 0px 5px 15px;
	background-image : url(grafiken/menu_li_01.gif);
	background-repeat : no-repeat;
	background-position : 0px 0px;
	text-align : left;
}



#textblock04 {
	margin : 0px 10px 20px 20px;
	padding : 0px 0px 0px 0px;
	float : left;
	width : 550px;
	min-height : 500px;
	border : 0px solid yellow;
}

#textblock04 H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	font-size : 16pt;
	font-weight : normal;
	line-height : 125%;
	text-align : left;
	padding : 20px 0px 15px 0px;
}

#textblock04 H2, H3, H4 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : Transparent;
	padding-top : 0px;
	font-size : 12pt;
	padding : 15px 0px 0px 0px;
	font-weight : bold;
	line-height : 125%;
	text-align : left;
}

#textblock04 P {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
	font-size : 11pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
}

#textblock04 P.stand {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
	font-size : 8pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
}

#textblock04 LI {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
	list-style-type : circle;
}


#textblock04 P.hinweis {
	font-family : Arial, Helvetica, sans-serif;
	color : #124780;
	font-size : 10pt;
	line-height : 105%;
	padding : 8px;
	border : 1px solid gray;
	background-color : #d7d7d7;
}

#textblock04 P.kontaktform {
	width : 550px;
	display : block;
	margin-left : 20px;
	font-family : Arial, Helvetica, sans-serif;
	color : #124780;
	background-color : white;
	font-size : 11pt;
	line-height : 125%;
	text-align : right;
}

#textblock04 A.icon {
	font-family : Arial, Helvetica, sans-serif;
	color : #124780;
	background-image : url(grafiken/link_01.gif);
	background-repeat : no-repeat;
	padding-left : 17px;
}

#textblock04 A.icon:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	color : #124780;
	background-image : url(grafiken/link_03.gif);
	background-repeat : no-repeat;
}

#textblock04 A.icon:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	color : #124780;
	padding-right : 20px;
	padding-left : 0px;
	background-image : url(grafiken/link_04.gif);
	background-repeat : no-repeat;
	background-position : right;
}

#textblock04 A {
	font-family : Arial, Helvetica, sans-serif;
	color : #124780;
	background-color : white;
	text-decoration : underline;
}

#textblock04 A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	color : #124780;
	background-color : white;
	text-decoration : none;
}

#textblock04 A.more {
	font-size : 8pt;
	color : #124780;
	float : right;
	padding-top : 15px;
	padding-bottom : 25px;
}

#textblock04 A.more:HOVER {
	color : #495677;
}

#textblock04 UL.liste1 {
	padding : 0px;
	/* border : 1px solid silver; */
}

#textblock04 UL.liste2 {
	padding : 0px;
	/* border : 1px solid silver; */
}

#textblock04 LI.liste1 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
	list-style-type : circle;
	padding-left : 10px;
	marign : 0px 0px 0px -10px;
}

#textblock04 LI {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
	list-style-type : square;
	padding-left : 10px;
	marign : 0px 0px 0px -10px;
}


#textblock05 {
	padding : 20px;
	float : left;
	width : 880px;;
	min-height : 500px;
	/* border : 1px solid silver; */
}

#textblock05 H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #124780;
	background-color : white;
	font-size : 18pt;
	font-weight : normal;
	line-height : 125%;
	text-align : left;
}

#textblock05 H2, H3, H4 {
	font-family : Arial, Helvetica, sans-serif;
	color : #124780;
	background-color : white;
	font-size : 12pt;
	padding-bottom : 20px;
	font-weight : normal;
	line-height : 100%;
	text-align : left;
}

#textblock05 P {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
}

#textblock05 UL {
	padding : 0px;
	/* border : 1px solid silver; */
}

#textblock05 LI {
	font-family : Arial, Helvetica, sans-serif;
	height : 20px;
	color : black;
	font-size : 12px;
	font-weight : normal;
	line-height : 100%;
	text-align : left;
	list-style-type : none;
	padding-left : 15px;
	background-image : url(grafiken/sitemap_01.gif);
	background-repeat : no-repeat;
	background-position : 0px 0px;
}

#textblock05 LI.ende {
	font-family : Arial, Helvetica, sans-serif;
	height : 20px;
	color : black;
	font-size : 12px;
	font-weight : normal;
	line-height : 100%;
	text-align : left;
	list-style-type : none;
	padding-left : 15px;
	background-image : url(grafiken/sitemap_02.gif);
	background-repeat : no-repeat;
	background-position : 0px 0px;
}

#textblock05 A {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
}

#textblock05 A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	color : #F78F08;
	color : #124780;
	background-color : white;
}

#textblock05 *.logo {
	padding-top : 20px;
}

#textblock05 A.icon {
	font-family : Arial, Helvetica, sans-serif;
	color : #F78F08;
	background-image : url(grafiken/link_01.gif);
	background-repeat : no-repeat;
	padding-left : 17px;
}

#textblock05 A.icon:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	color : #F78F08;
	background-image : url(grafiken/link_03.gif);
	background-repeat : no-repeat;
}

#textblock05 A.icon:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	color : #F78F08;
	padding-right : 20px;
	padding-left : 0px;
	background-image : url(grafiken/link_04.gif);
	background-repeat : no-repeat;
	background-position : right;
}


#submenu {
	float : left;
	width : 100%;
	height : 30px;
	text-align : left;
	border-top : 0px solid silver;
	border-left : 0px solid silver;
	border-right : 0px solid gray;
	border-bottom : 0px solid gray;
	background-color : Transparent;
	color : white;
}

#subm {
	padding-left : 20px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 35px;
	float : left;
	color : silver;
	background-color : transparent;
}

#subm a.sub {
	color : silver;
	background-color : transparent;
	padding-left : 10px;
	padding-top : 5px;
	padding-right : 10px;
}

#subm a.sub:HOVER {
	color : white;
	background-color : transparent;
	text-decoration : none;
}

#subm2 {
	padding-left : 0px;
	padding-right : 20px;
	padding-top : 5px;
	padding-bottom : 35px;
	float : right;
	color : silver;
	background-color : transparent;
}

#subm2 a.sub {
	color : silver;
	background-color : transparent;
	padding-left : 10px;
	padding-top : 5px;
	padding-right : 10px;
}

#subm2 a.sub:HOVER {
	/* color : #ff8040; */
	color : white;
	background-color : transparent;
	text-decoration : none;
}


*.l2wlogo {
	text-align : center;
	padding-top : 10px;
	padding-bottom : 20px;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 10pt;
	line-height : 125%;
	text-align : left;
}


*.nodisplay {
	display : none;
}


INPUT {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	border:1px solid #04397f;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	padding-right : 200px;
	text-align : left;
	background-color : #f6f6f6;
}

SELECT {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

textarea {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px solid #04397f;
	border-left-width:0px;
	border-top-width:0px;
	border-right-width:0px;
	padding-right : 154px;
	text-align : left;
	vertical-align : top;
	background-color : #f6f6f6;
}


