body {
    font-size: 12px;
	font-family: Tahoma, Verdana, serif;
    color: #666;
    margin: 0;
    padding: 0;
	background: #fff url(../images/body_bg.jpg) top left repeat-x;
	text-align: center;
	
}
/* html { height: 100%; margin-bottom: 1px; } */

FF-Hack: Scrollbar immer anzeigen 
html {
	overflow: scroll;
}
/* html[id]{
	padding-bottom: 0.005em;
}*/

.moduletable {
	margin: 0 auto;
}

select.button {
	width: auto;
	padding: 0;
}

td {
	font-family: "Lucida Sans Unicode", Arial, serif;
	font-size: 11px;
	color: #666;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	line-height: 13px;
	padding-left: 5px;
	padding-bottom: 5px;
padding-right:5px;
}

a:link, a:visited {
	font-family: Tahoma, Verdana, serif;
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #666;
}
#top {
	width: 960px;
	margin: 0 auto;
	background: url(../images/top_bg.jpg) top center no-repeat;
}
#header {
	height: 150px;
	margin: 0 auto;
	background: url(../images/header.jpg) top center repeat-x;
	
}
.maintable {
	margin: 0 auto;
	width: 960px;
	text-align: left;
} 

#mainbody {
	width: 960px;
	margin: 0 auto;
	min-width: 960px;
	text-align: left;
	background: url(../images/main_bg.jpg) top center repeat-y;
}

#sitename {
	height: 120px;
}

#sitename p {
    text-align: right;
	font-family: Tahoma, Verdana, serif;
	font-size: 20px;
	font-weight: normal;	
	color: #666;
	margin: 0;
	padding: 35px 60px 0 0;
}

#head_img {
	background: url(../images/hlang.net.gif) top left no-repeat;
	width: 925px;
	height: 100px;
	float:left;
}

#menucenter {
	width: 960px;
	text-align: left;
	margin: 0 0 0 20px;
}

#menucenter .menu_m {
	text-align: left;
}

#topnavi{
	position: relative;
	display: block;
}

#topnavi ul {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	list-style-type: none;
	width: auto;
}

#topnavi ul li {
	display: block;
	float: left;
	margin: 1px 0 0 0;
	padding: 0;

}

#topnavi ul li a{
	text-transform: uppercase;
	display: block;	
	float: left;
	color: ##666;
	text-decoration: none;
	height: 30px;
	font-size: 12px;
	font-family: Tahoma, Verdana, serif;
	
}

#topnavi ul li a:hover,#topnavi ul li a.current{
	display: block;
	cursor: pointer;
	background: #cc9900;
	color: #fff;
	/*border-left: outset #FFFFFF 1px;
	border-right: outset #FFFFFF 1px;
	border-top: outset #FFFFFF 1px ;*/
}

#topnavi ul li a span{
	float: left;
	height: 20px;
	font-size: 12px;
	padding: 5px 15px 5px 15px;
	font-family: Tahoma, Verdana, serif;
}
#topnavi ul li a:hover span,#topnavi ul li a.current span {
	display: block;
}

#leftmenu {	
	float: left;
	width: 190px;
}

#rightmenu {	
	float: right;
	width: 190px;
	
}

#content {
	width: 100%;
	margin: 0 auto;
}

#main_top {
	background: url(../images/main_top.jpg) top center no-repeat;
	padding: 50px 30px 0 30px;
	margin: 0 auto;
	width: 900px;
}

#main {
	float: left;
	width: 500px;

}

#footer {
	background: url(../images/footer.jpg) top center no-repeat;
	width: 960px;
	height: 220px;
	margin: 0 auto;
	padding: 0;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	text-align: left;
	padding: 2px 0 0 13px;
	margin: 0;
	height: 18px;
	line-height: normal;
	text-decoration: none;
	font-family: Tahoma, Verdana, serif;
	color: #666;
	background: url(../images/menu_but_bg.jpg) left center no-repeat;
	vertical-align: middle;
	width: 132px;
}

a.mainlevel:hover, .mainlevel#active_menu {
	background: url(../images/menu_but_bg_h.jpg) left center no-repeat;
}

a.sublevel:link, a.sublevel:visited {
	font-size: 12px;
	color: #666;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 2px 0 0 13px;
	margin: 0 0 0 10px;
	background: url(../images/menu_but_bg.jpg) left center no-repeat;
	height: 17px;
	width: 121px;
	display: block;
}

a.sublevel:hover {
	background: #fff url(../images/menu_but_bg_h.jpg) left center no-repeat;
}

