* {
	margin: 0;
	padding: 0;
}

body {
background: #ffffff;
background-attachment: fixed;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
line-height: 20px;
color: #000000;
}

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

#wrap {
margin: 10px auto 10px auto;
width: 800px;
background: #7c7f8e;
}

#header {
height: 140px;
background: #fff url(images/startheader.jpg) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FFF;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 28px;
line-height: 28px;
background: #c10101 url(get/images/menue.png);

}
#menu ul {
list-style-type: none;
padding-left: 15px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 20px;
text-decoration: none;
font-size: 11px;
color: #001b58;
border-left: 1px solid #000;
}
#menu ul li a:hover {
color: #001b58;
font-weight: bolder;
}
#menu ul li a:active {
color: #b90303;
text-decoration: underline;
color: #b90303;
}
#content {
padding: 0 20px 20px 0;
}
.sidebar {
float: right;
width: 165px;
margin-top: 10px;
margin-left: 10px;
background: #ffffff;
}
.sidebar h1 {
margin-top: 10px;
padding-left: 1px;
padding-right: 1px;
}
.sidebar h2 {
margin: 0px 0px 0 0px;
padding-left: 7px;
height: 28px;
background: #001b58 url(get/images/menue.png);
line-height: 28px;
font-size: 15px;
color: #001b58;
}
.right {
float: right;
width: 430px;
text-align: left;
padding-top: 5px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
background: #ffffff url(get/images/menue.png) no-repeat;
}
.right h2 {
font-size: 24px;
color: #7c7f8e;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: underline;
}
.right h2 a:hover {

}

.left {
float: right;
width: 165px;
margin-top: 10px;
margin-right: 10px;
background: #ffffff;
}
.left h2 {
margin: 0px 0px 0 0px;
padding-left: 20px;
height: 28px;
background: #001b58 url(get/images/menue.png);
line-height: 28px;
font-size: 14px;
color: #001b58;
}
.left ul {
padding: 8px 0 25px 30px;
list-style-image: url(get/images/list.gif);
color: #000000;
}
.left ul li a {
text-decoration: none;
color: #000000;
}
.left ul li a:hover {
color: #001b58;
text-decoration: underline;
color: #001b58;
}
.left ul li a:active {
color: #b90303;
text-decoration: underline;
color: #b90303;
}
#footer {
text-align: center;
font-size: 11px;
color: #222;
}
#footer a { color: #222; }
#footer a:hover { color: #c10101; }
