/* 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-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: 950px;
}

#header { 
	background-image : url(grafiken/back_top_01.gif);
	background-repeat : repeat-x;
	border-top : 1px solid #04397f;
	height: 117px;
	width : 100%;
	color : black;
	border-top : 1px solid #c2c1c1;
	border-left : 1px solid silver;
	border-right : 1px solid gray;
	border-bottom : 0px solid white;
} 

*.gif-header {
	float : right;
	padding-right : 10px;
	padding-top : 0px;
}

#navi1 {
	margin-left : 0px;
	margin-top : 0px;
	padding-left : 0px;
	padding-top : 0px;
}

#navi1 DIV.menu {
	height : 0px;
	border : 0px solid green;
	background-color : transparent;	
	float : left;
	text-align : center;
	margin : 1px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#navi1 DIV.menu:HOVER {
	border : 0px solid green;
	background-color : transparent;	
	background-image : url(grafiken/menu_back_120_hover_03.png);
	background-position : center bottom;
	background-repeat : no-repeat;
	float : left;
}

#navi1 DIV.menu_ra {
	width : 109px;
	height : 114px;
	border : 0px solid green;
	background-color : transparent;	
	background-image : url(grafiken/button_anwaelte_01.gif);
	background-position : center bottom;
	background-repeat : no-repeat;
	float : left;
	text-align : center;
	margin : 1px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#navi1 DIV.menu_ra:HOVER {
	background-color : transparent;	
	background-image : url(grafiken/button_anwaelte_02.gif);
	background-position : center bottom;
	background-repeat : no-repeat;
}


#navi1 DIV.menu_kanzlei {
	width : 98px;
	height : 114px;
	border : 0px solid green;
	background-color : transparent;	
	background-image : url(grafiken/button_kanzlei_01.gif);
	background-position : center bottom;
	background-repeat : no-repeat;
	float : left;
	text-align : center;
	margin : 1px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#navi1 DIV.menu_kanzlei:HOVER {
	background-color : transparent;	
	background-image : url(grafiken/button_kanzlei_02.gif);
	background-position : center bottom;
	background-repeat : no-repeat;
}

#navi1 DIV.menu_kontakt {
	width : 111px;
	height : 114px;
	border : 0px solid green;
	background-color : transparent;	
	background-image : url(grafiken/button_kontakt_01.gif);
	background-position : center bottom;
	background-repeat : no-repeat;
	float : left;
	text-align : center;
	margin : 1px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#navi1 DIV.menu_kontakt:HOVER {
	background-color : transparent;	
	background-image : url(grafiken/button_kontakt_02.gif);
	background-position : center bottom;
	background-repeat : no-repeat;
}

#navi1 DIV.menu_impressum {
	width : 124px;
	height : 114px;
	border : 0px solid green;
	background-color : transparent;	
	background-image : url(grafiken/button_impressum_01.gif);
	background-position : center bottom;
	background-repeat : no-repeat;
	float : left;
	text-align : center;
	margin : 1px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#navi1 DIV.menu_impressum:HOVER {
	background-color : transparent;	
	background-image : url(grafiken/button_impressum_02.gif);
	background-position : center bottom;
	background-repeat : no-repeat;
}

#navi1 DIV.menu_leer {
	width : 7px;
	height : 114px;
	border : 0px solid green;
	background-color : transparent;	
	background-image : url(grafiken/button_leer.gif);
	background-position : center bottom;
	background-repeat : no-repeat;
	float : left;
	text-align : center;
	margin : 1px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#navi1 a.navigation {
	width : 98px;
	height : 114px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : Inherit;
	color : white;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px solid green;
	display : block;
}

#navi1 a.navigation:HOVER {
	color : white;
	/* color : #F78F08; */
	background-color : transparent;
	/* background-image : url(grafiken/navi1_1.gif);
	background-repeat : no-repeat; */
	/* border-bottom : 1px solid #04397f; */
}

