/*hacks:
mozi: normal
ie7+ie6: html* ...
nur ie6: * html ...
chrome+safari3.1: body:nth-of-type(1) ...
alle ausser ie: <!--[if !IE]>-->css-code<!--<[endif]-->
*/

/*
Farben:
#FFFFFF; // (white)
#999999; // tools-balken
#666666; // schrift
#333333; // navi
#E31818; // (rot)
*/

body {
	margin: 0px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
}

p, td, th, tr, li {
	font-size: 11px;
	color: #666666;
}

a {
	font-size: 11px;
	color: #E31818;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*damit keine gepunktete Linie erscheint, wenn man den Link klickt*/
a:active {
	outline:none;
}
a:focus {
	-moz-outline-style:none;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 11px;
	color: #666666;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #666666;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	background-color: #666666;
	color: #666666;
	border: #666666;
	height: 1px;
}

img {
	border: none;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	margin-bottom: 4px;
	border: 1px solid #CCCCCC;
}

input[type=radio], input[type=checkbox] {
	border: none;
}

textarea {
	background-color: #FFFFFF;
	margin: 2px 0px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 11px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}

#seitenanfanglink {
	padding: 30px 0px 10px 0px;
}

.linkWeiterZurueck {
	float: left;
}

.linkWeiterZurueck ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.linkWeiterZurueck li {
	float: left;
	width: 20px;
}

.linkWeiterZurueck li span {
	width: 20px;
}

.linkWeiterZurueck li a {
	float: left;
	width: 20px;
	height: 16px;
	padding:0px;
	text-decoration: none;
}

.linkWeiterZurueck li a span {
	float: left;
	display: block;
	width: 20px;
	height: 16px;
	padding:0px;
}

.linkWeiterZurueck span.vorherigerEintrag {
	background: transparent url(/art/previous_page.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span:hover {
	cursor: pointer;
}

.linkWeiterZurueck span.vorherigerEintrag:hover {
	background: transparent url(/art/previous_page_on.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span.naechsterEintrag {
	background: transparent url(/art/next_page.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span.naechsterEintrag:hover {
	background: transparent url(/art/next_page_on.gif) no-repeat 0px 0px;
}


.linkWeiterZurueck span.keinEintrag {
	background: transparent url(/art/no_page.gif) no-repeat 0px 0px;
}

p.linkZurueckZumParent {
	float: left;
	margin: 0px;
	padding-left: 5px;
}

p.linkZurueckZumParent img {
	border: none;
}
/*------------------------------------------------------------------------*/

/******************************
Layout
******************************/
#main {
	/*width: 1205px;*/
	width: 1005px;
	text-align: left;
}

#inhalt_links {
	float: left;
	width: 970px;
	margin-right: 15px;
	padding: 10px;
	background-color: #FFFFFF;
}

#banner {
	width: 970px;
	height: 170px;
}

#logo {
	width: 830px;
	height: 130px;
	padding-left: 140px;
}

#shortcutlinks {
	float: left;
	width: 750px;
	height: 16px;
	padding-top: 4px;
	background-color: #999999;
	text-align: right;
}

#sprachenlinks {
	float: left;
	width: 170px;
	height: 16px;
	padding-top: 4px;
	padding-left: 50px;
	background-color: #999999;
}

#navcontainerLinks {
	float: left;
	width: 215px;
	padding-top: 20px;
}

#navcontainer {
	float: left;
	width: 215px;
	padding-top: 50px;
	border-bottom: 1px solid #999999;
}

#login {
	float: left;
	width: 215px;
	padding-top: 20px;
}

#notarensuche {
	float: left;
	width: 215px;
	height: 25px;
	margin-top: 20px;}
#adressenaenderung {
	float: left;
	width: 215px;
	height: 25px;
	margin-top: 10px;}

#navcontainer_error {
	float: left;
	width: 215px;
	padding-top: 100px;
}

#inhalt {
	float: left;
	width: 725px;
	min-height: 400px;
	padding: 50px 0px 50px 30px;
}

* html #inhalt {
	height: 400px;
}

#inhalt_schmal {
	float: left;
	width: 515px;
	min-height: 400px;
	padding: 50px 10px 50px 30px;
}

* html #inhalt_schmal {
	height: 400px;
}

#spalte_rechts {
	float: left;
	width: 200px;
	padding: 100px 0px 50px 0px;
}

/*#inhalt_rechts {
	float: left;
	width: 200px;
	overflow: hidden;
}

#inhalt_rechts #eintrag_rechts_first p {
	margin-top: 0px;
}*/

#impressum {
	float: left;
	width: 215px;
	padding: 30px 30px 20px 10px;
	font-size: 10px;
	color: #999999;
}

#fusszeile {
	float: left;
	width: 725px;
	padding: 30px 0px 20px 0px;
	font-size: 10px;
	color: #666666;
}
/*------------------------------------------------------------------------*/

