/**
* Cascading Stylesheet
* Fenocom
* info at fenocom.de
**/

body {
color #222222;
font-family: Tahoma, Arial, Verdana, Sans-Serif;
font-size: 12px;
background-color: #F5F5F5;
background-image: url('../images/background.jpg');
background-position: top left;
background-repeat: repeat-y;
margin: 0px;
padding: 0px;
}

h1 {
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
font-size: 24px;
font-weight: bold;
color: #0000FF;
}

h2 {
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
font-size: 16px;
color: #F00000;
padding-left: 10px;
}

#header {
background-color: #333333;
background-image: url('../images/header.jpg');
background-position: top left;
background-repeat: no-repeat;
width: 800px;
height: 200px;
}

#navigation {
width: 200px;
position: absolute;
top: 200px;
left: 0px;
background-color: #EFEFEF;
}

#navtext {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 1.7em;
}

#navtext li {
border-bottom: 1px solid #FFFFFF;
}

#content {
margin-left: 200px;
width: 600px;
}

#content_text {
padding: 10px;
line-height: 1.7em;
text-align: justify;
}

a:link,a:active,a:visited {
color: #0000FF;
text-decoration: none;
}

a:hover {
color: #0000FF;
text-decoration: underline;
}

/** Navigation Links **/

#navtext a:link {
color: #0000FF;
background-color: #F5F5F5;
text-decoration: none;
display: block;
padding: 5px 12px;
}

#navtext a:visited {
color: #0000FF;
background-color: #F5F5F5;
text-decoration: none;
display: block;
padding: 5px 12px;
}

#navtext a:active {
color: #0000FF;
background-color: #F5F5F5;
text-decoration: none;
display: block;
padding: 5px 12px;
}

#navtext a:hover {
background-color: #0000FF;
display: block;
color: #FFFFFF;
}