/* CSS litera */

/* FARBEN
Hintergrund grau #eaeef7
Ksanigorot       #C43917 */

body {
	background-color: #eaeef7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	scrollbar-base-color:#cccccc;
    scrollbar-arrow-color:#eaeef7;
    scrollbar-face-color:eeeff0;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color:#bbbbbb;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#666666;
    scrollbar-track-color:#eeeeee;
}

* {margin: 0;
    padding: 0;}

p {padding: 7px 0 7px 0;}


h1 {
	padding: 130px 83px 0 0;
	text-align: right;
	font-size: 4.0em;
	font-style: italic;
	color: #C43917;
}

h2 {
	padding: 10px 90px 0 0;
	text-align: right;
	font-size: 1.6em;
	font-style: italic;
	color: #C43917;
}
	
	
h3 {
	padding: 25px 0 7px 0;
	font-style: italic;
	color: #C43917;
	font-size: 1.2em;
}

h4 {
	margin: 40px 0 10px 40px;	
}
h5 {
	padding: 15px 0 7px 0;
	font-style: italic;
	color: #C43917;
	font-size: 1.4em;
	text-align: right;}

a:link {color: #666666}     /* link */
a:visited {color: #666666}  /* besuchter link */
a:hover {color: #794353}   /* mouse over link */
a:active {color: #666666}   /* aktiver link */
	

	
#container {
	margin: 0px auto;
	width: 797px;
	color: #797D88;
	font-size: 1.2em;
}

#header {
	background-image:  url(../bilder/seitenlayout/top.jpg);
	height: 249px;
}

#linkbar {
	background-image:  url(../bilder/seitenlayout/link.jpg);
	height: 79px;
}

#content {
	background-image:  url(../bilder/seitenlayout/inhalt.jpg);
	background-repeat: repeat-y;
	padding: 0 80px 0 80px;
}
#content img {	
	margin: 30px 10px 10px 0;
}

#right_menu {
	background-image:  url(../bilder/seitenlayout/menue.jpg);
	height: 365px;
	width: 277px;
	float: right;
	margin-right: -80px!important;
	margin-right: -40px;
}

#footer {
	background-image:  url(../bilder/seitenlayout/unten.jpg);
	height: 63px;
	padding: 80px 80px 0 80px;
	text-align: center;
	font-size: .9em;
}

/* oberes menue */

#navcontainer ul
{
	margin-left: 200px!important;
	margin-left: 200px;
	color: White;
	display: inline;
	float: left;
	margin-top: 14px;
}

#navcontainer ul a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
}

#navcontainer ul a:hover
{
color: #C43917;
}

/* rechtes menue */

.navcontainer {
	width: 200px;
	margin-left: 40px;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 168px;
border-bottom: 1px solid #BFC2C9;
}

.navcontainer a:link, .navlist a:visited
{
color: #666666;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #C43917;
color: #fff;
}
