/* commons */

body {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	margin: 20px 140px  20px 140px;
	text-align: center;

    background-color : #333333;
    border-bottom-color : #A5AEFF;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    color: #c8c8c8;
  }
hr {
    width: 80%;
	border-style: solid;
	border-width: 0px;
    border-bottom-color : #c8c8c8;
	 border-bottom-style: solid;
	border-bottom-width: 1px;
  }

h1 {
    color : #A5AEFF;
  }
h2 {
    color : #A5AEFF;
  }
h3 {
    color : #A5AEFF;
  }

/* Klassen */

.footer_line {
	clear: both;
   font-size : 0.7em;
  }
.navi {
    color: #c8c8c8;
    text-decoration:none;
  }
.navi:hover {
    color : #FFFFFF;
    text-decoration:none;
  }
.navi_aktiv {
    color: #A5AEFF;
    font-weight : bold;
    text-decoration:none;
  }

.referenz_navi {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #c8c8c8;
	font-size: 1.2em;
}
.referenz_navi:hover {
	color: #a5aeff;
	text-decoration: none;
}

.text_box {
	padding: 5px; 
    background-color : #333344;
    border-bottom-color : #222222;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-right-color : #222222;
    border-right-style : solid;
    border-right-width : 3px;
  }
.text_box_titel {
	text-align: center;
	font-weight: bold;
    background-color : #333355;
    border-bottom-color : #555555;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-right-color : #555555;
    border-right-style : solid;
    border-right-width : 3px;
  }
.text_box_rt {
    background-color : #443333;
    border-bottom-color : #222222;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-right-color : #222222;
    border-right-style : solid;
    border-right-width : 3px;
    clear:both;
  }
.text_box_gn {
    background-color : #334433;
    border-bottom-color : #222222;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-right-color : #222222;
    border-right-style : solid;
    border-right-width : 3px;
	clear: both;
  }

/* IDs */

#header_line {
	background-image: url('../resource/linie2.gif');
	background-repeat: repeat-x;
	height: 50px;
}
#header_wrapper {
	clear: both;
	text-align: center;
}
#header_links {
	text-align: left;
}
#header_rechts {
	text-align: center;
	float: right;
}
#wrapper_links {
	width: 45%;
	padding: 2%;
}
#wrapper_rechts {
	width: 45%;
	padding: 2%;
	float: right;
}
#wrapper_referenz {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}
#wrapper_navi {
    border-bottom-color : #A5AEFF;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-top-color : #A5AEFF;
    border-top-style : solid;
    border-top-width : 1px;
}	
.float_aus {
	clear: both;
}