/******************************
Layout drucken
******************************/

#drucken
{
	width: 580px;
}

@media print {
	.window_print {display:none;}
}

/*------------------------------------------------------------------------*/

/******************************
Layout printscreen
******************************/

#printscreen
{
	margin-top: 0px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/**************************************************************************************************************************************************************************
Standard-Module
***************************************************************************************************************************************************************************/

/******************************
Navigation 
******************************/

/******************************
Stufe 1 
******************************/

/*#navcontainer ul li.eintrag6 {
	height: 50px;
	cursor: default;
	display:block;
	clear: both;}
#navcontainer ul li.eintrag6 a:hover, #navcontainer ul li.eintrag6 a:active, #navcontainer ul li.eintrag6 a:link, #navcontainer ul li.eintrag6 a:visited {
	background-color:#FFF;
	cursor: default;} */


#navcontainer ul {
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer a, #navcontainer a:hover {
	color: #333333;
	text-decoration: none;
}

#navcontainer ul li a {
	padding: 3px 0px 3px 20px;
	display: block;
	border-top: 1px solid #999999;
	font-size: 12px;
}

#navcontainer ul a:hover {
	background-color: #E5E5E5;
	text-decoration: none;
}

#navcontainer ul a.parentactive {
	background-color: #E5E5E5;
	font-weight: bold;
}

#navcontainer ul a:hover.parentactive {
	background-color: #FFFFFF;
}

#navcontainer ul a.active {
	background-color: #E5E5E5;
	font-weight: bold;
}

#navcontainer ul a:hover.active {
	background-color: #FFFFFF;
}

#navcontainer ul a.active_no_kids {
	background-color: #E5E5E5;
	font-weight: bold;
}

#navcontainer ul a:hover.active_no_kids {
	background-color: #FFFFFF;
}

/******************************
Stufe 2 
******************************/
#navcontainer ul ul li a {
	border-top: none;
	font-size: 11px;
}

#navcontainer ul li.parentactive ul li a {
	background-color: #E5E5E5;
	font-weight: bold;
}

#navcontainer ul li.parentactive ul li a:hover {
	background-color: #FFFFFF;
}

#navcontainer ul li.active ul li a {
	background-color: #E5E5E5;
	font-weight: bold;
}

#navcontainer ul li.active ul li a:hover {
	background-color: #FFFFFF;
}

#navcontainer ul li.active_no_kids ul li a {
	background-color: #E5E5E5;
	font-weight: bold;
}

#navcontainer ul li.active_no_kids ul li a:hover {
	background-color: #FFFFFF;
}
/*------------------------------------------------------------------------*/

/******************************
Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 2px 0px 5px;
	border-left: 1px solid #FFFFFF;
}

#shortcutlinks li.first
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks li.drucken 
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks a.tools 
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#shortcutlinks a:hover.tools 
{
	color: #E31818;
	text-decoration: none;
}
/*------------------------------------------------------------------------*/

/******************************
Sprach-Wechsel-Links
******************************/
#sprachenlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#sprachenlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 2px 0px 5px;
	border-left: 1px solid #FFFFFF;
}

#sprachenlinks li.first
{
	border-left: none;
	padding-left: 0px;
}

#sprachenlinks a.sprachwahl 
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#sprachenlinks a:hover.sprachwahl 
{
	color: #E31818;
	text-decoration: none;
}

#sprachenlinks a.currentSprachwahl  
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#sprachenlinks a:hover.currentSprachwahl 
{
	color: #E31818;
	text-decoration: none;
}
/*------------------------------------------------------------------------*/

/******************************
Impressum
******************************/
#impressum p, #impressum a {
	font-size: 10px;
	color: #999999;
}

#impressum a:hover {
	color: #999999;
}
/*------------------------------------------------------------------------*/

/******************************
Fusszeile
******************************/
#fusszeile p, #fusszeile a {
	font-size: 10px;
	color: #666666;
}

#fusszeile a:hover {
	color: #666666;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/**************************************************************************************************************************************************************************
Sonstige Module
***************************************************************************************************************************************************************************/

/******************************
Login 
******************************/
input.eingabeFeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

input.submit {
	font-size: 10px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
Style fuer den FCK-Editor
******************************/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/**************************************************************************************************************************************************************************
Standard-Templates
***************************************************************************************************************************************************************************/

/******************************
Template: Formular
******************************/
/*
fuer html-formatiertes antwort-mail: Form-Felder, die bearbeitet wurden, werden mit dieser klasse versehen
*/
.formular-eingabe
{
	background-color: #E5F3F8;
	border-color: #0089BD;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Suche
******************************/
#erweiterte_suche
{
	padding-top: 1em;
}

#erweiterte_suche fieldset
{
	border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#navcontainer ul li.eintrag6.ueberschrift {
	height: 20px;
	cursor: default;
	display:block;
	clear: both;
	border-top: 1px solid #999999;
}


