@charset "utf-8";
/* CSS Document */

body{
	background:transparent url(../images/bg.jpg) repeat-x top left;
	font-family: Tahoma ;
	font-size:11px;
	color:#003d5a;
}

a{
	color:#003d5a;
}

a:hover{
	text-decoration:underline;
}

	#full{
		width:100%;
		background:transparent url(../images/full_bg.jpg) no-repeat top left;
	}
	
		#head{
			height:274px;
		}
		
		#middle{
				
		}
		
			#left{
				width:222px;
				float:left;
				height:653px;
			}
			
				#menu{
					margin:45px 0 0 21px;
				}
					
					#menu li{
						background:transparent url(../images/menu_bg.gif) no-repeat 0 3px;
						margin:0 0 10px 0;
					}
				
					#menu a{
						
						font-weight:bold;
						margin:0 0 0 18px;
					}
					
					#menu a:hover{
						text-decoration:none;
					}
			
			#center{
				width:531px;
				float:left;
			}
			
				#center_head{
					margin:0 0 0 18px;
				}
				
				#content{
					margin:18px;
				}
				
					#content p{
						line-height:20px;
						text-align: justify;
					}
					
					.prt_row{
						margin:0 0 9px 0;
					}
					
						.prt_img{
							float:left;
							border:3px solid #f58220;
							margin:0 16px 0 0;
						}
						
							.prt_img img{
								width:157px;
								height:55px;
							}
						
						.prt_text{
							float:left;
						}
					
					.prj_row{
						margin:0 0 30px 0;
					}
					
						.prj_img{
							float:left;
							border:3px solid #f58220;
							margin:0 16px 6px 0;
						}
						
						.prj_text{
							
						}
						
							.prj_date{
								font-size:10px;
							}
						
							.prj_head{
								font-weight:bold;
								font-size:14px;
							}
							
						.bovebben{
							margin:16px 0 0 0;
							text-align:right;
						}
					
					.lapozo{
						text-align:center;
						color:#f58220;
					}	
					
					.lapozo a{
						color:#f58220;
					}
					
					.gray{
						color:#cacaca;
					}
					
					.pdf{
						background:transparent url(../images/pdf.jpg) no-repeat scroll left top;
						display:block;
						float:left;
						height:15px;
						padding:3px 0 0 25px;
						margin:18px 0 0 0;
					}
					
					.vissza{
						float:right;
						margin:18px 0 0 0;
					}
					
				.images{
					margin:5px 0 20px 0;
				}
				
					.images img{
						border:3px solid #f58220;
						margin:0 5px 5px 0;
					}
					
				.float_right{
					float:right;
				}
						
			
			#right{
				width:237px;
				float:left;
			}
				
				#right_head{
					margin:0 0 10px 18px;
				}
				
				.actual{
					width:221px;
					margin:0 0 9px 17px;
					border-bottom:1px solid #F58220;					
				}
				
					.act_date{
						font-size:10px;
					}	
				
				
					.act_title{
						font-size:14px;
						font-weight:bold;
						border-bottom:1px solid #F58220;
						padding:0 0 1px 0;
						
					}
					
					.act_content{
						line-height:20px;
					}
					
					.act_link{
						font-weight:bold;
						text-align:right;
						padding:0 10px 4px 0;
						border-bottom:1px solid #F58220;
						margin:0 0 2px 0;
					}
					
				#archiv{
					text-align:center;
					margin:0 0 0 18px;
				}
		
		#foot img{
			margin:40px;
		}
    
.prj_text   ul {
  list-style-type: disc;
  list-style-image:none;
  list-style-position:inside;
  padding: 10px 5px;

}

    
    