@charset "UTF-8";

* {
	position: relative;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	background: #252525 url('img/page/bg.jpg') repeat-x top left;
	margin: auto;
	padding: 0;
	font-family: 'Trebuche MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	cursor: default;
}

table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	font-size: 100%;
}
th {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-align: left;
}

h1 {
	font-size: 220%;
	color: #ff0000;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
h2 {
	font-size: 180%;
	color: #949494;
	font-weight: normal;
	padding: 15px 0px 10px 0px;
	margin: 0px;
}
h3 {
	font-size: 130%;
	color: #fff;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
p {
	font-size: 100%;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 140%;
}
a {
	color: #fff;
	text-decoration: underline;
}
	a:focus {
		outline: none;
	}
	a:hover {
		text-decoration: none;
	}
/*	a[type="application/pdf"] { 
		background: url('img/icons/16x16/document.png') no-repeat;
		padding-left: 20px;
	}
*/
.error {
	position: relative;
	font-weight: bold;
	color: #FF0000;
}

/* form styles */
.pflichtFeld{
	font-weight: bold;
}
.pflichtFeld:after {
	content: " *";
	font-size: inherit;
	font-weight: bold;
	color: #FF0000;
}
fieldset {
	border: none;
	padding: 10px 0px;
}
legend {
	font-size: 120%;
	font-weight: bold;
}
label {
	width: 160px;
	font-weight: normal;
	float: left;
	clear: both;
	margin: 2px 0px 4px 0px;
	padding: 3px 4px;
	/*display: block;*/
}
input[type=text], input[type=password] {
	font-size: 100%;
	border: solid 1px #999999;
	background-image: url('images/form_text_bg.gif');
	margin: 0px 0px 4px 0px;
	padding: 3px 4px;
}
input[type=text]:focus, input[type=password]:focus {
	color: #000;
	outline: 1px solid #ff0000;
}
input[type=radio] {
	margin:0px;
	padding:0px;
}
textarea {
	font-size: inherit;
	border: solid 1px #999999;
	margin: 0;
	padding: 2px;
	font-family: inherit;
}
textarea:focus {
	color: #000;
	outline: 1px solid #ff0000;
}
.btn/*, input[type=submit], input[type=reset], input[type=button]*/ {
	border: 0px solid #dcdcdc;
	background-color: #ffffff;
	padding: 5px 20px;
	margin: 0px;
	font-size: 100%;
	font-size: 110%;
	/*background-image: url(img/buttons/default_button_bg.gif);
	background-repeat: repeat-x;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	height: 18px;
	font-weight: bold;*/
	color: #000;
	cursor: pointer;
}
.btn:hover/*, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover*/ {
	color: #ff0000;
}
/* end form styles*/

#topLine {
	position: absolute;
	width: 50%;
	height: 10px;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #ff0000;
}

#page {
	position: relative;
	margin: auto;
	width: 908px;
	text-align: left;
	left: 0 !important;
}
	#page #header {
		position: relative;
		float: left;
		width: 908px;
		height: 115px;
		background: transparent url('img/page/header.gif') no-repeat;
	}
		#page #header #facebook {
			position: absolute;
			top: 20px;
			font-size: 160%
		}
			#page #header #facebook a {
				text-decoration: none;
			}
		#page #header #sound {
			color: #fff;
			position: absolute;
			top: 36px;
			left: 180px;
		}
			#page #header #sound a {
				text-decoration: none;
			}
			#page #header #sound h3 {
				font-size: 160%;
				float: left;
			}
			#page #header #sound img {
				position: relative;
				padding-left: 5px;
			}
		
	#page #menu {
		position: relative;
		float: left;
		width: 908px;
		text-align: center;
/*		margin-top: 19px;*/
	}
		#page #menu div {
			position: relative;
			float: left;
			width: 113px;
			line-height: 65px;
			text-transform: uppercase;
			cursor: pointer;
		}
		#page #menu div.menu {
			background: #313131;
			border-top: 0px solid #ff0000;
			border-bottom: 4px solid #404040;
		}
		#page #menu div.aktiv {
			background: #252525;
			border-top: 4px solid #ff0000;
			border-bottom: 0px solid #404040;
		}
		#page #menu a {
			color: #fff;
			text-decoration: none;
		}
	
	#page #content-top {
		position: relative;
		float: left;
		width: 908px;
		height: 20px;
		margin-top: 10px;
		background: transparent url('img/page/bg-content_01.png') no-repeat;
	}
	#page #content {
		position: relative;
		float: left;
		width: 806px;
		min-height: 450px;
		padding: 5px 51px;
		background: transparent url('img/page/bg-content_02.png') repeat-y;
	}
		#page #content ul {
			position: relative;
			margin: 0px;
			padding: 0px;
		}
			#page #content ul li {
				position: relative;
				margin: 0px;
				padding: 0px;
				padding-left: 15px;
				list-style: none;
				background: transparent url('img/icons/pfeil-klein.gif') no-repeat 0px 5px;
			}
		#page #content .downloads {
			position: relative;
			float: left;
			width: 806px;
			padding: 5px;
			border-bottom:1px solid #151515;
		}
			#page #content .downloads .titel {
				font-weight: bold;
				width: 660px;
				float: left;
			}
			#page #content .downloads .size {
				width: 80px;
				float: left;
			}
			#page #content .downloads .icon {
				width: 66px;
				float: left;
			}
			#page #content .downloads .info {
				position: relative;
				float: left;
				width: 806px;
				display: none;
			}
		#page #content #fotoalbum_list {
			position: relative;
			width: 806px;
			padding: 10px 0px;
			text-align: center;
		}
			#page #content #fotoalbum_list div {
				position: relative;
				float: left;
				width: 100px;
				height: 100px;
				overflow: hidden;
				margin: 0px 11px 11px 0px;
				border: 2px solid #7E7E7E;
			}
	
	#page #content-bottom {
		position: relative;
		float: left;
		width: 908px;
		height: 20px;
		background: transparent url('img/page/bg-content_03.png') no-repeat;
		z-index: -1;
	}
	
	#page #footer {
		position: relative;
		float: left;
		width: 788px;
		padding: 10px 60px;
		font-size: 90%;
		line-height: 110%;
	}
		#page #footer a {
			text-decoration: none;
			font-weight: bold;
		}
		#page #footer a:hover {
			text-decoration: underline;
		}
		#page #footer #made-by {
			position: relative;
			float: left;
		}
		#page #footer ul {
			position: relative;
			float: left;
			list-style: none;
			width: 450px;
			height: 33px;
		}
			#page #footer ul li {
				position: relative;
				float: left;
				list-style: none;
			}
		#page #footer a, #page #footer a:hover {
			text-decoration: none;
			display: block;
			padding: 10px;
			background: #313131;
			border-bottom: 0px solid #ff0000;
			border-top: 4px solid #252525;
		}
		#page #footer a.aktiv {
			border-bottom: 4px solid #ff0000;
			border-top: 0px solid #252525;
		}
		#page #footer #kontakt {
			position: relative;
			float: right;
			text-align: right;
		}