.noprint {
	display : none;
}

.nodisplay {
	font-size : 10pt;
}

*.* {
	color : #000000;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}


/* CSS Carsten Zerbe http://www.law2web.de */

/* Grundeinstellungen */

*.* {
	margin : 0px;
	padding : 0px;
}

p { 
	font : 12px arial, helvetica, sans-serif; 
	margin-top : 0px; 
	text-align : justify;
}

a:link { 
	text-decoration : underline; 
	color : navy;
}

a:visited { 
	text-decoration : underline; 
	color : black;
}

a:hover, a:active { 
	text-decoration : underline; 
	border-bottom : 1px dasched navy;
	color : navy;
}


HTML {
	width : 100%;
	height : 100%;
}

BODY {
	width : 100%;
	height : 101%;
	margin : 0px;
	padding : 0px;
	font : 12px arial, helvetica, sans-serif; 
	color : black; 
	background-image : url(grafiken/verlauf_body.jpg);
	background-repeat : repeat-x;
	background-color : #828282;
}

/* Layout */

#container { 
	top : 0px;
	display : block;
	border : 1px solid black;
	margin : 35px;
	margin-left :auto;
	margin-right :auto;
	width: 600px;
}

#header { 
	/* background : transparent url(grafiken/logo_back_03.gif) repeat-x; */
	height: 100px;
	background-color : white;
	border-top : 1px solid silver;
	border-left : 1px solid silver;
	border-right : 1px solid gray;
	border-bottom : 0px solid silver;
} 

#navi1 {
	display : none;
	margin-left : 0px;
	margin-top : 0px;
	padding-left : 0px;
	padding-top : 8px;
	height : 22px;
	border : 0px solid green;
	/* background-image : url(grafiken/navi_back_03.png); */
	background-image : url(grafiken/navi_back_03.gif);
	background-repeat : repeat-x;
	border-top : 1px solid #04397f;
}

#haupttext {
	float : left;
	border : 1px solid green;
	padding-top : 15px;
	background-image : url(grafiken/haupttext_back.gif);
	background-repeat : repeat-x;
	background-color : white;
	border-top : 0px solid silver;
	border-left : 1px solid silver;
	border-right : 1px solid gray;
	border-bottom : 1px solid #04397f;
}

#textblock01 {
	display : none;
	padding : 0px;
	padding-top : 10px;
	float : left;
	width : 0px;
}


#textblock02 {
	padding : 20px;
	float : left;
	width : 600px;
	min-height : 500px;
	/* border-left : 1px solid silver; */
}

#textblock02 H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 18pt;
	font-weight : normal;
	line-height : 125%;
	text-align : justify;
}

#textblock02 H2, H3, H4 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	padding-top : 20px;
	font-weight : normal;
	line-height : 125%;
	text-align : justify;
}

#textblock02 P {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : justify;
}

#textblock02 LI {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : justify;
	list-style-type : none;
	list-style-image : url(grafiken/li_01.gif);
}

#textblock02 *.logo {
	padding-top : 20px;
}

#textblock02 A.icon {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-image : url(grafiken/link_01.gif);
	background-repeat : no-repeat;
	padding-left : 17px;
}

#textblock02 A.icon:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-image : url(grafiken/link_03.gif);
	background-repeat : no-repeat;
}

#textblock02 A.icon:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	padding-right : 20px;
	padding-left : 0px;
	background-image : url(grafiken/link_04.gif);
	background-repeat : no-repeat;
	background-position : right;
}


#textblock03 {
	display : none;
	padding : 0px;
	padding-top : 38px;
	float : right;
	width : 0px;
}


#textblock04 {
	padding : 0px 0px 0px 0px;
	float : left;
	width : 600px;
	min-height : 500px;
}

#textblock04 H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	padding-top : 0px;
	font-size : 18pt;
	font-weight : normal;
	line-height : 125%;
	text-align : justify;
}

#textblock04 H2, H3, H4 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 14pt;
	padding-top : 20px;
	font-weight : normal;
	line-height : 125%;
	text-align : justify;
}

#textblock04 P {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : justify;
}

#textblock04 LI {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : justify;
	list-style-type : none;
	list-style-image : url(grafiken/li_01.gif);
}


#textblock04 P.hinweis {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	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 : black;
	font-size : 11pt;
	line-height : 125%;
	text-align : right;
}

#textblock04 A.icon {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	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 : black;
	background-image : url(grafiken/link_03.gif);
	background-repeat : no-repeat;
}

#textblock04 A.icon:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	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 : black;
}

#textblock05 {
	padding : 0px;
	float : left;
	width : 600px;;
	min-height : 500px;
	/* border : 1px solid silver; */
}

#textblock05 H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 18pt;
	font-weight : normal;
	line-height : 125%;
	text-align : justify;
}

#textblock05 H2, H3, H4 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	padding-top : 20px;
	font-weight : normal;
	line-height : 100%;
	text-align : justify;
}

#textblock05 P {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : justify;
}

#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 : justify;
	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 : justify;
	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;
}

#textblock05 A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
}

#textblock05 *.logo {
	padding-top : 20px;
}

#textblock05 A.icon {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	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 : black;
	background-image : url(grafiken/link_03.gif);
	background-repeat : no-repeat;
}

#textblock05 A.icon:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	padding-right : 20px;
	padding-left : 0px;
	background-image : url(grafiken/link_04.gif);
	background-repeat : no-repeat;
	background-position : right;
}


#submenu {
	display : none;
	float : left;
	width : 100%;
	height : 0px;
	text-align : center;
	border-top : 0px solid silver;
	border-left : 1px solid silver;
	border-right : 1px solid gray;
	border-bottom : 1px solid gray;
	background-color : white;
	background-image : url(grafiken/navi_back_03.png);
	background-repeat : repeat-x;
}



*.l2wlogo {
	text-align : center;
	padding-top : 10px;
	padding-bottom : 20px;
}

*.gif-header {
	float : right;
	padding-right : 25px;
	padding-top : 50px;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 10pt;
	line-height : 125%;
	text-align : justify;
}


*.nodisplay {
	display : none;
}


INPUT {
	font-size : 10pt;
	font-family : Arial;
	border:1px solid #04397f;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	padding-right : 200px;
	text-align : justify;
	background-color : #f6f6f6;
}

SELECT {
	font-size : 10pt;
	font-family : Arial;
}

textarea {
	font-size : 10pt;
	font-family : Arial;
	border : 1px solid #04397f;
	border-left-width:0px;
	border-top-width:0px;
	border-right-width:0px;
	padding-right : 154px;
	text-align : justify;
	vertical-align : top;
	background-color : #f6f6f6;
}

