/*============================

Jan van Koningsveld Stylesheet
Datum: 1. Mai 2009
Autor: Norbert van Koningsveld

============================*/

a:link { color: #ffffff; text-decoration:none; }
a:active { color: #f6df71; text-decoration:none; }
a:visited { color: #ffffff; text-decoration:none; }
a:hover { color: #000000; text-decoration:none; }

#content a:link { color: #364f71 !important; text-decoration:underline; }
#content a:active { color: #f6df71; text-decoration:underline; }
#content a:visited { color: #364f71 !important; text-decoration:underline; }
#content a:hover { color: #364f71; text-decoration:underline; }


body
{
    font-family:arial,sans-serif;
    background-color:#d7dee9;
}

#main
{
position:relative;
top:30px;
width:950px;
left:50%;
 min-height:700px;
  height:auto !important;
float:left;
  height:700px;
margin-left:-475px !important;
background-color:#364f71;
background-image: url(../Graphiken/main_bg.jpg);
background-position: left center;
background-repeat:repeat-y;
border:1px solid #364f71; 
margin-bottom:20px;
-webkit-box-shadow: 0px 0px 6px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 6px #000; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 6px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}
* html div#main {
   width:950px;
   widt\h: 952px;
}
#header
{
position:relative;
background-image: url(../Graphiken/Header.jpg);
width:950px;
height:119px;
background-color:black;
}
#right
{
background-image: url(../Graphiken/right.jpg);
background-repeat:no-repeat;
background-color:#364f71;
float:left;
width:251px;
height:500px;

}

#content
{
    width:619px;
    float:left;
    padding:40px;
    background-color:white;
    white-space: pre-wrap !important;
    text-align:left;
}


/* MENÜ-BEREICH */
ul.menu
{
    
    margin-top:100px !important;
    float:left;
 display:block;   
}
ul.menu
{
    list-style: none;
    list-style-position: outside;
    padding:0px;
    margin:0px;
    width:150px;
    text-align:left;
}
ul.menu li
{
    margin:15px 0px;
}
ul.menu li a
{
    display:block;
    width:100%;
    padding:4px 10px;
}

ul.menu li a:hover,
ul.menu li a.active
{
    background-color:white;
    color:#364f71;
    font-weight:bold;
}






/*CONTENT-BEREICH*/
h4
{
    font-weight:bold;
    color:#364f71;
    margin:20px 0px 0px 0px;
}

h1
{
    font-weight:bold;
    background-color:#284c88;
    color:white;
    padding:5px 20px 5px 40px;
    font-size:18px;
    float:left;
    position:relative;
    left:-40px;
    clear:both;
}

h5
{
    margin:0px;
  color:#364f71;
}