/**
 * Farben:
 *
 * Orange für Links                                  - #ff6600
 * Hellgrau für Seitenhintergrund                    - #eaeaea
 * Mittleres Grau für Content-Boxen	                 - #c0c0c0
 * Dunkelgrau für Linkboxen, Titel, dunkle Textboxen - #5f5f5f
 *
 **/

div#frame {
	width:1000px;
	margin: 0 auto 0 auto;
	position:relative;
}

form, html {
	margin: 0px;
	padding: 0px;
}

marquee {
	color: #000000;
	height: 20px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #eaeaea;
	color: #000000;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;

	position: relative;
}

textarea {
	width: 98%;
	height: 100px;
}

img {
	border: 0;
}

table, th, td, tr {
	margin: 0;
	padding: 0;

	vertical-align: top;
	border: 0; 
/*	border: 1px solid red; */
}

table {
	border-collapse:separate;
}

td.bottom_border {
	border-bottom: 1px solid #000000;
}

p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: justify;
}

strong {
	font-weight: bold;
	font-size: 0.9em;
}

ul.input_error {
	margin: 0px 0px 15px 10px;
	padding: 5px;

	color: #ff0000;
/*	background-color: #eaeaea;*/
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
	margin: 0px;
	padding: 3px; 

	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;

	color: #ff6600;
}

.important {
	color: #ff6600;
}

/*********************
 * Formulare
 *********************/

input.button {
	margin: 5px;
	margin-left: 10px;
	float: right;
}

input.button_left {
	margin: 5px;
	margin-right: 10px;
	float: left;
}

input.full_input {
	width: 98%;
	margin-right: 100px;	
}

input.nearly_full_input {
	width: 88%;	
}

select.full_select {
	width: 98%;	
}
/*
.firm_text_left {
	float: left;
}

.firm_text_right {
	float: right
}

.firm_description {
	clear: both;
}
*/
/*********************
 * Banner
 *********************/

div#top_banner {
	margin: 0;
	padding: 2px;
	background-color: #ffffff;
	color: #000000;
	height: 60px;
	position: relative;
}

a#left_banner {
	margin:  0;
	padding: 0;

	width: 234px;
	height: 60px;
	position: absolute;
	left: 2px;
	top: 2px;
}

a#right_banner {
	margin:  0;
	padding: 0;

	width: 234px;
	height: 60px;
	position: absolute;
	right: 2px;
	top: 2px;
}

a#middle_banner {
	margin: 0px auto 0px auto;
	padding: 0;

	width: 468px;
	height: 60px;
	display: block;
}

/*********************
 * Navigation
 *********************/

hr.nav {
	margin-left: 5px;
       	margin-right: 5px;
	color:#ffffff;
	background-color:#ffffff;
       	border: 0;
}

div#head {
	margin: 0px;
	padding: 5px;
	/*border: 2px solid red;*/
	background-color: #5f5f5f;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #808080;
	height: 20px;
	text-align: center;
}

div#left_nav, div#right_nav {
	margin: 0px;
	padding: 0px;
	/*border: 2px solid red;*/

	width: 210px;
	height: 1000px;
	position: absolute;
	top: 130px;

	overflow: hidden;
}

div#right_nav {
	background: url(images/nav_background.jpeg) no-repeat top right;
	right: 0px;
}

div#left_nav {
	background: url(images/nav_background.jpeg) no-repeat top left;
	left: 0px;
}

div.nav_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

	border: 2px outset #ffffff;

	color: #ffffff;
	background-color: #5f5f5f;
	width:170px;
	text-align: center;
	overflow: hidden;
}

div.nav_box h3 {
	margin: 0;
	padding: 3px;

	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	background-color: #ffffff;
	color: #808080;
}

a:link.navigation, a:visited.navigation, a:hover.navigation, a:active.navigation, a:focus.navigation, a:link.top_navigation, a:visited.top_navigation, a:hover.top_navigation, a:active.top_navigation, a:focus.top_navigation {
	margin: 0px;
	padding: 3px;

	font-weight: bold;
	text-decoration: none;

	font-size: 0.9em;
	color: #ffffff;
	background-color: #5f5f5f;
	
	
	display: block;
}

a:hover.navigation {
	background-color: #c0c0c0;
	color: #000000;
}

a:link.top_navigation, a:visited.top_navigation, a:hover.top_navigation, a:active.top_navigation, a:focus.top_navigation {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	color: #eaeaea;
}

/* TODO: wird das noch benötigt? */
a.strong_link {
	margin: 0px;
	padding: 3px;

	font-weight: bold;
	text-decoration: underline;

	color: #ffffff;
	background-color: #5f5f5f;
}

/*********************
 * Content
 *********************/

div#content, div#content_dark {
	margin: 24px 210px 0px 210px;
	padding: 30px 50px 20px 50px;

	border: 2px outset #ffffff;
	
	overflow: auto;

	background-color: #c0c0c0;
	color: #ffffff;
}

div#content_dark {
	padding: 0;
	border: 0;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 5px;

	text-align: center;

	border: 2px outset #ffffff;

	background-color: #5f5f5f;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
}

h1.ad_title {
	margin: 0px;
	padding: 0px;

	font-weight: bold;
	text-decoration: underline;
	text-align: left;

	border: 0;
	
	color: #ffffff;
	background-color: #5f5f5f;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 5px;

	text-align: left;

	background-color: #c0c0c0;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
}

h3 {
	margin:  0;
	padding: 0;

	text-align: left;

	font-weight: bold;
	font-size: 0.9em;
}

h4 {
	margin: 10px 0 0px 0;
	padding: 0;

	text-align: left;

	font-weight: bold;
	font-size: 0.9em;

	text-decoration: underline;
	font-weight: normal;
}

div.text_box, div.text_box_hidden, div.button_box, div.marker_box, div.text_box_dark {
	margin: 0px 0px 10px 0px;
	padding: 5px;

	border: 2px outset #ffffff;

	text-align: left;

	background-color: #eaeaea;
	color: #000000;
}

td.fake_textbox {
	margin-bottom: 20px;
	padding: 5px;

	border: 2px outset #ffffff;
/*	border-collapse: separate;*/

	text-align: left;

	background-color: #eaeaea;
	color: #000000;
}

div.text_box_dark {
	background-color: #5f5f5f;
	color: #ffffff;
	margin-bottom: 10px;
}

div.text_box_dark a:link, 
div.text_box_dark a:visited, 
div.text_box_dark a:hover, 
div.text_box_dark a:active, 
div.text_box_dark a:focus {
	color: #ffffff;
}

div.text_box_hidden, div.button_box, div.marker_box {
	border: 0;
	background-color: transparent;
	color: #000000;
}

div.button_box {
	margin-top: 10px;
	padding: 0;
}

div.marker_box {
	padding: 0;
	margin-bottom: 5px;
}

#system_messages {
	margin: 34px 210px 0px 210px;
	padding: 5px;
	border: 1px solid red;

	background-color: #ffffff;
	color: #ff0000;

}

#system_messages p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #ffffff;
	text-align: left;
	color: #ff0000;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

/*********************
 * Holly Hack
 *********************/
/* Hides from IE5-mac \*/
* html div#content {height: 1%;}
* html div.holly_hack {height: 1%;}
* html div.text_box_dark {height: 1%;}
* html div.text_box {height: 1%;}
* html h1 {height: 1%;}
/* End hide from IE5-mac */


