* {
    margin: 0px;
    padding: 0px;
}
body, html {
    width: 100%;
    text-align: center;
    margin: 5px auto 25px auto;
    color: black;
    background-color: #ccc;
    font-family:arial, helvetica, sans-serif;
}
#container {
    width: 800px;
    margin: 0px auto 0px auto;
    text-align: left;
	position: relative;
    clear: left;
}
#inner-container {
    position: absolute;
    background-image: url(../pics/pagina-body.gif);
    background-repeat: repeat-y;
}
#banner {
    position: relative;
    margin: 0px;
    width: 800px;
}
#footer {
    float: left;
    height: 43px;
    width: 792px;
    padding: 5px;
    overflow: hidden;
    background-image: url(../pics/pagina-footer.gif);
    font-size: 9px;
    color: white;
}
#footer p {
    margin: 0px 10px 0px 10px;
}
#navi {
    background-image: url(../pics/pagina-navi-link.gif);
    z-index: 100;
    border-left: solid 1px #0089d2;
    border-right: solid 1px #0089d2;
    border-bottom: solid 2px #ADBCCC;
    border-top: solid 2px #ADBCCC;
    padding-left: 10px;
    margin-top: -7px;
    margin-bottom: 20px;
    width: 790px;
    height: 25px;
}

.main-category {
    float:left;
}

.main-category a {
    background-image: url(../pics/pagina-navi-link.gif);
    padding: 3px 6px 3px 6px;
    color: #fff;
    height: 17px;
    border-top: solid 1px #306dc3;
    border-right: solid 1px #003580;
    border-bottom: solid 1px #003580;
    border-left: solid 1px #306dc3;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.main-category a:hover {
    background-image: url(../pics/pagina-navi-hover.gif);
    border-top: solid 1px #003580;
    border-right: solid 1px #306dc3;
    border-bottom: solid 1px #306dc3;
    border-left: solid 1px #003580;
}

.sub-categories-1 {
    background-color: #003580;
    color: black;
    position: absolute;
    display: none;
    border: 1px solid #003580;
}

.sub-categories-1 a {
    display: block;
    border: none;
    width: 125px;
    border-bottom: solid 1px #003580;
    border-left: solid 5px #a5a5a5;
}

