* {
	padding: 0;
	margin: 0;
}

html { 
	height:90%;
}
			
body {
	background-color: black;
	margin:0;
	padding:3% 0 0 0;
	text-align:center;
	height:95%;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAE7D6;
	line-height: 1.5em;
}

#container_div {
	width: 1040px;
	height: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
	padding: 0;
	background: url(background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}


#container {
	width: 1040px;
	height: 620px;
	margin: 0;
	padding: 0;
}

td#left_container_border {
	width: 75px;
}

td#right_container_border {
	width: 75px;
}

 
#top_navigation_container {
	height: 119px;
}

#navigation_side {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAE7D6;
	line-height: 2em;
}

#navigation_side ul, li{
	list-style: none;
	padding-left: 2px;
}

#content_history p{
 	margin-bottom: 10px;	
}

a, a:link {
	color: #EAE7D6;
	text-decoration: none;
}

a:hover, .nav_selected {
    color: #FF6600;
}

.active_thumb {
   border-style: solid;
   border-width: 2px;
   border-color: #FF6600;
   margin-top: 2px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 20px;
	width: 1040px;
	text-align: right;
}

#kontaktformular td {
   padding-bottom: 10px;
}

.kontakt_left_col {
   width: 100px;
}

.kontakt_right_col {
   padding-left: 15px;
   width: 100px;
}
.kontakt_input {
   width: 150px;
}