@CHARSET "UTF-8";

/* Standard ... */
* {
	margin: 0; padding: 0; font-size: 100%; text-align: left;
}

strong {
	font-weight: bold;
}

h1 h2 h3 h4 h5 h6 {
	font-size: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0; padding: 0;
}

ol {
	list-style: none;
}

p {
	/* none */
}

img {
	border: 0;
}

fieldset {
	padding: 0; margin: 0px;
	border: none;
}

.nodisp {
	top: -500px !important;
	width: 0px !important;
	height: 0px !important;
	display: inline; position: absolute;overflow: hidden;
}

.clear {
	clear: both; height: 1px;
	font-size: 1px; 
	margin-top:-1px;
}

.last {
	border: none !important;
}
.printonly {
	
}

/* ------------- */ 

body {
	font: normal 12px verdana,geneva,arial,helvetica,sans-serif; 
	line-height: 18px;
		 
}

#page {
	margin: 0 auto;
	width: 100%;
}
#header {
	width: 100%;
	padding: 0 0px;
	border-bottom: 1px solid #000;
	background: #e9e9e9;
}
#header-logo {
	width: 50%;
	float: right;
	text-align: right;
	margin:25px 20px;
}
#header-logo h1 {
	text-align: right;
}
#header-left {
	width: 30%;
	float: left;
	margin: 60px 0 0 20px;
	font-size: 18px;
}
#language {
	display: none;
}
		
	
#nav {
	display: none;
}
	

#subnav {
	display: none;
}

	

#main {
	width: 80%;
	padding: 50px 20px;
	color: #000;
}
#main h2 {
	color: #044b8d;
	font-size: 16px;
	font-weight: bold;
	padding-bottom:16px;
}

#main h2 img {
	padding-bottom:20px;
}

#content {
	width: 100%;
	line-height: 16px;
}
#content h3 {
	color: #044b8d;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top:8px;
}
#content p {
	margin-bottom: 16px;
}
#content a {
	color: #334c92;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}


#content ul {
	margin-bottom: 16px;
	padding-left: 16px;
}
#content ul li {
	background: url(/files/img/list_symbol.gif) 0 5px no-repeat ;
	padding-left: 16px;
    margin-bottom: 4px;
}
#content ul li a {
	color: #334c92;
}
#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#content .linkbox {
	display: none;}



#content .imagebox {
	margin: 16px 0;
}
#content .imagebox .image-left {
	float: left;
	margin-right: 16px; margin-bottom: 0px;
}



#content .linkbox h3 {
	color: #044b8d;	
	font-size: 12px;
}

#content .img-left {
	float: left;
	display: inline;
	margin-right: 18px;
	padding-bottom: 18px;
}

#content .linkbutton {
	margin-top: 10px;
}

#content .linkbutton a {
	background: url(/files/img/list_symbol.gif) 0 5px no-repeat ;
	padding-left: 16px;
	font-weight: bold;	
}
#content .loginform ul li {
	background: none;
	padding-left: 0;
}
#content .loginform label {
	display: block;
	float: left;
	width: 90px;
}
#content .loginform input {
	width: 140px;	
}
#content .loginbutton {
	padding-left: 92px !important;
	padding-top:8px !important;
}
#content .loginbutton input {
	width: 80px !important;
	text-align: center;
}
#content .p-inline {
	padding: 0; margin: 0;
	margin-bottom: 4px;
}
#content .forminline {
	margin-bottom: 16px;
}
#content .loginerror {
	color: #d00000;
	font-weight: bold;
}

#right {
	display: none;
	}



#startmain {
  margin: -51px 0 0 -20px;
}
#startmain h2 {
  padding-left: 20px;
  margin-top: 40px;
  font-size: 12px;
}
#startmain p {
  padding-left: 20px;
  margin-bottom: 15px;
}

.margintop {
  margin-top: 20px;
}

#footer {
	display: none;}
#footer-text {
	width: 100%;
	margin: 0px;
	padding: 0;
	margin-top:5px;
	margin-bottom:20px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #000;
}
#footer-text-left {
	
	width: 100%;
	color: #848484;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
#footer-text-right {
	display: none;
}



#contentformular * {
	display: none;
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
