html,body{
	height:99%;
}

body {
	font-family:trebuchet ms, arial, helvetica,verdana, georgia, "times new roman", sans-serif;
	font-size:0.8em;
	color:#626263;
	margin:1px;
	padding:1px;
	background-color:#fff;
}

.container {
	position:relative;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	background:#eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.header {
	width:100%;
	height:100px;
	background-image:url(bg.jpg);
	}

.links {
	position:absolute;
	top:80px;
	left:20px;
	text-decoration:none;
	}

a, a:visited, a:active {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}


a.link, a.link:visited {
	color:#B0C4DE;
	text-decoration:none;
}

a.link:hover {
	color:#B0C4DE;
	text-decoration:underline;
}

a.link:active {
	color:#B0C4DE;
	text-decoration:none;

}

.logo {
	padding-left:20px;
	padding-top:25px;
	font-size:2.3em;
	color:#f7f7f7;
	}

.content {
	margin-top:1px;
	padding-right:20px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:1px;
	width:98%;
}

.sidebar {
	position:absolute;
	top:100px;
	right:0px;
	width:2%;
	padding:10px;
	}

blockquote {
	border: 1px solid #2f4761;
	width:300px;
	background:#fff;
	font-size: 10px;
	color:#666;
	font-family:verdana, arial, sans-serif;
	padding:8px;
}

.footer {
	border-top:1px solid #2f4761;
	border-bottom:1px solid #2f4761;
	padding:10px;
	text-align:center;
}

h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
	border-bottom:1px solid #ccc;
	color:#626263;
	text-align:left;
}


.imgleft {
	float:left;
	padding:3px;
	margin-right:8px;
	border:2px solid #ccc;
}

acronym {
	cursor:help;
	}





#nav_text
{
    font-size: 11px;
    text-align: left;
    height: 24px;
    float: left;
    padding: 0 10px;
    margin: 0 0 4px 0;
}
#nav_text a
{
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding: 4px 15px 0 15px;
}
#nav_text a:hover
{
    color: #0000FF;
}


/********** DropDown **********/
/* ======== Teil 1: Geometrie =============== */
/* Alle Listen, alle list-Items, alle Links */
#nav_text, #nav_text ul
{
    margin-top: 0;
  	list-style: none;
}
#nav_text li
{
    float: left;
}
#nav_text li a
{
    display: block;
}

/* Erstes Level (Leiste) */
#nav_text
{
    position: relative;
    z-index: 10;
}
#nav_text > li > a
{
    height: 19px;
}
#nav_text > li:hover > a
{

}

