		body,table,td,input,textarea,select,div,form
		{
			font-family:arial,verdana,helvetica;
			font-size:12px;
		}
		.divmargin
		{
			margin:20px;
		}
		p,td
		{
			text-align:justify;
		}
		body
		{
			margin:0px;
			padding:0px;
			background-color:#f1f1f1;
		}

		.box1,.navi,.content
		{
			width:180px;
			height:50px;
			background-color:#344a82;

			border-right:1px solid white;
			position:relative;
		}
		.box1
		{
			border-left:1px solid white;
		}
		li
		{
			list-style-image: url(../images/rechteck.gif);
			margin-bottom:8px;
			margin-left:0px;
		}
		ul
		{
			margin-left:0px;
			padding-left:28px;
		}
		.box2
		{
			height:80px;
			background-color:white;
			background-image:url(../images/design1/test.jpg);
			width:650px;
			border-right:1px solid #555555;
		}
		.headline
		{
			color:#555555;
			font-size:14px;
			font-weight:bold;
			width:95%;
			border-bottom:1px dotted #555555;
			margin-bottom:15px;
		}
		.box3
		{
			height:50px;
			background-color:#808aa6;
			border-right:1px solid white;
			width:650px;
			color:white;
		}
		.navi,.content
		{
			float:left;
			background-color:transparent;
			border:0px;
			height:100%;
		}
		.content
		{
			background-color:#ffffff;
			border-right:1px solid black;
			border-left:1px solid black;
			width:653px;
		}
		a.navigation
		{
			color:white;
			font-size:12px;
		}
		input.time
		{
			border:0px;
			color:white;
			font-size:12px;
			background-color:transparent;
		}
		
		a.mainnavigation,.selectedMenu
		{
			float:right;
			color:#555555;
			text-align:right;
			padding-right:0px;
			width:90%;
			margin-bottom:2px;
			border:0px;
			border-bottom:1px solid black;
			text-decoration:none;
		}
		a.mainnavigation:hover,.selectedMenu
		{
			background-color:white;
		}
		a
		{
			color:black;
		}



table.boxtable
{
	z-index:4;
	margin:auto;
	width:90%;
	background-color:white;
}
td.boxheadline
{
	padding-left:5px;
	background-color:#344a82;
	color:white;
	font-size:12px;
}
textarea.xml
{
	height:170px;
	font-family:Arial;
	background-color:white;
	border:1px solid green;
	width:99%;

}
td.boxcontent
{
/*	background-color:#efefef;*/
	border:1px solid #344a82;
	color:black;
	text-align:center;
}

b.headl
{
	font-family:verdana;
	line-height:25px;
	color:#c7a057;
}
.textmarker
{
	color:#c7a057;
	font-style:italic;
}