/* HTML-Tags */

html{
    height: 100.1%;
}

*{ padding: 0; margin: 0;}

body, table, td, p {
	font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #333;
}

body{
    background: white url(../bilder/bg_body.gif) repeat-y;
    text-align: left;
    padding: 0;
    margin: 0;
}

p {
	margin: 0 0 1.3em 0;
	padding: 0;
}

h1{
    font-size: 16px;
    margin: 0 0 1.3em 0;
    color: #48548E;
    line-height: 1.5em;
}

h2{
    font-size: 12px;
    margin: 0 0 1.3em 0;
    color: #48548E;
}

h3{
    font-size: 12px;
    margin: 0 0 0 0;
    color: #48548E;
}

a {
	color: #48548E;
}

a:hover {
	color: #036;
	text-decoration: none;
}

a img{
	border: none;
}

ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

ul li {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 14px;
    background: transparent url(../bilder/listenpunkt.gif) 0px 4px no-repeat;
}

/* Rahmengeruest */

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0px 10px 0 20px;
    padding: 0;
}

#navigation ul li {
    margin: 0;
    padding: 0;
    display: inline;
    background: none;
}

#navigation ul li a {
    display: block;
    color: #333;
    padding: 0 0 0 20px;
    height: 24px;
    line-height: 24px;
    background: transparent url(../bilder/menuicon.gif) 0px 6px no-repeat;
    text-decoration: none;
    position: relative;
    width: 160px;
}

#navigation ul li a:hover , #navigation ul li.active a {
    color: #333;
    background: transparent url(../bilder/menuicon_hover.gif) 0px 6px no-repeat;
}

#navigation ul li ul {
    display: none;
}

#navigation ul li.active ul {
    margin: 0 0 1em 0;
    display: block;
}

#navigation ul li.active ul li a {
    height: 18px;
    line-height: 18px;
    background: none;
    font-size: 11px;
}

#navigation ul li.active ul li a:hover {
    background: none;
    text-decoration: underline;    
}

#navigation ul li.active ul li a.active , #navigation ul li.active ul li.active a:hover {
    background: none;
    font-weight: bold;
    text-decoration: none;    
}



/* CSS-Klassen */

a.pfeile {
    background: transparent url(../bilder/pfeile.gif) 0px 5px no-repeat;
    padding: 0 0 0 16px;
    position: relative;
}

.links {
    float: left;
}

.rechts {
    float: right;
}

.breit {
    width: 540px;
}

.teaser {
    width: 235px;
    margin: 0 35px 20px 0;
    float: left;
    position: relative;
    display: inline;
}

.teaser img {
    margin-bottom: 3px;
}

h2.news {
    margin: 0;
}

p.news {
    margin: 0;
}

.datum {
    margin-bottom: 1.3em;
    display: block;
}

.floatleft {
	float: left;
	margin-right: 10px;
	display: inline;
}

.floatright {
	float: right;
	margin-left: 10px;
	display: inline;
}

.rahmen{
	border: 1px solid #48548E;
}

