@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 16px;
	padding-left: 8px;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding-left: 8px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 10px;
}

p {
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
}

em {
	color: #090;
}

a:link {
	color: #060;
}

a:visited {
  	color: #060;
}


a:hover {
	color: #090;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#container {
	background-image: url(../images/wrapper_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 978px;
	padding: 0 10px 0 0;
	margin: auto;
	overflow: hidden;
	position: relative;
}

#container_bg {
	background-color: #FFF;
	width: 968px;
	min-height: 650px;
	padding: 0 10px 10px 10px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

/*toolbar*/
#container #toolbar {
	font-size: 9px;
	line-height: 25px;
}
#container #toolbar #date {
	margin-right: 20px;
	float: left;
}
#menu_top ul {
	list-style-type: none;
}
#menu_top li {
	float: left;
	color: #646464;
	list-style: none;
	word-spacing: 0.5em;
	margin-left: 0.8em;
}

#menu_top li a {
	color: #646464;
	text-decoration: none;
}
#menu_top li a:hover {
	text-decoration: underline;
}

#cse-search-box {
	line-height: 25px;
	padding-top: 3px;
	float: right;
	font-size: 9px;
}

/*header*/
#container #header {
	height: 150px;
	width: 968px;
	float: left;
	padding-bottom: 10px;
	padding-top: 5px;
}
	
#Logo_left {
	float: left;
}

#Logo_right {
	float: right;
	width: auto;
}

/*navigation*/
#container #navigation {
	float: left;
	width: 968px;
	height: 47px;
	background-color: #CCC;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#menu{
	display:inline;
	width: 968px;
	height: 46px;
}
ul#menu {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style-type: none;
}
#menu a {
	color: #323232;
	font-size: 1em;
	text-decoration: none;
	border: 1px solid #999;
	padding: 13px 40px 13px 40px;
	display: block;
	border-left: none;
}
#menu a:hover, #menu a:active {
	color: #093;
	text-decoration: none;
	background-image: url(../images/navigation_hover_1px.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

#menu li {
	float:left;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button_home {
	background-position: top right;
	background-image: url(../images/homebutton_a.jpg);
    float: left;
    height: 47px;
	width: 79px;
    padding-right: 1px; /* sliding doors padding */
}

a.button_home span {
	display:block;
	background-image: url(../images/homebutton_span.jpg);
   	padding: 31px 0 16px 0px;
} 

a.button_home:hover, a.button_home:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_home:hover span, a.button_home:active span {
    background-position: bottom left;
    padding: 31px 0 16px 0px;
}

/*breadcrumbs*/
#breadcrumbs {
	border-bottom: 1px dotted #E3E3E3;
	float: left;
	height: 15px;
	margin: 15px 0px 15px 0px;
	padding: 1px 0 0;
	width: 968px;
	color: #969696;
	font-size: 10px;
	padding: 0;
}

#breadcrumbs a {
	color: #969696;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

/*content*/

#content {
	width: 968px;
}

.column_left {
	width: 638px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

.box-tl {
	background: url(../images/box_tl.png) top left no-repeat;
}

.box-tr {
	background: url(../images/box_tr.png) top right no-repeat;
	padding: 10px;
}

.box-t {
	background: url(../images/box_dot.png) top left repeat-x;
}

.bl {
	background: url(../images/corner_bl.gif) bottom left no-repeat;
}
.br {
	background: url(../images/corner_br.gif) bottom right no-repeat;
}
.tl {
	background: url(../images/corner_tl.gif) top left no-repeat;
}
.tr {
	background: url(../images/corner_tr.gif) top right no-repeat; 
	padding:10px;
} 
.t {
	background: url(../images/dot.gif) top left repeat-x; 
}
.b {
	background: url(../images/dot.gif) bottom right repeat-x;
}
.l {
	background: url(../images/dot.gif) top left repeat-y;
}
.r {
	background: url(../images/dot.gif) top right repeat-y;
	} 

.column_right {
	width: 305px;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
}


/*footer*/
#footer {
	float: right;
}

.copyright {
	font-size: 11px;
	/* line-height: 25px; */
	color: #646464;
	margin: 0;
	padding: 0 0 5px 10px
}

/****Tabelle ****/

table {
	background: #FFF;
	border:1px solid gray;
	border-collapse:collapse;
	font:normal 12px verdana, arial, helvetica, sans-serif;
}
td, th { 
	color:#363636 ;
 	padding: 0.6em;
	text-align:left;
 	vertical-align:top;
	line-height: 20px;
}
th { 
background: #D8FFB0;
}

tr { 
	border:1px dotted gray;
}

tr a:link, tr a:visited {
	color: #000;
}

tr a:hover {
	color: #060;
}
tr:hover { 
	background: #D8FFB0;
 	color:#000;
}
.column_left .t .b .l .r .bl .br .tl .tr ul li {
	font-size: 12px;
	line-height: 150%;
}

#background-img {
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
}

#container {
position: relative;
}