.sub-categories-1 a:hover {
    background-color: #4871a9;
    border: none;
    border-bottom: solid 1px #003580;
    border-left: solid 5px #cacaca;
    color: white;
}
.sub-categories-2 {
    border: none;
}
.sub-categories-2 a {
    display: block;
    background-image: none;
    background-color: #4871a9;
}
.sub-categories-2 a:hover {
    background-image: none;
    background-color: #507ebf;
}
.sub-categories-3 {
    position: absolute;
    margin-left: 142px;
    margin-top: -25px;
    z-index: 10;
    display: none;
    border: 1px solid #003580;
}
.sub-categories-3 a {
    display: block;
    background-image: none;
}
.sub-categories-3 a:hover {
    background-image: none;
    background-color: #507ebf;
}
.content {
    float:left;
    width: 482px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ff9c00;
    background: url(../pics/pagina-content.gif);
    background-repeat: repeat-y;
}
.content  h1 {
    font-size: 18px;
    color: #fff;
    background: url(../pics/pagina-h1.gif);
    background-repeat: no-repeat;
    padding: 10px 50px 5px 15px;
    margin-bottom: 10px;
}
.content h2 {
    font-size: 15px;
    color: #fff;
    background: url(../pics/pagina-h2.gif);
    margin-bottom: 10px;
    padding-left: 12px;
    margin: 10px 2px 5px 2px;
}
.content h3 {
    padding: 0px 10px 0px 15px;
    margin-bottom: 5px;
    color: #315E9F;
    font-size: 12px;
}
.content table, p, form {
    font-size: 12px;
    margin: 0px 10px 5px 15px;
}
.content ol, ul {
    font-size: 12px;
    margin: 0px 10px 10px 30px;
}
.content a {
    text-decoration: none;
    color: #3d659e;
}
.content a:hover {
    color: #ff9c00;
    text-decoration: underline
}
.content input, select, textarea, fieldset {
    font-size: 11px;
    border: solid 1px #3d659e;
    margin: 0px;
}
.content select {
    width: 120px;
}
.content fieldset {
    padding: 0px 10px;
    margin-left: -5px;
    background-color:#fff;
    border: solid 1px #ff9c00;
}
.content legend {
    padding: 2px 5px;
    margin-left: -5px;
    margin-bottom: 19px;
    color: white;
    background-color: #005D9E;
    border: solid 1px #ff9c00;
    border-bottom: none;
}
.content hr {
    background-color: #ff9c00;
    margin: 0px 10px 5px 15px;
}
.articlebox {
    padding: 5px 0px 5px 0px;
    margin: 0px 10px 15px 10px;
    border: solid 1px #ff9c00;
    background-color: white;
}
.moreinfo {
    padding-top: 5px;
    margin: 0px 15px 10px 15px;
    border: dotted 1px #ff9c00;
    background-color: #EFF5FF;
	height: 0px;
	overflow: hidden; 
}
.current-cat {
    margin: 0px 0px 10px 0px;
    border: 1px solid #ff9c00;
}
.current-cat a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 3px 5px;
    border-left: 5px solid #ff9c00;
    border-bottom: 1px solid #adbccc;
    background-color: #005d9e;
}
.current-cat a:hover {
    background-color: #adbccc;
    border-bottom: 1px solid #ff9c00;
}
.content-sides {
    float: left;
    margin: 0px 16px 25px 16px;
    width: 127px;
}
.content-sides h1 {
    padding: 6px 5px 1px 5px;
    border-bottom: solid 1px white;
    font-size: 12px;
    color: #fff;
    background-image: url(../pics/pagina-colh1.gif);
}
.content-sides p {
    padding: 2px 5px;
    margin: 0px;
    font-size: 11px;
    line-height: 13px;
}
.content-sides img {
    margin: 2px;
    text-align: center;
}
.col-entry {
    margin-bottom: 10px;
    background-color: #FFE6BF;
    padding-bottom: 3px;
}
.col-entry img {
    margin: 2px auto 2px auto;
    display: block;
}
br {
    margin: 0px;
}
.redstar {
    color: red;
}

.hinweis {
    display: none;
    font-weight: bold;
    color: red;
}

.addvert {
    z-index: 100;
    overflow:hidden;
    position:absolute;
    top: -400px;
    left: 230px;
    border: solid 5px #fff;
    background-color: #A7C8DF;
    background-image: url(../pics/pagina-addvert.gif);
    background-repeat:no-repeat;
    width: 300px;
}
.addvert h1{
    padding: 14px 7px;
    margin: 0px;
    color: #fff;
    font-size: 14px;
    background-image: none;
}
a.closeadd {
    display:block;
    float:right;
    font-weight: bold;
    width: 15px;
    clear:both;
    text-align: center;
}
p.closeadd {
    font-size: 9px;
}
.addvert input {
    font-size: 7px;
    text-align: center;
}
a:hover.closeadd  {
    text-decoration: none;
    color: white;
}
table.margin0px {
    margin: 0px;
}
img {
    border: 0px;
}
.texticon {
    margin: 0px 10px 0px 10px;
    float: right;
}
.w3cicons {
     width: 120px;
     text-align: right;
}

/* Site-Map */
table.sitemap {
	border-collapse: collapse;
}
.sitemap td {
	vertical-align: top;
}

span.sitemap {
	font-size: 18px;
	line-height: 0px;
	font-family: Lucida;
	color: orange;
}

a.sitemap {
	display: block;
	float: right;
	font-size: 12px;
    text-decoration: none;
    color: #3d659e;
	font-weight: bold;
	margin: -3px 10px 0px 0px;
}
a:hover.sitemap {
    text-decoration: underline;
}