table.contentpaneopen {
	width: 99%;
	margin: 0 5px 0 0;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
text-align: left;
}
table.contentpaneopen td.contentheading {
	color: #666;
	text-align: left;
	font-family: Tahoma, Verdana, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 25px;
}
.button {
	padding: 0 5px 2px 5px;
	color: #666;
	font-family: Tahoma, Verdana, serif;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	height: 20px;
	border: 1px solid #666;
	line-height: 16px;
}
.inputbox {
	font-size: 12px;
	font-family: Tahoma, Verdana, serif;
	border: 1px solid #666;
	color: #666;
        
}
input[type="checkbox"] { 
	border-style: none; 
}
.copyright {
	color: #666666; 
	font-family: Tahoma, Verdana, serif; 
	font-size: 12px; 
	margin: 0pt 23px; 
	padding: 100px 0 0 0; 
	text-align: center; 
}
}
.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 10px 0 50px 0;
}
.componentheading {
	color: #666;
	padding: 33px 0 5px 0;
	text-align: left;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, serif;
	font-size: 12px;
	font-weight: bold;
}
.wrapper {
	width: 700px;
	height: 550px;
}
.module div div div h3 {
	color: #666;
	text-align: left;
	padding: 5px 0 0 0;
	vertical-align: middle;
	width: 95%;
	height: 30px;
	margin: 0;
	font-family: Tahoma, Verdana, serif;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	display: block;
}
.all-inkl h3 {
	color: #666;
	text-align: left;
	padding: 5px 0 0 0;
	vertical-align: middle;
	width: 95%;
	height: 30px;
	margin: 0;
	font-family: Tahoma, Verdana, serif;
	font-size: 15px;
	font-weight: bold;
	
}

.module {
	margin: 0 5px 5px 0;
	border-spacing: 0px;
width: 95%;
}

.module div {
	padding: 0 5px 5px 5px;
	font-size: 10px;
width: 95%;
}

.module div div {
	margin: 0;
	padding: 0 5px 5px 5px;
width: 95%;
}

.module div div div {
width: 95%;
}

.module div div div table {
	margin: 0 0 5px 0px;
width: 95%;
}

.module div div div div {
	background: none;
	margin: 0;
	padding: 0;
	width: 95%;
}

.module div div div div.syndicate {
	margin: 0;
	padding: 0 0 5px 0;width: 95%;
}

.module div div div form {
	margin: 0 5px 5px 5px;width: 95%;
}

.module div div div form table {
	margin: 0 5px 0 5px;
	padding: 0 0 5px 0;
	width: 95%;
}

/* footer links*/
a.sgfooter:link, a.sgfooter:visited {
	color: #666;
	font-size: 10px;
	font-family: Tahoma, Verdana, serif;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #666;
	font-family: Tahoma, Verdana, serif;
	text-decoration: none;
}
/**/
/*banner*/
.sgf {
	font-size: 10px;
	font-family: Tahoma, Verdana, serif;
	color: #666;
	text-decoration: none;
}
.sgf1 {
	font-size: 10px;
	font-family: Tahoma, Verdana, serif;
	color: #666;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #666;
	font-size: 10px;
	font-family: Tahoma, Verdana, serif;
	text-decoration: none;
}
a.sglink:hover {
	text-decoration: none;
}

a img {
	border: 0;
}
.pathway {
	border: 0;
	color: #333333;
	font-family: Tahoma, Verdana, serif;
	font-weight:normal;
	padding:2px 4px 2px 10px;	
	
}
a.pathway:link, a.pathway:visited {
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	font-family: Tahoma, Verdana, serif;
	font-weight: normal;
	padding: 2px 4px 2px 4px;
}
a.pathway:hover {
	color: #fefefe;
	font-family: Tahoma, Verdana, serif;
	font-weight:normal;
	background-color:#2a519e;
}
.pagenav {
	font-size:12px;
	font-weight:normal;
}
#topnavigation a.topnavigation:link, a.topnavigation:visited {
	font-family: Tahoma, Verdana, serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing : 1px;
	color: #fefefe;
	padding-right:5px;
	text-decoration:none;
}
#topnavigation a.topnavigation:hover {
	color: #b9f15d;
	border-bottom: none;
	text-decoration:none;	
}
#topnavigation a.topnavigation:active {
	color: #51c0f5;
	text-decoration:none;	
}
a.toclink:link, a.toclink:visited {
	line-height:normal;
	font-size:11px;
	font-family: Tahoma, Verdana, serif;
	color: #000000;
	text-decoration: underline;
}
a.toclink:hover {
	text-decoration: none;
}
table.contenttoc {
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}


table.contenttoc th {
	background: #99ca37;
	color: #47484a;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
.sectiontableheader {
	height: 20px;
	padding-right:3px;
	font-weight :normal;
}
table.contentpane td.contentdescription {
	font-size:12px;
	line-height:18px;
text-align: left;
}
table.contentpane td.componentheading {
	background:#abd851;
	height: 20px;
	padding-left:3px;
	color: #cc0000;
	text-align: left;
	padding-bottom:3px;
	white-space: nowrap;
	font-family: Tahoma, Verdana, serif;
	font-size: 14px;
	font-weight: normal;
}
table.contentpane td {
	padding-top:1px;
	padding-bottom:2px;
	font-size:12px;
text-align: left;
}
table.contentpaneopen td
{
	line-height: 14px;
	font-size: 12px;
text-align: left;
}

.height {
	height: 100%;
}

.small {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
}

.createdate {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
}

.modifydate {
	text-align: right;
}

table.contentpaneopen td a.readon{
	padding: 7px 0 0 0;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	float: right;
	text-align: center;
	color: #333;
}

h4 {
	font-size: 10px;
	text-transform: uppercase;
}
table.contentpaneopen td.buttonheading {
text-align: left;

	}
