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

.body								{ margin:auto; margin-top:30px;
										border:1px solid #001463;
										width:880px; height:630px;
										font-family:Verdana, Geneva, sans-serif; color:#001463;
										line-height:14px;
										background-image:url(img/bg/basisseite.jpg);background-repeat:no-repeat;
										position:relative}
										
.logo									{position:absolute;left: 52px;top: 38px;}										

.navi									{ /*background-color:#9CF;*/
											width:150px; height:82px;
											float:left;
											margin-top:458px; margin-left:24px;
											font-size:12px; line-height:30px; font-weight:bold;}
											
.navi_text							{ width:100px;
											/*background-color:#9FF;*/
											margin-left:5px;
											float:left;}	
											
.navi_buttons					{ width:20px; height:92px;
											/*background-color:#CCF;*/
											float:left;}											

.inhalt								{	/*background-color:#FC6;*/
											margin-top:140px;margin-left:250px;
											width:562px; height:388px;}
											
.footer_uhr						{	width:166px; font-size:12px; font-weight:bold; color:#001463; /*background-color:#F6F;*/
											margin-top:59px; margin-left:633px; float:left;}											
									
	
										
										
										
