body {
		/*color: #004168; */
		color: #3f3f3f;
		font-size: 11px;
    font-family:Verdana,Arial,Helvetica,Sans-Serif;
		margin: 0; padding: 0;
		min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
		/*background-color:#f0f2fa;*/
		background-color:#f0f2fa;
	}
	
	/* Header */
	div#Branded {
		float:left;
		padding: 6px 0px 0px 10px;
		width: 200px;
		height:60px;
		
	}	

	#header {
		height:70px;
		margin: 0 0 0 0;
		/*background-color:#efeeee;
		background: transparent url(img/header-background.gif) repeat-x 0;*/
		/*background-color:#162f43;
		background-color:#162f43;
		border-bottom: #2a5c80 1px solid;*/
		background-color:#f0f2fa;
		
		
	}
	
	div#TopNavi {
		float:right;
		padding: 5px 15px 0px 0px;
		width:auto;
		font-size: 11px;
		font-weight: bold;
		color: #425700;
	}
	
	div#HeaderMenu {
		
		background: transparent url(img/menue-background.gif) repeat-x 0;zoom:1;
 		float: left;
  	width:100%;
		height:25px;
		border-top: #152e42 1px solid; 
		border-bottom: #152e42 1px solid;
		
  	}
	
	.whereis{
		float: right;
		padding-right:20px;
		line-height:25px;
		font-weight:normal;
		color:#dfdfdf;
	}
	
	/* Help */
	.helptopic {
		font-weight:normal;
		color:#828282;
		padding-left:0px;
		padding-bottom:3px;
		border-bottom: #bfbfbf 1px dotted;
		line-height:16px;
	}
	
	/* Help */
	.helptopicright {
		border: #ffffff 1px solid;
		float:right;
		font-weight:normal;
		color:#555555;
		padding:5px;
		line-height:16px;
		cursor:pointer;
		
	}
	
	.helptopicright:hover {
		 border: #bfbfbf 1px solid;
	}
	
	.helptopicright a:link {
		color:#3866cc;
	}
	
	.helpcontent {
		padding:10px 0px 20px 8px;
		
	}
	
	.example-topic {
		color:#4e5057;
		/*background: transparent url(img/bullet-gray.gif) no-repeat left;*/
		font-weight:bold;
		padding-left:0px;
		/*margin: 20px 0px 12px -12px;*/
		margin: 20px 0px 12px 0px;
	}
	
	.example-content {
		display:block;
		font-weight:normal;
		text-align:justify;
		width:600px;
		padding-top:8px;
		
	}
	
	/* Bullet */
	.bullet {
		font-weight:normal;
		/*background: transparent url(img/bullet.gif) no-repeat left;*/
		padding-left:10px;
	}
	
	/* Navi horizontal */
	
	#HeaderMenuSquare {
		display:block;
		margin: 0px;
		padding: 0 0 0px 0px;		
	}

	#HeaderMenuSquare li {
		float: left;
		padding:0 0 0 0;
		list-style-type: none;
		line-height:25px;
	}
	
	#HeaderMenuSquare a:link, #HeaderMenuSquare a:visited {
	
		float: left;
		font-size: 11px;		
		font-weight: bold;
		padding: 0px 15px 0px 15px;
		text-decoration: none;
		color:#dfdfdf;
		background: transparent url(img/menue-li-line.gif) no-repeat right;
	}

	#HeaderMenuSquare a:hover {
		/*background: transparent url(img/menue-li-background.gif) repeat-x;*/
		color:#ffffff;;
		background-color:#275473;	
			
	}
	
	.ImageBackImage {
	background: transparent url(img/menue-background.gif) repeat-x 0;zoom:1;
	width:70px;
	margin-bottom:5px;
}
	
	
	/* Content */
	#container {	
		padding: 20px 10px 10px 10px;	
		border-top: #2a5c80 1px solid;
	}
	
	#clear {
		clear:both;
	}
	
	#boxleft {
		float: left; 
		width: 220px;
    	margin: 0 0 1.2em; padding: 0;
    	/*border: 1px dashed silver;*/
	}

	#content { 
		margin: 0 0em 1em 240px;
    	padding: 0 1em;
		
    	/*border: 1px solid #506a00;*/
	}

	* html div#content {
    	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  	}
	
	.link{
		color:#4e5057;
		text-decoration: none;
	}
	
	.link-no{
		color:#4e5057;
	}
	
	.link:hover{
		text-decoration:underline;
	}
	
	/* Boxen SELFPHP */

.boxholder div {
	
}
.boxborderempty {
	padding:5px;
}
.boxborder * {
	display: block; 
	background:#e6e6e6; /* Schatten */
	height: 1px; 	
}
.boxborder3 {
	border-left: #c8c8c8 1px solid; 
	padding-bottom: 0px; 
	margin: 0px 3px; 
	padding-left: 1px; 
	padding-right: 1px; 
	background: #c8c8c8; 
	border-right: #c8c8c8 1px solid; 
	padding-top: 0px;
}
.boxborder2 {
	border-left: #c8c8c8 1px solid; 
	padding-bottom: 0px; 
	margin: 0px 2px; 
	padding-left: 0px; 
	padding-right: 0px; 
	border-right: #c8c8c8 1px solid; 
	padding-top: 0px;
}
.boxborder1 {
	border-left: #c8c8c8 1px solid; 
	margin: 0px 1px; 
	border-right: #c8c8c8 1px solid;
}
.boxbordercontent {
	border-left: #c8c8c8 1px solid; 
	padding-bottom: 0.3em; 
	padding-left: 5px; 
	padding-right: 5px; 
	background: #f7f6f6; 
	overflow: hidden; 
	border-right: #c8c8c8 1px solid; 
	padding-top: 0px;
	text-align:left;
}

.boxbordercontent h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}
.boxbordercontent h2 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
}


	
	/* Footer */
	#footer {
	 clear: both;
	 
     color:#999999;
	 font: 11px sans-serif;
	 text-align:center;
	 border-top: solid 1px #CCCCCC;
	 padding:5px 0px 5px 0px;
	}
	
	#footer a{
		color:#999999;
		text-decoration: none;
	}

	#footer a:Hover{
		text-decoration:underline;
	}
	
	.tablelink{
		color:#4b4b4b;
		text-decoration: none;
	}
	
	.tablelink:Hover{
		text-decoration:underline;
	}
	
	.helpline{
		border-bottom: dotted 1px #A6A6A6;
	}
	
	.tableTrClass{
		background: transparent url(img/menue-background.gif) repeat-x 0;zoom:1;
		color:#dfdfdf;
		font-weight:bold;
	}
	
	.submitBottom{
		padding-bottom:0px;
		margin-bottom:0px;
	}
	
	.tableLineHeight{
		line-height:20px;
	}
	
.imageButton {
	cursor:pointer;
}

.clear {
	clear:both;
}

.containerDate{
	float:right;
	font-size:14px; 
	font-family: Verdana; 
	text-align:center;
}

.inputFields {
	border: solid 1px #1b4868;
	height:20px;
}

.noDate {
	border-left:solid 1px #2a5c80;
	border-right:solid 1px #2a5c80;
	margin-left:auto;
	margin-right:auto;
	line-height:60px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}


.imagekomponent {
	text-align:center;
}

.tablekomponenten {
	border:solid 1px #2a5c80;
}

.komponentHighlight{
	background: #dedfe0;
}