#haupttext {
	float : left;
	width : 100%;
	border : 1px solid green;
	padding-top : 15px;
	background-image : url(grafiken/back_middle_01.gif);
	background-repeat : repeat-x;
	background-color : white;
	color : black;
	border-top : 0px solid silver;
	border-left : 1px solid silver;
	border-right : 1px solid gray;
	border-bottom : 1px solid white;
}

#textblock01 {
	padding : 30px 0px 0px 0px;
	float : left;
	width : 948px;
	min-height : 450px;
	border : 0px solid green;
	background-image : url(grafiken/photos/eingang_01.jpg);
	background-repeat : no-repeat;
	background-position : 10px bottom;
}

#textblock01gerber {
	padding : 30px 0px 0px 0px;
	float : left;
	width : 948px;
	min-height : 450px;
	border : 0px solid green;
	background-image : url(grafiken/photos/ra_gerber_02.jpg);
	background-repeat : no-repeat;
	background-position : 10px 10px;
}

#textblock01habenstein {
	padding : 30px 0px 0px 0px;
	float : left;
	width : 948px;
	min-height : 450px;
	border : 0px solid green;
	background-image : url(grafiken/photos/ra_habenstein_02.jpg);
	background-repeat : no-repeat;
	background-position : 10px 10px;
}

#textblock01craemer {
	padding : 30px 0px 0px 0px;
	float : left;
	width : 948px;
	min-height : 450px;
	border : 0px solid green;
	background-image : url(grafiken/photos/ra_craemer_02.jpg);
	background-repeat : no-repeat;
	background-position : 10px 10px;
}


#textblock01eingang {
	padding : 30px 0px 0px 0px;
	float : left;
	width : 948px;
	min-height : 450px;
	border : 0px solid green;
	background-image : url(grafiken/photos/eingang_01.jpg);
	background-repeat : no-repeat;
	background-position : 10px 10px;
}


#textblock02 {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 230px;
	float : left;
	width : 220px;
	min-height : 300px;
	border : 0px solid red;
}

#textblock02 a.navi1 {
	display : block;
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	font-weight : normal;
	letter-spacing : 2px;
	background-color : white;
	width : 100%;
	margin : 0px 0px 15px 0px;
	padding : 5px 0px 5px 0px;
	border : 0px solid green;
	border-bottom : 2px dotted black;
}

#textblock02 a.navi1:HOVER {
	color : #425f99;
	background-color : transparent;
}

#textblock02 a.navi2 {
	display : block;
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	letter-spacing : 2px;
	background-color : white;
	width : 100%;
	margin : 0px 0px 15px 0px;
	padding : 5px 0px 5px 0px;
	border : 0px solid green;
	color : #425f99;
	border-bottom : 2px dotted #425f99;
}


#textblock02 H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #425f99;
	background-color : white;
	font-size : 18pt;
	font-weight : normal;
	line-height : 125%;
	text-align : left;
}

#textblock02RA {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	float : left;
	width : 220px;
	min-height : 300px;
	border : 0px solid red;
}


#textblock02RA a.navi1 {
	display : block;
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	font-weight : normal;
	letter-spacing : 2px;
	background-color : white;
	width : 100%;
	margin : 0px 0px 15px 0px;
	padding : 5px 0px 5px 0px;
	border : 0px solid green;
	border-bottom : 2px dotted black;
}

#textblock02RA a.navi1:HOVER {
	color : #425f99;
	background-color : transparent;
}

#textblock02RA a.navi2 {
	display : block;
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	letter-spacing : 2px;
	background-color : white;
	width : 100%;
	margin : 0px 0px 15px 0px;
	padding : 5px 0px 5px 0px;
	border : 0px solid green;
	color : #425f99;
	border-bottom : 2px dotted #425f99;
}


#textblock02RA H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #425f99;
	background-color : white;
	font-size : 18pt;
	font-weight : normal;
	line-height : 125%;
	text-align : left;
}


