/* - - - Farben - - - */

/*
	#3f4c7b dunkelblau
*/


/* - - - Grundeinstellungen - - - */

* {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
  	font-size: medium;
	font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* tags */

/* - - - Ueberschriften - - - */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #333;
}


	h1 {
		font-size: 110%;
		margin: 0 0 1em 0;
		line-height: 1.5em;
	}


	h2 {
		font-size: 90%;
		margin: 1.3em 0 0em 0;
		line-height: 1.5em;
		color: #394D9D;	
	}
	
	h3 {
	 	font-size: 90%;
		margin: 0.5em 0 1.3em 0;
		line-height: 1.3em;
	}


/* - - - Absaetze - - - */

p {
	margin: .5em 0 1em 0;
	font-size: 90%;
	line-height: 1.5em;
}

/* - - - Listen - - - */

ul {}

	#primary-content ul {
		margin: 0 20px 1em 0;
	}
	
	#secondary-content ul {
		margin: 0 20px 1em 0;
	}
	
	#secondary-content ul li {
		background: none;
		list-style: none;
		padding: 0;
	}	
	
li {}

	#primary-content li, #secondary-content li {
		padding: 0 0 .5em 20px;
		font-size: 90%;
		background: url(../images/liste.gif) no-repeat 0 0;
	}


/* - - - Definitionslisten - - - */

dl {}

	#secondary-content dl {
		font-size: 90%;
		line-height: 1.75em;
		margin: 1.75em 21px;
	}

dt {}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
	margin: 1.5em 0 0.5em 0;
	padding: 3px;
	border: 1px solid #ccc;
}
/* - - - Formulare - - - */

form {
	display: none;
}


/* - - - IDs - - - */
#wrapper {
	text-align: left;
	width: 720px;
	background: #fff;
	}

#header {
	height: 10em;
	width: 100%;
	float: left;
	margin: 0;
	background: #fff;
}

	#header img {
		border: 0;
		margin: 25px 0 0 0px;
		float: left;
		color: #ddd;
	}
	
	#header ul {
		float: right;
		width: 200px;
		margin: 25px 0 0 0;
		font-size: 90%;
		display: none;
	}


	
/* Hauptnavigation */
ul#navigation {
	display: none;
}



#content {
	float: left;
	background: #fff;
	width: 720px;
}

#full-content {
	margin: 1.5em 30px 20px 15px;
}

#full-content ul{
	font-size: 90%;
}
	
/* Primäre Content-Spalte */
#primary-content {
	float: left;
	display: inline;
	margin: 1.5em 0 20px 15px;
	width: 340px;
}

#primary-content p{
	clear: both;
}




/* Sekundäre Content-Spalte */
#secondary-content {
	float: left;
	display: inline;
	margin: 1.5em 15px 20px 30px;
	width: 300px;
}

#map {
	width: 300px;
	height: 300px;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}


/* Fußbereich mit blauem Abschlussbalken */
#footer {
	background: #3f4c7b;
	clear: both;
	height: 2em;
	text-align: right;
	margin: 0 0 2px 0;
}

#footer p {
	padding: 5px 15px 0 0;
	font-size: 90%;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;

}

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

.scriptmail a {
	color: #f00;
	font-size: 120%;
}




