/* ##### Allgemeines ########################################################################################################## */

* {
	margin:0;
	padding:0
}
body {
	background-image: url(images/body_back.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	background-color: #040404;
	font-family: tahoma, verdana, hevetica, sans-serif;
	font-size: 67%;
	text-align: center;
	color: #818181;
}
#container {
	background-image: url(images/container_back.png);
	background-repeat: repeat-y;
	border: 1px solid #1e1e1e;
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
#wrapper {
	float:left;
	width: 900px;
}
.clear { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.block { text-align: justify; }

/* ##### Kopfzeile ############################################################################################################ */

#head {
	position: relative;
	background-repeat: no-repeat;
	height: 250px;
}

/* >>> Link zur Index-Seite */

#head_home {
	position: absolute;
	right: 33px;
	top: 170px;
}
#head_home img {
	height: 65px;
	width: 200px;
	border: none;
}

/* >>>Head-Menü */

#head_menu {
	position: absolute;
	right: 20px;
	top: 91px;
}
#head_menu li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}
#head_menu li a {
	text-decoration: none;
	color: #818181;
}
#head_menu li a:hover {
	text-decoration: none;
	color: #fff;
}

/* ##### Hauptmenü ############################################################################################################ */

#main {
	position: relative;	
	height: 50px;
	background-image: url(images/main_menu.png);
	background-repeat: repeat-x;
	border-top: 1px	solid #040404;
	border-bottom: 1px	solid #040404;
	font-size: 120%;
	font-weight: bold;
}
#main_menu {
	position: absolute;
	right: 0px;
	top: 0px;
}
#main_menu li {
	float: left;
	display: inline;
	border-left: 1px	solid #0d0d0d;
	list-style-type: none;
	line-height: 50px;
}
#main_menu li a {
	display:block;
	background-image: url(images/main_menu.png);
	background-repeat: repeat-x;
	padding: 0 20px;
	text-decoration: none;
	color: #818181;
}
#main_menu li a:hover {
	background-image: url(images/main_menu_hover.png);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #fff;
}

/* ##### Fusszeile ############################################################################################################ */

#foot {
	clear:left;
	width: 900px;
	height: 35px;
	line-height: 35px;
	background-image: url(images/foot.png);
	background-repeat: repeat-x;
	border-top: 1px	solid #040404;
	text-align: center;
	color: #818181;
}
#foot a {
	color: #f50;
	text-decoration: none;
}
#foot a:hover {
	color: #fff;
	text-decoration: none;
}

/* ##### Inhalt ############################################################################################################### */

#content {
	text-align: left;	
	margin: 20px 20px 20px 20px;
}
#content hr {
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-style: solid;
	border-top-color: #1e1e1e;
	border-bottom-width: 0;
	border-right-width: 0;
	border-top-width: 1px;
	border-left-width: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 1px;
}
#content .line { border-bottom: 1px solid #1e1e1e; }
#content .mini { font-size: smaller; }
#content .color { color: #f50; }
#content .white { color: #fff; }

/* >>> Schriften */

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 210%;
	color: #ccc;
}
#content h2 {
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #f50;
}
#content h3 {
	margin: 10px 0;
	font-size: 100%;
	color: #fff;
}
#content p {
	margin-bottom: 3px;
	margin-top: 3px;
}
#content a {
	text-decoration: none;
	color: #f50;
}
#content a:hover {
	text-decoration: none;
	color: #fff;
}
#content ul {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#content li {
	font-size: 100%;
	margin: 5px 40px;
	list-style-type: square;
}
#content blockquote {
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 3px;
	display: block;
	color: #444;
}
#content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	padding: 5px;
	color: #999;
	border: 1px solid #1e1e1e;
	background-color: #111;
	font-family: "Courier New", Courier, monospace;
	width: 643px;
}

/* >>> Formulare */

#content fieldset {
	border: 1px solid #1e1e1e;
	padding: 10px;
	background-color: #040404;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#content legend {
	background-color: #040404;
	color: #F50;
	font-size: 100%;
	padding: 1px 15px;
}
#content textarea {
	padding: 2px;
	color: #999;
	border: 1px solid #1e1e1e;
	background-color: #111;
	width: 30em;
}
#content select {
	background-color: #111;
	border: 1px solid #1e1e1e;
	font-size: 100%;
	padding: 2px;
	color: #999;
}
#content input {
	font-size: 100%;
	padding: 2px;
	color: #999;
	border: 1px solid #1e1e1e;
	background-color: #111;
}
#content input.text_long {
	width: 18em;
}
#content input.text_small {
	width: 3em;
}
#content input.button{
	border: 1px solid #313131;
	background-color: #212121;
	font-size: 100%;
	padding: 1px;
	color: #fff;
	width: 8em;
}
#content input.button_small {
	border: 1px solid #313131;
	background-color: #212121;
	font-size: 85%;
	color: #fff;
	width: 6em;
	margin: 0;
	padding: 0;
}
#content input.checkbox {
	width: 2em;
	padding: 2px;
}
#content input.radio {
	width: 2em;
	padding: 2px;
}