#textblock03 {
	margin : 0px 0px 0px 0px;
	padding : : 0px 0px 0px 0px;
	float : right;
	width : 480px;
	background-color : white;
	border : 0px solid green;
}

#textblock03 H1 {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	width : 100%;
	color : #425f99;
	background-color : white;
	font-size : 14pt;
	font-weight : lighter;
	line-height : 125%;
	text-align : left;
	letter-spacing : 2px;
	border : 0px solid black;
}

#textblock03 H1.ra {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	width : 100%;
	color : #425f99;
	background-color : white;
	font-size : 14pt;
	font-weight : lighter;
	line-height : 125%;
	text-align : left;
	letter-spacing : 2px;
	border : 0px solid black;
}


#textblock03 H2, H3, H4 {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : #425f99;
	background-color : white;
	font-size : 12pt;
	padding-top : 20px;
	font-weight : normal;
	line-height : 125%;
	text-align : left;
	letter-spacing : 2px;
}


#textblock03 H2.ra {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : #425f99;
	background-color : white;
	font-size : 10pt;
	padding-top : 0px;
	font-weight : normal;
	line-height : 125%;
	text-align : left;
	letter-spacing : 2px;
}


#textblock03 P {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
	font-size : 11pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
	letter-spacing : 2px;
}

#textblock03 P.leer {
	padding-top : 40px;
}

#textblock03 A {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
	font-size : 11pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
	letter-spacing : 2px;
}

#textblock03 A:HOVER {
	background-color : white;
	color : #425f99;
}



#textblock04 {
	padding : 20px 520px 20px 30px;
	float : left;
	width : 398px;
	min-height : 450px;
	border : 0px solid green;
	background-image : url(grafiken/photos/index_back_02.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
}

#textblock04 H1 {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : #425f99;
	background-color : white;
	padding-top : 0px;
	font-size : 14pt;
	font-weight : lighter;
	line-height : 125%;
	text-align : left;
	letter-spacing : 2px;
}


#textblock04 H2, H3, H4 {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : #425f99;
	background-color : white;
	font-size : 12pt;
	padding-top : 20px;
	font-weight : normal;
	line-height : 125%;
	text-align : left;
	letter-spacing : 2px;
}


#textblock04 P {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : #505050;
	background-color : white;
	font-size : 11pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
	letter-spacing : 2px;
}


#textblock04 LI {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : #505050;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
	list-style-type : none;
	list-style-image : url(grafiken/li_01.gif);
	letter-spacing : 2px;
}


#textblock04 A {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : #425f99;
	background-color : white;
	text-decoration : underline;
	letter-spacing : 2px;
}

#textblock04 A:HOVER {
	font-family : Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color : #425f99;
	background-color : white;
	text-decoration : none;
}



#textblock05 {
	padding : 20px;
	float : left;
	width : 880px;;
	min-height : 500px;
	/* border : 1px solid silver; */
}

#textblock05 H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #425f99;
	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 : #425f99;
	background-color : white;
	font-size : 12pt;
	padding-top : 20px;
	font-weight : normal;
	line-height : 100%;
	text-align : left;
}

#textblock05 P {
	font-family : Arial, Helvetica, sans-serif;
	color : #505050;
	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 : #505050;
	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 : #505050;
	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 : #505050;
	background-color : white;
}

#textblock05 A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	color : #F78F08;
	color : #425f99;
	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 {
	font-family : "VT-100", "Andale Mono", monospace;
	float : left;
	width : 100%;
	height : 30px;
	text-align : left;
	border-top : 0px solid white;
	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 : 0px;
}

#subm a.sub:HOVER {
	color : white;
	background-color : transparent;
	text-decoration : none;
}

#subm2 {
	padding-left : 0px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 35px;
	float : right;
	color : silver;
	background-color : transparent;
}

#subm2 a.sub {
	color : silver;
	background-color : transparent;
	padding-left : 0px;
	padding-top : 5px;
	padding-right : 0px;
}

#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;
}


