/* CSS INHALTE */

h1 {color: #5684A4;
font-size:14px;
margin: 0px;
padding-top: 15px;
padding-bottom:5px;
}

h2 {color: #5684A4;
font-size:12px;
margin: 0px;
padding-top: 15px;
padding-bottom:5px;
}

li {
line-height:16px;
}


p {
margin:0px;
padding-top: 5px;
line-height:16px;
}


.a:link {
text-decoration: none;
color: #5684A4;
}
	
.a:visited {
text-decoration: none;
color: #5684A4;
}
	
.a:hover {
text-decoration: none;
color: #000;
}
	
.a:active {
text-decoration: none;
color: #5684A4;
}

.a_black:link {
text-decoration: none;
color: #000;
}
	
.a_black:visited {
text-decoration: none;
color: #000;
}
	
.a_black:hover {
text-decoration: none;
color: #5684A4;
}
	
.a_black:active {
text-decoration: none;
color: #000;
}

.a_header:link {
text-decoration: none;
color: #000;
font-family:Georgia, sans-serif, Arial;
}
	
.a_header:visited {
text-decoration: none;
color: #000;
font-family:Georgia, sans-serif, Arial;
}
	
.a_header:hover {
text-decoration: none;
color: #000;
font-family:Georgia, sans-serif, Arial;
}
	
.a_header:active {
text-decoration: none;
color: #000;
font-family:Georgia, sans-serif, Arial;
}


/*LINK LIST*/

.list a {
width:100px;
height:12px;
display: block;
padding: 0px 0px 0px 20px;
vertical-align:bottom;
background: url(../img/button.gif) no-repeat;
}

.list a:link, .list a:visited {
text-decoration: none;
}
	
.list a:hover {
background: url(../img/button.gif) no-repeat;
}

/*LINK LIST NAVI 2*/
.listnavi a {
width:50px;
height:12px;
padding: 0px 0px 0px 20px;
background: url(../img/button.gif) no-repeat;
}

.listnavi a:link, .list a:visited {
text-decoration: none;
}
	
.listnavi a:hover {
background: url(../img/button.gif) no-repeat;
}



