/**
 * Screen Stylesheet
 *
 * (c) 2006 Weindepot I. Schmitz  Alle Rechte vorbehalten.
 */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #01053f;
	font: 100.01% Verdana, Arial, sans-serif;
	text-align: center;
	height: 100.1%;
}

/**
 * CONTAINER
 */
#page {
	margin: 0px auto 0px auto;
	width: 786px;
	background: #01053f;
	text-align: left;
}

#header {
	background: url(../layout/header.gif) #01053f no-repeat;
	color: #01053f;
	height: 160px;
}

#sidebar {
	float: left;
	width: 170px;
	font-size: 0.8em;
	line-height: 2.0em;
	font-weight: bold;
	margin-top: 25px;
}

#content {
	margin: -20px 15px 15px 178px;
	padding-bottom: 20px;
}

#map {
	border: 1px solid #ffffff;
	padding: 1px;
	width: 590px;
	height: 350px
}

/**
 * CONTAINER -> Sidebar
 */
 
dd {
	color: #ffc000;	
}
 
dt {
 	font-size: 0.8em;
	margin-left: 20px;
	font-weight: normal;
	line-height: 1.8em;
 }


#sidebar a:link,
#sidebar a:visited,
#sidebar a:active {
	color: #ffc000;
	text-decoration: none;
}

#sidebar a:hover,
#sidebar a:focus {
    padding-bottom: 1px;
	border-top: 1px solid #ffc000;
	border-bottom: 1px solid #ffc000;
}

a#eistreff:hover
{
	border: 0;
}


/**
 * CONTAINER -> Content
 */
 
/* Global */
table {
	font-size: 0.8em;
	border-collapse: collapse;
}

td, th {
	color: #ffffff;
}

/* Blockelemente */
h1 {
	display: none;
}
 
h2 {
	margin: 10px 0px 10px;
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
}

h3 {
	color: #ffffff;
	font-size: 1.0em;
	line-height: 1.8em;
}

p,ul {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: justify;
}

hr {
	height: 1px;
	background: #ffffff;
}

img {
	margin: 20px auto 20px auto;
}

ul {
	padding-left: 15px;
}

ul.list li {
	margin-bottom: 10px;
}


/* Sonderauszeichnungselemente */
p#footer {
	color: #ffc000;
	margin-top: 30px;
}

.fotos img {
  margin-bottom: 20px;
}

.fotos td {
  text-align: center;
}

table#team td {
  text-align: center;
}

/* Textauszeichnungselemente */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

span.name {
	font-weight: bold;
	font-style: italic;		
}

/* Links */
#content a:link,
#content a:visited,
#content a:active {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

#content a:hover,
#content a:focus {
	border-bottom: 1px solid #ffc000;
	color: #ffc000;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #ffc000;
	text-decoration: none;
	border-bottom: 1px solid #01053f;
}

#footer a:hover,
#footer a:focus {
	border-bottom: 1px solid #ffc000;
	border-top: 1px solid #ffc000;
    padding-bottom: 1px;
	color: #ffc000;
}

.fotos a:link,
.fotos a:visited,
.fotos a:active {
  border-bottom: none !important;
}


/* Formulare */
form {
	margin-bottom: 10px;
	padding: 10px;
}

form th, form td {
	vertical-align: top;	
	color: #ffffff;
}

form th {
	font-size: 0.8em;
	font-weight: normal;

	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left; /* IE 5. fix */
}

form th label {
	font-weight: bold;
	cursor: pointer;
	display: block;
	font-size: 1.3em;
}

form td label {
	cursor: pointer;
	margin-left: 5px;
	margin-right: 10px;
}

form label.error {
	color: #ff8686;
}

form label.error:hover {
	color: #cc0000;
}

input,
textarea,
select {
	border: 1px solid #ffc000;
	font: 100.01% Verdana, Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	background: #01053f;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border: 1px solid #ff0000;
}

input.button {
	background: #ffc000;
}

input.button:hover {
	background: #ff0000;
}