/* >>> Bilder */

#content img { margin: 0; }

#content .img_border {
	padding: 3px;
	margin: 10px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1e1e1e;
	border-right-color: #1e1e1e;
	border-left-color: #1e1e1e;
}
#content .img_border_left {
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 0px;
	margin-top: 3px;
	padding: 3px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1e1e1e;
	border-right-color: #1e1e1e;
	border-left-color: #1e1e1e;
}
#content .img_border_right {
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 3px;
	padding: 3px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1e1e1e;
	border-right-color: #1e1e1e;
	border-left-color: #1e1e1e;
}

/* >>> Interne DIVs  */

#content .div_inner_left {
	text-align: left;
	padding-right: 5px;
	width: 12em;
	float: left;
}
#content .div_inner_left_big {
	text-align: left;
	padding-right: 5px;
	width: 33em;
	float: left;
}
#content .div_inner_right {
	text-align: right;
	padding-left: 5px;
	width: 12em;
	float: right;
}
#content .div_inner_right_big {
	text-align: right;
	padding-left: 5px;
	width: 33em;
	float: right;
}
#content .div_outer {
	padding: 2px 0;
}
#content .div_outer_line {
	padding: 2px 0;
	border-bottom: 1px solid #1e1e1e;
}
#content .box2_left {
	background-image: url(images/box.png);
	background-repeat: repeat-x;
	width: 280px;
	float: left;
	border: 1px solid #191919;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #040404;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .box2_right {
	background-image: url(images/box.png);
	background-repeat: repeat-x;
	width: 280px;
	float: right;
	border: 1px solid #191919;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #040404;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .box3_left {
	background-image: url(images/box.png);
	background-repeat: repeat-x;
	width: 175px;
	float: left;
	border: 1px solid #191919;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .box3_right {
	background-image: url(images/box.png);
	background-repeat: repeat-x;
	width: 175px;
	float: right;
	border: 1px solid #191919;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content .box3_middle {
	background-image: url(images/box.png);
	background-repeat: repeat-x;
	border: 1px solid #191919;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 217px;
	margin-left: 217px;
}
#content .box1 {
	background-image: url(images/box.png);
	background-repeat: repeat-x;
	border: 1px solid #191919;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* >>> Cloudtag  */

#content .cloudtag {
	text-align: center;
}
#content .cloudtag a {
	color: #333;
	text-decoration: none;
}
#content .cloudtag a:hover {
	color: #f50;
	text-decoration: none;
}

/* ##### Untermenü Rechts ##################################################################################################### */

#sidebar_right {
	float:left;
	width:162px;
	margin-left:-180px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar_right li {
	height: 40px;
	width: 160px;
	background-image: url(images/sidebar_button.png);
	list-style-type: none;
	font-weight: bold;
}
#sidebar_right a {
	display: block;
	padding-top: 11px;
	padding-left: 25px;
	text-decoration: none;
	color: #818181;
}
#sidebar_right a:hover {
	color: #fff;
	text-decoration: none;
}
#sidebar_right h1 {
	margin-bottom: 10px;
	font-size: 120%;
	color: #444;
}
#sidebar_right p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ##### Sidebar Links ######################################################################################################## */

#sidebar_left {
	float:left;
	width:162px;
	margin-left:-880px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;	
}
#sidebar_left h1 {
	margin-bottom: 10px;
	font-size: 120%;
	color: #444;
}
#sidebar_left p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar_left .cloudtag {
	color: #818181;
	text-align: center;
}
#sidebar_left .cloudtag a {
	color: #333;
	text-decoration: none;
}
#sidebar_left .cloudtag a:hover {
	color: #f50;
	text-decoration: none;
}
#sidebar_left fieldset {
	border: 1px solid #1e1e1e;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar_left legend {
	color: #333;
	font-size: 100%;
	padding: 1px 15px;
}

/* ##### ENDE ################################################################################################################### */
