body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#FFF1BB;
}

.Stil1 {font-size: 12px}

h1,h2,h3{	
	font-family: Rage, Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#FFF1BB;
	text-decoration:none;
	font-size:14;
	font-weight: bold;	
}

p{
	padding-left:15px;
}

img{
	border:0px;
	align:right;
}
		
.logo{
	position:absolute;
	top:5px;
}

#max{	
	position: absolute;
	top:5px;
	left:50px;
	width:810px;
	height:620px;
	padding:5px;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
}

	div.logo_container{
		color:#ac0d20;
		width:800px;
		height:600px;
		background-color: #FFF1BB;
	}

	div.container{
		color:#ac0d20;
		width:800px;
		height:600px;
		background-color: #2e0000;
	}

		div.header{
			background-image:url(../images/panotop.png);
			color:#FFF1BB;
			width:800px;
			height:150px;
		}
		
		div.menu{
			padding-top:50px;
			color:#FFF1BB;
			width:180px;
			height:450px;
			float:left;
			text-align:left;
		}

		#mainmenu {
			font-size:14;
			font-weight: bold;
		}
		
		div.content{
			color:#FFF1BB;
			text-align:right;
			right: 5px;
			width: 620px;
			height:450px;
			overflow:hidden;
			background-repeat:no-repeat;
		}
			
			#content_left{
/*				background-image:url(../images/frame_left.png);
				background-repeat:no-repeat;*/
			}
			
			div.content_left{
				position:relative;
				width: 100%;
				height:100%;
			}
			
			#content_wide{
				/*background-image:url(../images/frame_wide.png);
				background-repeat:no-repeat;*/
				overflow:auto;
			}
			
			div.content_wide{
				position:relative;
				width: 100%;
				height:100%;
			}
		
			#content_right{
				text-align:right;
				float:right;
				width:280px;
				margin-right:0px;
				overflow:hidden;
			}
		
			#content_right_text{
				text-align:right;
				float:right;
				width:280px;
				margin-right:10px;
				overflow:hidden;
			}
		
			#content_right_bottom{
				position:absolute;
				bottom:10px;
				text-align:center;
				float:right;
				width:350px;
				overflow:auto;
			}
			
			#content_tot{
				text-align:center;
				padding-left:15px;
				padding-right:16px;
			}
			
			#content_start{
				text-align:center;
				padding-top:5px;
				margin:10px;
			}
			
			
			#content_top{
				height:450px;
				bottom:0px;
				text-align:center;
			}
		
		div.footer{
			color:#FFF1BB;
			width: 800px;
			height:30px;
			text-align:center;
			padding-top:5px;
		}
