/* CSS Dokument */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.dark {
	background: #EEB;
}

.header {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	text-shadow: 2px 2px 2px #999;
}

.header_small {
	font-weight: bold;
	margin-top: 1.5em;
	text-shadow: 2px 2px 2px #CCC;
}

.italic {
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #191D2E;
}

a:hover {
	text-decoration: none;
}

a.a_bottom {
	color: #FFFFCC;
	text-decoration: none;
}

a.a_bottom:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

a.a_button {
	background: #EEB;
}

a.a_page_link {
	font-weight: bold;
}

a.a_button, a.a_page_link, .font_page_link {
	border-radius: 0.5em 0.3em;
	-moz-border-radius: 0.5em 0.3em;
	-webkit-border-radius: 0.5em 0.3em;
	color: #191D2E;
	margin: 0.2em;
	padding: 0.2em;
	text-decoration: none;
}

a.a_button:hover, .a_page_link:hover {
	color: #FFC;
	background: #191D2E;
}

a.a_current {
	color: #FFFFCC;
	text-decoration: none;
	background: none;
}

a.a_current:hover {
	color: #191D2E;
	background: #FFFFCC;
}

a.a_navi {
	background: none;
	border-radius: 0.75em 0.5em;
	-moz-border-radius: 0.75em 0.5em;
	-webkit-border-radius: 0.75em 0.5em;
	color: #FFFFCC;
	padding: 0.25em 0.5em;
	text-decoration: none;
}

a.a_navi:hover {
	color: #191D2E;
	background: #FFFFCC;
}

body {
	background: url(image/bg.png) bottom repeat-x fixed #191D2E;
	color: #191D2E;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0.5em 1em 1em;
}

div#current {
	color: #FFC;
	float: right;
	text-align: right;
	width: 14em;
}

div#banner, div.navi {
	text-align: center;
}

div#footer, div#main {
	margin: 0em 15em 0.5em 0em;
}

div#footer {
	color: #FFC;
	text-align: right;
}

div#main {
	background: #FFC;
	min-width: 40em;
	padding: 1em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#intern #main, #intern #footer {
	margin-right: 0em;
}

div.navi {
	color: #FFC;
	font-size: 1.2em;
	margin: 0.5em 0em 0.75em;
}

fieldset {
	border: 1px solid #191D2E;
	padding: 0.5em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

hr {
	border: 0px;
	background: #FFFFCC;
	height: 3px;
	margin: 0.5em 0em;
	width: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

html, body {
	min-height: 100%;
	min-width: 800px;
}

img {
	border: 0px;
}

input, select, textarea {
	border: 1px solid #444;
	background: #EEB;
	color: #444;
	font: inherit;
	margin: 0.2em;
	padding: 0.2em;
}

input:focus, select:focus, textarea:focus, input[type="submit"] {
	background: #FFF;
	border-color: #191D2E;
	color: #191D2E;
}

input[type="text"], input[type="password"] {
	width: 15em;
}

input.input_day {
	width: 1.25em;
}

input.input_year {
	width: 2.5em;
}

label {
	cursor: pointer;
}

li {
	list-style: disc;
	margin: 0.5em 1.5em;
}

p, fieldset {
	margin: 0.5em 0em;
}

.member {
	border: 1px solid #666;
	clear: left;
	margin: 0.5em;
	padding: 0.5em;
}

#foto {
	background: url(image/ajax-loader.gif) no-repeat center center;
}

p#foto_navi {
	overflow: hidden;
}

#foto_navi img {
	padding: 0em 0.25em;
}

table {
	width: 100%;
}

textarea {
	height: 25em;
	width: 60em;
}

.text_small {
	height: 10em;
	width: 60em;
}

.text_smaller {
	height: 5em;
	width: 30em;
}

ul {
	margin: 0.5em 0em;
}

/*Kaskaden*/

#current li {
	margin: 0.5em 0em;
	list-style: none;
}

#current li a {
	color: #FFFFCC;
	text-decoration: none;
}

#current li a:hover {
	text-decoration: underline;
}

#main p:first-child, fieldset p.header {
	margin-top: 0em;
}

fieldset legend {
	margin: 0em 0.25em;
	padding: 0em 0.5em;
}

table.list tr td {
	padding: 0.5em 0.1em;
}