body {
background-image: url(../../images/background.gif);
background-repeat:repeat-x;
background-color: #b31816;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#fff;
padding:0;
margin:0;
line-height:1.2em;
}

h2{
font-size:14px;
padding-bottom:3px;
}

h3{
font-size:11px;
padding-bottom:3px;
font-weight:bold;
}

.h3{
font-size:11px;
padding-bottom:3px;
font-weight:bold;
}

h4{
font-size:10px;
}

.h4{
font-size:10px;
}

table td { 
	padding:3px;
	border-spacing: 5px;
	vertical-align:top;
}

table tr.grey{
background-color: #a52728;
}

#container {
width: 800px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-color: #b31816;
}

#banner {
background-image: url(../../images/back_top.jpg);
width:800px;
height:80px;
background-color: #fff;
text-align: right;
padding: 0px;
margin: 0px;
}

#main {
position:relative;
background-image: url(../../images/back_main.jpg);
width:800px;
height:545px;
}

#main a{
	color: #fff;
	text-decoration:underline;
}

#main a:hover{
	color: #ccc;
	text-decoration:underline;
}

#footer {
font-size:11px;
text-align:center;
margin-bottom:5px;
}

#footer a{
color: #fff;
}

#right_column {
position:absolute;
top:5px;
right:10px;
float: right;
width: 225px;
height: 530px;
margin:5px;
}

#left_column{
position:absolute;
left:10px;
top:10px;
float:left;
width:530px;
height:530px;
}

#relative{
position:relative;
width:100%;
height:100%;
border: 0px solid #000;
}

#column_center{
position:absolute;
left:182px;
top:180px;
width:155px;
height:345px;
margin:5px;
border: 0px solid #8724ff;
}

#column_right{
position:absolute;
right:0px;
bottom:0px;
width:155px;
height:154px;
margin:7px;
border: 0px solid #8724ff;
font-size:11px;
text-align:center;
}

.justify{
text-align:justify;
}

#latest_news{
position:relative;
top:0px;
left:0px;
width:155px;
height:95px;
text-align:center;
border:0px solid #fff;
}

#twitter{
width:155px;
height:150px;
text-align:center;
}

#main_content{
position:absolute;
left:185px;
top:10px;
width:330px;
margin: 5px;
border:0px solid #fff;
font-size:11px;
}

#main_content_left{
position:relative;
left:10px;
top:10px;
height:335px;
width:510px;
border:0px solid #fff;
font-size:11px;
}

#interview{
height:330px;
width:510px;
}

#admin_questions{
height:270px;
width:510px;
}

#report{
height:330px;
width:510px;
}

#gallery_overview{
height:330px;
width:510px;
}

#main_content_left ul{
list-style-position:outside;
list-style-type: none;
}

#main_content_left ul li{
padding-bottom:10px;
}

#menu{
border:0px solid #fff;
float:left;
position:relative;
top:15px;
left:0px;
}

.menu_button{
margin-bottom:10px;
margin-right:10px;
margin-left:0px;
padding-left:0px;
}

.inactive_button{
margin-bottom:10px;
margin-right:10px;
margin-left:0px;
padding-left:0px;
}



.twitter_img {
cursor:pointer;
width: 90px;
height: 55px;
margin-bottom:33px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #111;
	background-color: #eee;
	color: #000;
	font-size: 11px;
	padding: 3px;
	opacity: 0.65;
	max-width:200px;
}

#starttext {
 height: 230px;
 border: 0px solid #fff;
 padding:8px 8px 3px 3px;
 text-align:justify;
}

#ajax_loader{
border:0px solid #fff;
width:100px;
height:20px;
margin-left:5px;
visibility: hidden;
}

.twitter_logo{
width: 80px;
height:80px;
}


#twitter_feeds{
width:100%;
height:340px;
border:0px solid #fff;
padding:0px;
margin-top:0px;
overflow: hidden;
}

#pane1{
overflow: visible;
height: 340px;
width: 310px;
padding-right: 5px;
position: absolute;
top: 0px;
}

.list{
display:block;
width:100px;
border: 1px solid #fff;
}

.list_fact{
width:150px;
border: 1px solid #fff;
}

#main_content_left .h2{
font-size:14px;
display:inline;
text-decoration:underline;
font-weight:bold;
padding-bottom: 1em;
}

#bottom_center{
position:absolute;
left:190px;
bottom:0px;
border:0px solid #fff;
height:150px;
width:145px;
text-align:justify;
font-size:11px;
}

#bottom_right{
position:absolute;
left:372px;
bottom:0px;
border:0px solid #fff;
height:150px;
width:145px;
text-align:justify;
font-size:11px;
}

#home_bottom_right{
position:absolute;
left:370px;
top:200px;
border:0px solid #fff;
height:150px;
width:145px;
text-align:justify;
font-size:11px;
}


label {
 width: 80px;
 float:left;
 text-align:left;
 margin:5px;
}

input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 180px; /* Breite.*/
  margin:5px;
  background-color:#DCDCDC;
  border: 0px solid #FFA500;
  filter:alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  color:#000;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  font-size:11px;
}

textarea{
	width: 300px;
	height: 120px; 
}

input:focus, select:focus, textarea:focus {
  background-color:#C0C0C0;
  filter:alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
  border: 0px solid #228B22;
  color:#fff;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: left;
  width: auto;
  height:20px;
  background-color: #C0C0C0;
  filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border: none;
  margin-left:95px;
  color:#000;
  font-weight:bold;
}

input#submit:hover {
  filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.hidden{
display:none;
}

.gallerylist{
list-style-type: circle;
}

#gallery{
padding:10px 0px 0px 0px;
margin:0px;
}

#gallery a{
	border:none;
	text-decoration:none;
	color:transparent;
	background-color:transparent;
}

#gallery a:hover{
	border:none;
	text-decoration:none;
	color:transparent;
	background-color:transparent;
}

.imgBox{
padding: 5px 5px 10px 5px;
background-color:#a52728;
}

.imgBox:hover{
padding: 5px 5px 10px 5px;
background-color:#fff;
}

#footer .validator{
border: 0px solid #fff;
background-color:transparent;
text-decoration:none;
color:transparent;
margin-top:10px;
padding:0px;
}