* {
padding: 0;
margin: 0;
font-family: verdana, arial, sans-serif;
}

h1 {
font-size: medium;
}

p {
margin-left: 5px;
margin-top: 5px;
}

p, li {
font-size: small;
}

li{
margin-bottom: 10px;
}

ul li{
margin-bottom: 0px;
}

ol {
	margin-top: 20px;
	margin-left: 25px;
}

.ul1 {
	list-style-type: disc;
	margin-left: 40px;
}

.ul2{
	list-style-type: circle;
	margin-left: 60px;
}

.txtb {
font-family: verdana, arial, sans-serif;
font-weight: bold;
}


#container {
margin-left: 220px;
}


#titel {
width: 560px;
border-top: 1px solid #004479;
border-bottom: 1px solid #004479;
/*
border-top: 1px, solid, #FF0000;
border_bottom: 1px, solid, #FF0000; 
*/
}

#bild1 {
position: relative;
top: 0px;
left: 0px;
}

#bild2{
position: relative;
top: -230px;
left: 225px;
float: left;
}

#content {
position: absolute;
top: 410px;
left: 230px;
width: 560px;
/*border: 1px solid #004479;*/
}

#rechts {
position: absolute;
top: 410px;
left: 816px;
}

#bildrechts {
position: absolute;
top: 107px;
left: 816px;
}

/*
#link1 {
padding-top: 3px;
padding-left: 10px;
padding-right: 10px;
border-bottom: 1px solid #FFFFFF;
background-image: url(../media/linkelement.gif);
background-repeat: none;
height: 45px;
width: 160px;
}
*/

span.linktitel {
display: block;
background-image: url(../media/linktitel.gif);
border-bottom: 1px solid #FFFFFF;
width: 180px;
height: 18px;
}


a.link1 {
display: block;
padding-top: 1px;
padding-left: 0px;
padding-right: 10px;
width: 160px;
height: 45px;
border-bottom: 1px solid #FFFFFF;
/*background-image: url(../media/linkelement.gif);*/
background-repeat: none;
font-family: arial, sans-serif;
line-height: 20px;
text-decoration: none;
font-size: 0.9em;
color: #415b8b;
font-weight: bold;
}


a.link1:hover {
color: #FFFFFF;
/*background-image: url(../media/linkelement_hover.gif);*/
}

a.link2 {
display: block;
padding-top: 3px;
padding-left: 0px;
padding-right: 10px;
width: 160px;
height: 45px;
/*background-image: url(../media/linkabschluss.gif);*/
background-repeat: none;
font-family: arial, sans-serif;
line-height: 20px;
text-decoration: none;
font-size: 0.9em;
color: #415b8b;
font-weight: bold;
}

a.link2:hover {
color: #FFFFFF;
/*background-image: url(../media/linkabschluss_hover.gif);*/
}

#rechts a:hover{
color: #FFFFFF;
}

#start_btn {
position: absolute;
top: 355px;
left: 450px;
}

a.start {
display: block;
width: 62px;
height: 30px;
/*background-image: url(../media/start_btn.gif);*/
background-repeat: no-repeat;
line-height: 30px;
text-align: center;
color: #FFFFFF;
text-decoration: none;
}
a.start:hover {
/*background-image: url(../media/start_btn_hover.gif);*/
}

