@charset "utf-8";
/* CSS Document */

body  		{ 
			margin-left: 0px; 
			margin-top: 0px; 
			margin-right: 0px; 
			margin-bottom: 0px; 
			background-image:url(../img/linie_vertikal.jpg);
}
div		{
			font-size: 0.8em; 
			font-family: Arial,Helvetica,Verdana; 
			background-color: #fff; 
}
.text	 	{ 
			font-size: 0.8em; 
			font-family: Arial,Helvetica,Verdana; 
}
.head	 	{ 
			font-size: 0.8em; 
			font-family: Arial,Helvetica,Verdana; 
			color: #E1E1E1; 
}
a:link		{ 
			color:#575154; 
}
a:visited 	{ 
			color:#353133; 
}
a:active 	{ 	
			color:#2B2D00; 
}


.layout_top	{ 	
			position: absolute;
			left: 50%;
			margin-left: -500px;
			top: 10px; 
			width: 1000px; 
			height: 100px; 
			background-image:url(../img/banner.jpg); 
			vertical-align: bottom; 
			border: 0;
}
.layout_menu	{
			position: absolute; 
			top: 120px; 
			left: 50%; 
			margin-left: -500px; 
			width: 190px; 
			height: 600px; 
			float: left;
			border: 0;
}
.layout_content	{
			position: absolute; 
			left: 50%; 
			margin-left: -300px; 
			top: 120px; 
			width: 800px; 
			height: 600px; 
			float:right;
			overflow-x: hidden;
			overflow-y:scroll;
			border: 0;
}
.layout_bottom	{
			height: 20px; 
			width: 1000px; 
			background-color:#E1E1E1;
			border: 0;
}