body {
	/*color: #000;*/
	color: #454545;
	font-family: Verdana, Arial, Geneva, sans-serif;
	width: 100%;
	text-align:center;
}

body{
    font-size: 12px;
}

/* default alignment of table cells */
table { 
    font-size: 12px;
	padding-top: 5px;
}
td {
	text-align: left;
	border-bottom: 1px dashed White;
	background-color: #f8f8ff;
}
td.top {
background-color: #E4F0F2;
}
td.linierechts {
	border-bottom-style: none;
	border-color: gray;
	border-left-style: none;
	border-right-style: solid;
	border-right-width: thin;
	border-top-style: none;
}
td.grau {
	background-color: #B2B2B2;
}
td.blau2 {
	background-color: #7F9BE9;
    text-align: center;
}
td.blau1{
    background-color: #4c76bd;
    text-align: center;
    color: white;
}


/* no borders on images */
img {
	border: 1px #00008B;
	padding-right: 5px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

img.right {
	padding-left: 5px;
	margin-left: 10px;
	float: right;
}

img.trenner {
	margin-top: 20px;}

#nofloat{
	clear: both;
}
#clearleft{
	clear: left;
	}
#clearright{
	clear: right;
}

#container{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	/*border: thin solid Blue;*/
}

#seitenkopf{
	height: 80px;
	background-image: url(../_images/);
	background-repeat: no-repeat;
	border-bottom-color: #C7C7C7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	color: White;
	padding-right: 20px;
	
}


#topnavi {
	margin-top: 43px;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: left;
	border-right: thin solid #C7C7C7;
}
#topnavi_right {
	margin-top: 43px;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: right;
	border-left: thin solid #C7C7C7;
}

#navigation {
	width: 15%;
	background: #DBDCFB;
	float: left;
	margin-left: 5px;
	padding-left: 15px;
	text-align: left;
	}

#content{
	background: transparent;
	margin-left: 0px;
	text-align: left; /*float: left;
	width: 95%;*/
	border-left: thin solid #F8F8FF;
	padding-left: 30px;
	padding-top: 5px;
}
 #artikel {
	width: 100%;
	background:#E9E9FF ;
	/*background: #DEF1F3;#E8F6F7*/
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 50%;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	}
 #artikel_lang {
	width: 770px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 14px;
	float: left;
	text-align: left;
	}

#newsleiste{
	background:#DBDCFB;
   margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 20px;
	padding: 3px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 15%;
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	
	}

#localheader {
    background: #eee;
    margin-bottom: 0.5em;
}

#localfooter {
    background: #eee;
    margin-top: 0.5em;
}

#globalfooter {
	margin-top: 40px;
	margin-right: 20px;
	padding-top: 5px;
	clear: both;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	border-top-color: #C7C7C7;
	border-top-style: solid;
	border-top-width: 1px;
}
#globalheader {
	height: 80px;
	background-image: url(../_images/logo.jpg);
	background-repeat: no-repeat;
	border-bottom-color: #C7C7C7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	color: White;
	
}

.pager {margin-top: 1em;}
.tabelle {
	padding-right: 145px;
	padding-left: 5px;
}
.more {
	margin-top: 1em;
	font-style: italic;
	font-weight: bolder;
	font-size: 90%;
	color: #00008B;
}
.klein {
	font-size: 10px;
	font-weight: bold;
}
.copy {
	font-size: 10px;
	font-weight: normal;
}

/* hyperlinks */
a {
	text-decoration: none;
	color: Navy;
}
a:hover {
	text-decoration: none;
	color: Maroon;
}

a.topnavi{

}

a.topnavi:hover{
	text-decoration: none;
	background-color: #D9EBEB;
	color: Blue;
}
	
a.nav_vertikal_1 {
	width: 150px;
	color: #454545;
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
	}
a.nav_vertikal_1:hover {
text-decoration: none;
	color: Maroon;
	}

a.nav_vertikal_2 {
	width: 90%;
	color: #454545;
	font-weight: normal;
	font-size: 11px;
	padding-left: 15px;
	line-height: 20px;
}
a.nav_vertikal_1:hover {
text-decoration: none;
	color: Maroon;
	}

h1{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
h2{
	font-size: 12px;
	font-weight: bold;
}
h3{
	font-size: 11px;
	font-weight: bolder;
	color: #555555;
}
h4{
	font-size: 10px;
	font-weight: bolder;
	color: #3B7AEB;
}

ul {
	list-style: url(../_images/liste_gelb.jpg);
	line-height: 150%;
}
ul.blau {
	list-style: url(../_images/liste_blau.jpg);
	line-height: 150%;
}
p.liste{
	list-style: none;
	line-height: 60%;
	margin-left: 40px;
}

hr.trenner {
	background-image: url(../_images/trenner.gif);
	color: #3B7AEB;
	margin-top: 20px;
	margin-right: 400px;
}
}
