/* +++++++++++++++ Layout +++++++++++++++ */

body {
	background: url(img/hgBody.jpg) repeat-x #ffdda0;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, san-serif;
	font-size: 0.9em;
	line-height: 140%;
	color: #666;
}

#hintergrund {
	background: url(img/hgRight.jpg) no-repeat top right;
}


#layout {
	background: url(img/hgLayout.jpg) no-repeat;
	margin: auto auto;
	width: 924px;
	border-right: 1px solid #fff;
}

#header {
	margin: 0 0 0 11px;
}

#header img#imgLogo {
	float:left;
}

#content 
{
	background: url(img/hgContent.jpg) no-repeat bottom right #fff;
	margin: 0 4px 0 11px;
}

#linkespalte
{
	float: left;
	background: url(img/hgNavLeft.jpg) no-repeat bottom left #fff;
	width: 220px; 
	margin: 20px  0 10px 25px;
}

#linkespalte #adresse {
color: #0cc;
font-size:90%;
padding: 20px 5px 20px 10px;
}

#linkespalte #adresse a:link, #linkespalte #adresse a:visited {
color: #0cc;
text-decoration: underline;
}

#linkespalte #adresse a:hover {
color: #63c;
}

#rechtespalte
{
	margin: 0 100px 0 330px;
	padding: 30px 0 40px;
}

#footer
{
	clear: both;
	background: url(img/hgFooter.jpg) repeat-x #fff;
	margin: 0 4px 0 11px;
	padding: 8px 0;
	border-bottom:1px solid #fff;
	text-align: center;
	font-size: 90%;

}

#footer a:link, #footer a:visited {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: overline underline;
}


/* +++++++++++++++ Navigationen +++++++++++++++ */

li#login {
font-size:90%;
font-style:italic;
padding-top:20px;
}

li#login a {
background: #e8fafc;
}

/* Navigation Top */

#headerNav {
	text-align: right;
}

a#buttonHome 	{ margin-right:30px}
a#buttonPrint 	{ margin-right:30px}
a#buttonMail 	{ margin-right:120px}

/* Navigation links */

#navLeft ul {
margin:0;
padding:0;
list-style: none;
line-height: 220%;
}

#navLeft ul a:link, #navLeft ul a:visited {
display: block;
margin: 3px 0;
text-decoration: none;
}

#navLeft ul a:hover {
background: #fff2d1;
}

/* Navigation Main links */


ul#mainNav {
	border-bottom: 1px dotted #0cc;
}

ul#mainNav li {
border-top: 1px dotted #0cc;
}

ul#mainNav a:link, ul#mainNav a:visited {
color: #63c;
padding: 0 0 0 10px;
}

ul#mainNav li.current_page_item, ul#mainNav li.current_page_ancestor {
background: url(img/hgMainSelected.jpg) no-repeat;
font-weight:bold;
color: #63c;
border-top:none;
}

ul#mainNav li.current_page_item a:hover {
background: url(img/hgMainSelected.jpg) no-repeat;
font-weight:bold;
color: #63c;
border-top:none;
}

/* Navigation Sub links */

ul#mainNav ul {
background: url(img/hgSubNav.jpg) repeat-y;
padding: 5px 0;
}

ul#mainNav ul li.page_item {
font-weight:normal;
color: #63c;
border-top:none;
padding-left:12px;
}


ul#mainNav ul li.page_item a:hover {
background:none;
font-weight:bold;
color: #63c;
border-top:none;
}

ul#mainNav ul li.current_page_item {
	background: url(img/hgSubSelected.gif) no-repeat -3px 1px;
	color: #63c;
	font-weight:bold;
}

/* +++++++++++++++ Textformatierung rechte Spalte +++++++++++++++ */


#rechtespalte h1 {
	color: #0cc;
	font-size: 130%;
}

#rechtespalte h2 {
	color: #0cc;
	font-size: 120%;
}

#rechtespalte h3 {
        margin: 10px 0px 0px 0px;
        color: #0cc;
	font-size: 110%;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #00cccc;
}

#rechtespalte  ul {
        padding: 10px 0px;
        margin: 0px 0px 0px 15px;
        list-style-type: disc;	
        list-style-position: outside;
}

#rechtespalte li {
        padding: 0px 0px 0px 0px;
        margin:  0px 0px 0px 0px;
}


#rechtespalte a:link {
	color: #0cc;
}

#rechtespalte a:hover{
	color: #63c;
}

#rechtespalte img {
        border: 1px solid #666;
	
}

span img{ border:1px solid #fff;}


* html ul#mainNav ul li.current_page_item {
	background: url(img/hgSubSelected.gif) no-repeat -6px 3px;
}

* html #navLeft li {
width:220px;
}


* html #rechtespalte  ul {
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 0px 15px;
        list-style-type: disc;
        list-style-position: outside;
	
}

* html #rechtespalte li {
        padding: 0px 0px;
        margin: 0px 0px;
}
