body
{
margin: auto;
padding: 0px;
background-color: #ffffff;
}

div#intro
{
/* background-image: url(img/bg-head.jpg); */
padding-top: 100px;
width: 970px;
height: auto;
margin: 0px auto;
font-family: arial;
font-size: 12px;
background-color: #ffffff;
/* background-repeat: repeat-y; */
}


div#site
{
background-image: url(../img/background.png);
width: 970px;
height: auto;
margin: 0px auto;
font-family: arial;
font-size: 12px;
background-repeat: no-repeat;
}



/*** site ***/
div#dummy
{
width: 970px;
height: 0px;
margin: 0px;
}

div#header
{
/* background-image: url(../img/site_top.png); */
width: auto;
height: auto;
margin: 0px;
/* background-repeat: no-repeat; */
}

div#nav
{
/* background-image: url(img/site_top.png); */
float: left;
width: 200px;
height: 350px;
margin: 0px;
/* background-repeat: no-repeat; */
}

div.menu
{
float: left;
width: 200px;
height: auto;
margin-left: 40px;
margin-top: 5px;
}

div#content
{
/* background-image: url(img/site_top.png); */
float: left;
width: 770px;
height: auto;
margin: 0px;
/* background-repeat: no-repeat; */
}

div#footer
{
/* background-image: url(img/site_top.png); */
clear: both;
width: 970px;
height: auto;
margin: 0px;
/* background-repeat: no-repeat; */
}

div#crfooter
{
/* background-image: url(img/site_top.png); */
clear: both;
width: 950px;
height: 19px;
margin: 0px;
padding-right: 20px;
/* background-repeat: no-repeat; */
}


/*** copyright Hinweis ***/
div.copyright 
{
font-family: arial, sans-serif;
font-style: italic;
text-align: right;
color: #888888;
font-size: 9pt;
margin:0px;
padding:4px;
}

h1 
{
font-family: arial, sans-serif;
margin:0px;
padding:0px;
font-size: 20px;
}

/*** under website title ***/
h2
{
color: #555555;
font-family: arial, sans-serif;
margin: 0px;
font-size: 14px;
font-weight: bold;
}

/*** content headings ***/
h3
{
color: #555555;
font-family: arial, sans-serif;
margin-bottom:10px;
padding-left:5px;
font-size: 12px;
font-weight: bold;
border-bottom: solid 1px #990000;
}

/*** text headings ***/
h4
{
color: #555555;
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: bold;
}

/*** footer ***/
h5
{
color: #000000;
font-family: arial, sans-serif;
text-align:center;
font-size: 12px;
font-weight: normal;
margin-top:0px;
}


input
{
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: normal;
border-style: solid;
border-color: #888888;
border-width: 1px;
}

input.button
{
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: normal;
border-style: solid;
background-color: mediumvioletred;
border-color: black;
color: white;
border-width: 1px;
}

textarea
{
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: normal;
border-style: solid;
border-color: #888888;
border-width: 1px;
}


.clear
{
clear: left;
}



/*** Links ***/
a:link    	{ color:blue; text-decoration:none; }
a:visited 	{ color:blue; text-decoration:none; }
a:hover   	{ color:mediumvioletred; text-decoration:underline; font-weight: normal; }
a:active  	{ color:mediumvioletred; text-decoration:underline; font-weight: normal; }


