/********************************/
/* Allgemeine html-Einstellungen*/
/********************************/
* {
	margin: 0;
	padding: 0;
   /* font-family: 'Trebuchet MS', arial, sans-serif;
	font-weight: normal;
    line-height:120%;
    font-size:10pt;*/
	/*color: #B0DAE9;*/
}


html, body {
	height: 100%;
    font-family: 'Trebuchet MS', arial, sans-serif;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #B0DAE9;
}
a:hover {
	color: #B0DAE9;
	text-decoration: underline;
}
img, table {
	border: none;
}
th {
	background: #2B6582;
	color: #ccc;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #2B6582;
	margin: 10px 0;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
    color:#B0DAE9;
    font-family:"Trebuchet MS",arial,sans-serif;
    font-size:2.4em;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/**************************************/
/* Menus                              */
/**************************************/
/* Mainmenu */
#left .menu {
	list-style: none;
    margin: 20px 0 0 10px;
    font-weight: normal;
}
ul.menu a {
	color: #99FFFF;
	text-decoration: none;
	padding: 0 0 0 10px;
    font-size:12px;
}

#left ul.menu li  {
    list-style: none;
}


#left ul.menu li a {

	display: block;
	padding: 1px;*/
	width: 180px;
    color: #99FFFF;
    font-weight:normal;
}
#left ul.menu li a:hover, #left ul.menu .current a, #left ul.menu .current a:hover {
}
/* Submenu */
#left ul.menu ul li ul a {
	padding: 0 0 0 20px;
}
#left ul.menu ul li ul a:hover, #left .menu ul li ul.current a, #left .menu ul.current li.current a, #left .menu ul li ul li.current a:hover, #left .menu li ul.current a:hover {
	color: #000;
}
#left ul.menu li.current a{
	color: #fff;
}
#left ul.menu ul li.current a, #left .menu li ul.current li a {
	color: #fff;
}
/**************************************/
/* Template - Aufbau, siehe index.php */
/**************************************/

#background {
	background: #3b5f7b;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	min-width: 800px;
}

.cwrapper{
    width:1124px;
    margin: 0 auto;
}


#top {
	height: 130px;
	background:#9BC5DB url(../images/canv-line.gif) repeat-x bottom ;
}
#user0, #user1 {
	height:160px;
	position:absolute;
	width:160px;
	padding: 20px;
	top:0;
}
#user0 {
	left:0;
}
#user1 {
	right:0;
}
#top h1, #top h2, #top h3, #top h4, #top h5, #top h6, #top a {
	color: #ccc;
}
#sitename {
	width: 750px;
	height: 123px;
	text-align: left;;
	background: url(../images/header.jpg) center no-repeat;
    float:left;
}
#sitename a {
    color:#6D9BB0;
    text-decoration:none;
    font-family:"Trebuchet MS",arial,sans-serif;
    font-size:3em;
    font-weight:bold;
    letter-spacing:4px;
    line-height:normal;
    padding:60px 0 0 10px;;
    float:left;
}
#sitename a:hover {
	text-decoration: underline;
}
#middle {
}
#left {
	width: 200px;
	padding: 5px;
	float: left;
}
#right {
	width: 160px;
	padding: 20px;
	float: right;
}
#content {
	padding: 5px 10px;
	margin: 0 10px;
    float: left;
    width:870px;
    color:#FFF;
    font-family: 'Trebuchet MS', arial, sans-serif;
}

#content p{
    font-family:georgia,serif;
}

.push {
	height: 50px;
	clear: both;
}
#footer {
	background: #3b5f7b;
	height: 50px;
	text-align: center;
}
#footer p, #footer a {
	line-height: 50px;
	color: #ccc
}
#footer a:hover {
	color: #fff;
}

.footer_border{
    background:url(../images/footer-bg.gif) repeat-x top;
    width: 1114px;
    display:block;
    padding:5px 0 0 10px;
    color:#CEDBDF;
    text-decoration:none;
    font: normal 12px "Trebuchet MS",arial,sans-serif;
    text-align: left;
    margin-top:10px;
}

.footer_border a{
    color:#CEDBDF;
    text-decoration:none;
    font: normal 12px "Trebuchet MS",arial,sans-serif;
}

.footer_border a:hover{
    text-decoration:none;
}

.sites-layout-hbox {
  table-layout:fixed;
  width:100%;
}

