
a:link, a:visited, a:active {
    color: #339;
    background-color: transparent;
    text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
a:hover {
    color: #339;
    background-color: #eeeeee;
}

.news a:hover {
	color: #339;
	background-color: #ffffff;
	}

/* Sallingstadt CSS */
.uebergr {
		font-family: "Courier New", Courier, monospace;
		color: #009900;
		font-size:x-large;
		font-weight: bold;
		}

.ueber {
		font-family: "Courier New", Courier, monospace;
		color: #009900;
		font-size: large;
		font-weight: bold;
		}

.hervor {
		font-family: "Arial", Helvetica, sans-serif;
		color: #009900;
		font-size: small;
		font-weight: bold;
		}

.uebergrsw {
		font-family: "Arial", Helvetica, sans-serif;
		font-size:x-large;
		font-weight: normal;
		}

.uebersw {
		font-family: "Arial", Helvetica, sans-serif;
		font-size: large;
		font-weight: normal;
		}

.hervorsw {
		font-family: "Arial", Helvetica, sans-serif;
		font-size: medium;
		font-weight: normal;
		}

/* Normaler Text justify*/
.text 	{
		font-family: "Arial", Helvetica, sans-serif;
		font-size: small;
		font-weight: normal;
		text-align: justify;
	  	}

/* Normaler Text o. justify*/
.text-no-align 	{
		font-family: "Arial", Helvetica, sans-serif;
		font-size: small;
		font-weight: normal;
		}

/* Normaler Text fett */
.textbold 	{
		font-family: "Arial", Helvetica, sans-serif;
		font-size: small;
		font-weight: bold;
		}

.largelink {
		font-family: "Courier New", Courier, mono;
	    font-size: large;
		font-weight: bolder;
		}

/* Preise */
.blau {
		font-family: "Arial", Helvetica, sans-serif;
		font-size: small;
		font-weight: bold;
		color: #0033FF;
		}

.rot {
		font-family: "Arial", Helvetica, sans-serif;
		font-size: small;
		font-weight: bold;
		color: #FF0000;
		}
/* Ende Sallingstadt CSS */


/* Überschriften */
h1 {
    background-color: #f7f7f7;
    border-bottom: solid 1px #666;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 10px 10px 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

h2 {
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3 {
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.title {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-weight: bold;
}

.titlesmall {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: bold;
}
.titlesmr {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: bold;
	border:1px solid grey;
	background-color:#E0E0E0;
	padding:4px;
	margin:0px;
}
.small {font-size: 9px}

/* Menu */
ol#menu {
    counter-reset: menucounter;
    list-style-type: none;
    float: left;
    width: 140px;
    max-width: 140px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;

}

ol#menu li {
    line-height: 150%;
    border-right: 1px solid #999;
    border-bottom: 1px dashed #999;
    margin-left: 0px;
}
ol#menu li a {
    display: block;
    padding: 0.5em 5px 0.5em 5px;
}
ol#menu li a:before {
    content: counter(menucounter) '. ';
    counter-increment: menucounter;
}
ol#menu li a:hover {
    background-color: #eee;
}
a.active {
    font-weight: bold;
    font-style: italic;
}

#banner {
    height: 80px;
}
#links {
    width: 150px;
    float: left;
}
#mitte {
    width: 80%;
    float:left;
}

#manndli {
	width: 30%;
	float: left;
}

#homeli {
	width: 58%;
	float: left;
	top: 10px;
	left: 10px;
	position: absolute;
	}
#homere {
	width: 39%;
	float: left;
	position: absolute;
	right: 10px;
	top: 10px;
	}
#mannli {
	width: 45%;
	float: left;
	}
#mannre {
	width: 45%;
	float: right;
	}

.obunlireblau {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
}
.obunblau {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
}

.obblau {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
}

.unblau {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}

.startseite_links {
	margin: 0px;
	padding: 0px;
	width: 73%;
	left: 20px;
	position: absolute;
	top: 130px;
}
.startseite_rechts {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 22%;
	position: absolute;
	top: 130px;
	right: 20px;
}

body {
	background: #FFFFFF;
	background-image: url(bilder/fade-blue.gif);
	background-position: left top;
	background-repeat: repeat-x;

}