body {
        font-family: verdana, sans-serif;
        background: #003366;
        background-image: url(../images/bg_all.gif);
	      background-repeat: no-repeat;
	      background-position: 0px 0px;
        margin: 0;
        padding: 0;
}

h2 {
        font-size: 100%;
        color: #999;
        margin: 0;
}

/* CSS Tabs */
.container {
        width: 90%;
        padding: 3px 0 0px 80px;
        margin: 130px 0 3px 0;
        border: 1px solid #9FB1BC;
        background: #E1E6EB;
}

/* pyramid */

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        /* border-bottom: 1px solid #9FB1BC; */
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 85%;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        color: #003366;
        background: url(../images/pyramid.gif) no-repeat bottom center;
}

#navPyra .activ {
        float: left;
        font-size: 85%;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #003366;        
        background: url(../images/pyramid.gif) no-repeat bottom center;
}

#inhalt {
        width: 70%;
        margin: 20px 0px 0px 100px;
        padding: 20px;
        border: 1px solid #9FB1BC;
        background: #E1E6EB;
        font-size: 90%;
}

#inhalt h1 {
        font-size: 100%;
        color: #003366;
}

#inhalt h2 {
        font-size: 90%;
        color: #003366;
}

#inhalt h3 {
	text-decoration: underline;
	font-size:100%;
	font-weight: normal;
}

#inhalt a:link {
        color: #003366;
}

#inhalt .links {
        width: 50%;
        float: left;
        vertical-align:top;
}

#inhalt img {
        float:right;
        vertical-align:top;
		margin-bottom: 130px;
}

#inhalt .tabstart {
        border:0;
        width:100%;
}

#inhalt .tabinh {
        border:0;
        width:480px;
		font-size: 95%;
}

#inhalt td {
        vertical-align:top;
        padding-right:15px;
}

#inhalt th {
border-bottom: 1px solid #003366;
}

#inhalt .re {
		text-align:right;}

#inhalt .extra {
		clear:both;
		margin-top: 30px;
		padding: 5px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #003366;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #003366;
		}

