/* basic.css */

/* allgemeine formatierungen */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

ul {
	list-style-type: none;
}

ul a:link, ul a:visited, ul a:active {
	color: #1752d5;
	background-color: transparent;
	text-decoration: underline;
}

ul a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

table td {
	background-color: #C1CFF2;
	text-align: center;
	padding: 10px;
}

table th {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 4px;
	color: #eee;
	background-color: #315379;
}

a:link, a:visited, a:active {
	color: #1752d5;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	background-color: inherit;
	text-decoration: underline;
}

img {
	border: 0;
	margin: 5px;
	padding: 0;
}

.kursiv {
	font-style: italic;
}

.txtcenter {
	text-align: center;
}

.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

#frame {
	width: 950px;
	height: auto;
	margin: 5px auto;
	padding: 0px;
	border: 1px solid black;
}

#head {
	background-image: url(../images/toppiclandscape.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 109px;
}

.wichtig {
	font-weight: bold;
	font-size: inherit;
}

.sehrwichtig {
	font-weight: bold;
	font-size: inherit;
	background-color: #fff;
	color: #990000;
}

.rechts {
	clear: left;
	float: right;
}

.links {
	clear: right;
	float: left;
}

.nofloat {
	clear: both;
}

.txtrechts {
	text-align: right;
}

.center {
	text-align: center;
}

.invisible {
	display: none;
}

.disclist {
	list-style-type: disc;
}

.txtimgleft {
	margin: 5px 15px 10px 0px;
	border: 1px solid #666;
	float: left;
}

/* header mininavigation */
.mininavi {
	margin: 0px;
	padding: 2px 4px;
	background-color:#315379; 
	font-size:0.8em;
	color: #eee;
	float: right;
}

.mininavi ul {
	list-style-type: none;
}

.mininavi li {
	display: inline;
	padding: 0px 5px;
}

.mininavi a:link, .mininavi a:visited, .mininavi a:active {
	text-decoration: none;
	color: #eee;
	background-color: #315379;
}

.mininavi a:hover {
	color: #eee;
	background-color: #315379;
	text-decoration: underline;
	font-weight: normal;
}



/* breadcrumbs */
#breadcrumbs {
	margin: 0;
	padding:2px 4px;
	background-color: #315379;
	font-size: 0.8em;
	color: #eee;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	text-decoration: none;
	color: #eee;
	background-color: #315379;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}



/* main navigation */
#mainnavi {
	margin: 0px;
	padding: 3px;
	background-color: #C1CFF2; 
	font-size: 1.2em;
	color: #315379;
	border-top: 2px solid silver;
	border-bottom: 2px solid silver;
	margin-bottom: 30px;
}

#mainnavi ul {
	list-style-type: none;
}

#mainnavi li {
	display: inline;
	padding: 0px 15px;
}

#mainnavi a:link, #mainnavi a:visited, #mainnavi a:active {
	padding: 3px;
	color: #315379;
	text-decoration: none;
}

#mainnavi a:hover {
	color: #eee;
	background-color: #315379;
	font-weight: normal;
}



/* active kategorie */
#active a {
	background-color: #315379;
}

#active a:link, #active a:visited, #active a:active {
	color: #ddd;
	padding: 4px;
}

#active a:hover {
	color: #fff;
}



/* contentbereiche */
#leftcontent {
	float: left;
	width: 180px;
	height: auto;
	margin-left: 4px;
}

#middlecontent {
	float: left;
	width: 553px;
	height: auto;
	margin-left: 12px;
}

#middlecontentfacility {
	float: left;
	width: 745px;
	height: auto;
	margin-left: 4px;
}

#rightcontent {
	float: left;
	width: 180px;
	height: auto;
	margin-left: 12px;
}

#footer {
	width: 950px;
	height: auto;
	background-color: #315379;
}



/* teasercontent */
.teaserhead, teaserhead h5 {
	color: #eee;
	background-color: #315379;
}

.teaserhead h5 {
	margin: 0px;
	padding: 3px;
}

.content, .teasercontent {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 25px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.content {
	height: auto;
	padding: 5px;
	font-size: 0.8em;
}

.sitemap {
	list-style-type: square;
}

.teasercontent {
	height: auto;
	padding: 3px;
	font-size: 0.7em;
}

.teasercontent img {
	padding: 5px;
}

.absatzdiv {
	margin-bottom: 30px;		/* abstandhalter zwischen den textabsaetzen */
}



/* teaser navigation */
.teasernavi {
	padding: 3px;
	font-size: 0.9em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 25px;
}

.importantheadline {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.teasersubnavi {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.teasersubnavi li {
	margin: 5px 0px;
	padding: 0;
	font-size: 0.7em;
}

.teasersubnavi a:link, .teasersubnavi a:visited, .teasersubnavi a:active {
	color: #1752d5;
	font-size: 1.2em;
	text-decoration: underline;
}

.teasersubnavi a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;

}

.teasersubnavi li hr {
	border: 1px solid #315379;
}

/* footer mininavigation */
.footermininavi {
	margin: 0px;
	padding: 2px 4px;
	background-color:#315379; 
	font-size:0.8em;
	color: #eee;
}

.footermininavi ul {
	list-style-type: none;
}

.footermininavi li {
	display: inline;
	padding: 0px 5px;
}

.footermininavi a:link, .footermininavi a:visited, .footermininavi a:active {
	text-decoration: none;
	color: #eee;
	background-color: #315379;
}

.footermininavi a:hover {
	color: #eee;
	background-color: #315379;
	text-decoration: underline;
	font-weight: normal;
}



/* W3C spezifisch */
#w3cxhtml img, #w3ccss img {
	border: 0;
}

#w3cxhtml, #w3ccss {
	display: inline;
	margin: 0;
	padding: 0;
}

#w3c {
	margin: 0px;
	padding: 0;
	text-align: center;
}



/* anlagen */
.anlagenausstatt {
	width: 100%;
}

.wtrow {
	background-color: #fff;
	color: #333;
	border: medium none ; 
	text-align: left;
}


/* preise */
.tablecenter {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}



/* sitemap */
.gecancelt {
	color: #ff4141;
}

.gecancelt a:link {
	color: #ff4141;
}

.aufbau {
	color: #009933;
}

.aufbau a:link {
	color: #009933;
}

.nostyle {
	list-style-type: none;
}

	

/* copyright walmedia.de */
.copyright {
	margin-top: 0.4em;
	width: 9.5em;
	font-size: 0.7em;
	float: left;
	display: inline;
}


/* bilder im content */
.grafiklinks {
	clear: right;
	float: left;
	margin: 3px 5px 3px 0px;
}

.grafikrechts {
	clear: left;
	float: right;
	margin: 0px 0px 0px 0px;
}




/* hilfe */
.faq {
	margin: 3px;
}

.faq li {
	padding: 0.4em;
}

.hlptop {
	color: #990000;
	font-weight: bold;
}



/* südnorwegen */
.suednorvorschaupics {
	border: 1px solid black;
}

