/*
* ------------------------------------- *
* Devil Coding			*
* http://www.devil-coding.de	*
* Andre "Andre4tw" Evertz       *
* ------------------------------------- *
*/

/* Basis Angaben */
*  body, html {
	font-size: 12px;
	font-family: Verdana;
	color: #333333;
	background: url('../../images/layout/background_line.jpg') repeat-x;
	background-position: 0% 0%;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	text-align: center;
}

/* Tabellen */
* table {
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
* .bordered_table {
	border: 1px solid #000000;
	border-collapse: collapse;
}
* .contact_table {
	width: 100%;
	border: 0px;
}

/* Spalten */
* td, th {
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
}
* .site_background {
	background: url('../../images/layout/file.jpg') repeat-x;
	background-position: 0% 0%;
}

/* Steuerelemente */
* select, textarea, input {
	border: 1px solid #999999;
	font-family: Verdana;
	color: #787878;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}
* .newsletter_input {
	border: 1px solid #999999;
	background: #ffffff;
	width: 118px;
	height: 20px;
	font-size: 14px;
	color: #787878;
	padding-top: 1px;
}
* .newsletter_submit {
	width: 54px;
	height: 11px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
* .contact_input {
	width: 100%;
	height: 16px;
	font-size: 13px;
}
* .contact_textarea {
	width: 100%;
	height: 120px;
	font-size: 13px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Hyperlink Angaben */
* A {
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
}
* A:link {
	text-decoration: none;
}
* A:visited {
	text-decoration: none;
}
* A:active {
	text-decoration: none;
	color: #c12100;
}
* A:hover {
	text-decoration: none;
	color: #c12100;
}
* A.footer_link {
	font-family: Verdana;
	color: #c5c5c5;
	font-size: 13px;
}
* A.footer_link:link {
	text-decoration: none;
}
* A.footer_link:visited {
	text-decoration: none;
}
* A.footer_link:active {
	text-decoration: none;
	color: #c12100;
}
* A.footer_link:hover {
	text-decoration: none;
	color: #c12100;
}
* A.navigation_link {
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
* A.navigation_link:link {
	text-decoration: none;
}
* A.navigation_link:visited {
	text-decoration: none;
}
* A.navigation_link:active {
	text-decoration: none;
	color: #c12100;
}
* A.navigation_link:hover {
	text-decoration: none;
	color: #c12100;
}
* A.short_link {
	color: #c12100;
	font-size: 10px;
	font-weight: bold;
}
* A.short_link:link {
	text-decoration: none;
}
* A.short_link:visited {
	text-decoration: none;
}
* A.short_link:active {
	text-decoration: none;
	color: #333333;
}
* A.short_link:hover {
	text-decoration: none;
	color: #333333;
}

/* Andere Angaben */
* .main_body {
	width: 950px;
	height: auto;
	margin: 0px auto;
	text-align: left;
	padding-top: 25px;
}
* .main_header {
	width: 950px;
	height: 132px;
}
* .header_logo {
	float: left;
	width: 150px;
	height: 132px;
}
* .header_logo_image {
	width: 148px;
	height: 125px;
	border: 1px solid #c02000;
}
* .header_seperator {
	float: left;
	width: 10px;
	height: 132px;
}
* .header_button {
	float: left;
	width: 190px;
	height: 132px;
}
* .header_button_image {
	width: 188px;
	height: 125px;
	border: 1px solid #c02000;
}
* .main_navigation {
	width: 950px;
	height: 28px;
}
* .navigation_logo {
	float: left;
	width: 150px;
	height: 20px;
	background: #c02000;
}
* .navigation_logo_image {
	width: 150px;
	height: 20px;
	border: 0px;
}
* .navigation_seperator {
	float: left;
	width: 10px;
	height: 20px;
}
* .navigation_button {
	float: left;
	width: 190px;
	height: 20px;
	background: #c02000;
}
* .navigation_button_image {
	width: 190px;
	height: 20px;
	border: 0px;
}
* .main_content {
	width: 950px;
	height: auto;
}
* .content_subnavigation {
	float: left;
	width: 150px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
* .content_seperator {
	float: left;
	font-size: 1px;
	width: 8px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
* .content_main {
	float: left;
	width: 790px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
* .main_footer {
	width: 950px;
	height: 25px;
	border-top: 1px solid #be1f00;
	text-align: right;
	padding-top: 2px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #c5c5c5;
}
* .navigation_body {
	width: 150px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background: url('../../images/layout/navigation_background.jpg') repeat-y;
	background-position: 0% 0%;
}
* .navigation_spacer {
	width: 145px;
	height: 8px;
	font-size: 1px;
}
* .navigation_content {
	width: 140px;
	height: auto;
	padding-left: 4px;
	padding-right: 4px;
}
* .navigation_linkbox {
	width: 140px;
	height: 16px;
}
* .navigation_linkbox_image {
	width: 9px;
	height: 9px;
	border: 0px;
	padding-top: 2px;
}
* .navigation_link_icon {
	float: left;
	width: 9px;
	height: 11px;
}
* .navigation_link_text {
	float: left;
	width: 130px;
	height: 11px;
}
* .navigation_link_padding {
	padding-left: 2px;
}
* .navigation_space {
	width: 148px;
	height: 18px;
}
* .navigation_newsletter_box {
	width: 150px;
	height: 80px;
	background: url('../../images/layout/newsletter_box.jpg') no-repeat;
	background-position: 0% 0%;
}
* .navigation_body_size {
	width: 145px;
	min-height: 259px;
	height: auto !important;
	height: 250px;
}
* .navigation_body_impress {
	width: 148px;
	height: auto;
	font-size: 10px;
	color: #333333;
}
* .navigation_body_impress_padding {
	padding-left: 6px;
	padding-right: 3px;
}
* .content_title_box {
	width: 790px;
	height: 25px;
}
* .content_title_icon {
	float: left;
	width: 15px;
	height: 25px;
}
* .content_title_image {
	border: 0px;
	width: 9px;
	height: 9px;
	margin-top: 5px;
}
* .content_title_text {
	float: left;
	width: 775px;
	height: 25px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
* .content_text {
	width: 790px;
	height: auto;
	color: #333333;
	font-size: 12px;
}
* .newsletter_title {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 12px;
}
* .newsletter_input_box {
	padding-top: 5px;
	padding-left: 12px;
}
* .newsletter_submit_box {
	width: 136px;
	padding-top: 5px;
	text-align: right;
}
* .content_line {
	width: 790px;
	height: 1px;
	font-size: 1px;
	background: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
* .contact_row_01 {
	height: 30px;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}
* .contact_row_02 {
	height: 30px;
	border-bottom: 1px solid #aeaeae;
}
* .contact_row_03 {
	height: 30px;
}