/* Ab dem zweiten Level (Dropdown, Flyout) */
#nav_text li ul
{
    position: absolute;
    left: -999em;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
#nav_text li:hover    /* IE */
{
    background: transparent;
}
#nav_text li:hover > ul
{
    left: auto;
}
#nav_text li li
{
    width: auto;
}
#nav_text li li a
{
    padding: 0 0 0 20px;
    margin-left: 0px;      /* hebt margin:0px 15px auf (dw_style.css, Z.373) */
}

/* ======== Teil 2: Farben, Menuerand, Hintergrundbild etc. =============== */
/* Ab dem 2.Level (Dropdown, Flyout) */
#nav_text li ul
{
    border-top: 0px solid ;
    border-bottom: 0px solid;
}
#nav_text li li a
{
    color: #0000FF;
    border-left: 0px solid;
    border-right: 0px solid;
}

#nav_text li li:hover > a
{
    color:#0000FF;
    text-decoration: underline;
}


#pcm{display:none;}
ul.GrayBlueMenu ul{display:none}
ul.GrayBlueMenu li:hover>ul{display:block}
ul.GrayBlueMenu ul{position: absolute;left:-1px;top:98%;}
ul.GrayBlueMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.GrayBlueMenu,ul.GrayBlueMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background-color:#ffffff;
	background-repeat:repeat;
	border-color:#AAAAAA;
	border-width:1px;
	border-style:solid;
}
ul.GrayBlueMenu table {border-collapse:collapse}ul.GrayBlueMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.GrayBlueMenu ul{
	width:270px;
}
ul.GrayBlueMenu li{
	display:block;
	margin:2px 0px 0px 2px;
}
ul.GrayBlueMenu a:active, ul.GrayBlueMenu a:focus {
outline-style:none;
}
ul.GrayBlueMenu a, ul.GrayBlueMenu li.dis a:hover, ul.GrayBlueMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#ffffff;
	border-width:0px;
	border-color:#6655ff;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	color: #444444;
	text-decoration:none;
	cursor:default;
}
ul.GrayBlueMenu span{
	overflow:hidden;
}
ul.GrayBlueMenu li {
	float:left;
}
ul.GrayBlueMenu ul li {
	float:none;
}
ul.GrayBlueMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.GrayBlueMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.GrayBlueMenu li.sep span{
	float:none;	padding-right:0;
	width:5;
	height:14;
	display:inline-block;
	background-color:#AAAAAA;	background-image:none;}
ul.GrayBlueMenu ul li.sep span{
	width:auto;
	height:3;
}
ul.GrayBlueMenu li:hover{
	position:relative;
}
ul.GrayBlueMenu li:hover>a{
	background-color:#4792E6;
	border-color:#665500;
	border-style:solid;
	color: #ffffff;
	text-decoration:none;
}
ul.GrayBlueMenu li a:hover{
	position:relative;
	background-color:#4792E6;
	border-color:#665500;
	border-style:solid;
	color: #ffffff;
	text-decoration:none;
}
ul.GrayBlueMenu li.dis a {
	color: #AAAAAA !important;
}
ul.GrayBlueMenu img {border: none;float:left;_float:none;margin-right:4px;width:16px;
height:14px;
}
ul.GrayBlueMenu ul img {width:16px;
height:14px;
}
ul.GrayBlueMenu img.over{display:none}
ul.GrayBlueMenu li.dis a:hover img.over{display:none !important}
ul.GrayBlueMenu li.dis a:hover img.def {display:inline !important}
ul.GrayBlueMenu li:hover > a img.def  {display:none}
ul.GrayBlueMenu li:hover > a img.over {display:inline}
ul.GrayBlueMenu a:hover img.over,ul.GrayBlueMenu a:hover ul img.def,ul.GrayBlueMenu a:hover a:hover ul img.def,ul.GrayBlueMenu a:hover a:hover a:hover ul img.def,ul.GrayBlueMenu a:hover a:hover a:hover a:hover ul img.def,ul.GrayBlueMenu a:hover a:hover img.over,ul.GrayBlueMenu a:hover a:hover a:hover img.over,ul.GrayBlueMenu a:hover a:hover a:hover a:hover img.over,ul.GrayBlueMenu a:hover a:hover a:hover a:hover a:hover img.over{display:inline}
ul.GrayBlueMenu a:hover img.def,ul.GrayBlueMenu a:hover ul img.over,ul.GrayBlueMenu a:hover a:hover ul img.over,ul.GrayBlueMenu a:hover a:hover a:hover ul img.over,ul.GrayBlueMenu a:hover a:hover a:hover a:hover ul img.over,ul.GrayBlueMenu a:hover a:hover img.def,ul.GrayBlueMenu a:hover a:hover a:hover img.def,ul.GrayBlueMenu a:hover a:hover a:hover a:hover img.def,ul.GrayBlueMenu a:hover a:hover a:hover a:hover a:hover img.def{display:none}
ul.GrayBlueMenu a:hover ul,ul.GrayBlueMenu a:hover a:hover ul,ul.GrayBlueMenu a:hover a:hover a:hover ul,ul.GrayBlueMenu a:hover a:hover a:hover a:hover ul{display:block}
ul.GrayBlueMenu a:hover ul ul,ul.GrayBlueMenu a:hover a:hover ul ul,ul.GrayBlueMenu a:hover a:hover a:hover ul ul{display:none}
ul.GrayBlueMenu span{
	display:block;
	background-image:url(./images/arrv_anim_1.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:11px;}
ul.GrayBlueMenu li:hover>a>span{	background-image:url(./images/arrv_anim_1o.gif);
}
ul.GrayBlueMenu a:hover span{	_background-image:url(./images/arrv_anim_1o.gif)}
ul.GrayBlueMenu ul span,ul.GrayBlueMenu a:hover table span{background-image:url(./images/arr_double_1.gif)}
ul.GrayBlueMenu ul li:hover > a span{	background-image:url(./images/arr_double_1o.gif);}
ul.GrayBlueMenu table a:hover span,ul.GrayBlueMenu table a:hover a:hover span,ul.GrayBlueMenu table a:hover a:hover a:hover span,ul.GrayBlueMenu table a:hover a:hover a:hover a:hover span{background-image:url(./images/arr_double_1o.gif)}
ul.GrayBlueMenu table a:hover table span,ul.GrayBlueMenu table a:hover a:hover table span,ul.GrayBlueMenu table a:hover a:hover a:hover table span{background-image:url(./images/arr_double_1.gif)}

