/* CSS Document */

body{
	background:url(../images/styles/bg_body.gif) top left repeat-x #fff;
	font:0.7em Arial, Helvetica, sans-serif;
	color:#1b3247;
	margin:0;
	text-align:center;
	}
	
p{
	margin:0 0 1em;
	}

a{color:#e40133; text-decoration:none;}
	a:hover{text-decoration:underline;}	
	a img{border:0;}
	
h1{
	margin:0 0 1em;
	}		
	
div#container{
	width:900px;
	margin:0 auto;
	text-align:left;
	}
	
div#header{
	padding:10px 0 0;
	height:65px;
	background:url(../images/styles/bg_header.gif) bottom right no-repeat; 
	}
div#header_fi{
	padding:10px 0 0;
	height:65px;
	background:url(../images/styles/bg_header_fi.gif) bottom right no-repeat; 
	}
	div#header_en{
	padding:10px 0 0;
	height:65px;
	background:url(../images/styles/bg_header_en.gif) bottom right no-repeat; 
	}	
	
div#menu{
	background:url(../images/styles/bg_menu.gif) top left repeat-x;
	width:900px;
	overflow:hidden;
	}
	
	
ul#list{
	background:url(../images/styles/bg_menu_list.gif) top left no-repeat;
	list-style:none;
	margin:0;
	padding:0 5px;
	width:500px;
	float:left;
	}
	ul#list li{
		margin:0;
		float:left;
		}
		ul#list li a{
			display:block;
			padding:17px 27px 17px 25px;
			margin:0;
			color:#fde310;
			background:url(../images/styles/bg_li.gif) top right repeat-y;
			font-weight:bold;
			}
			ul#list li a.active{
			text-decoration:underline;
			}
			
			
ul#flag{
	background:url(../images/styles/bg_flag.gif) top right no-repeat;
	list-style:none;
	margin:0;
	padding:0 5px;
	width:300px;
	float:right;
	}
	ul#flag li{
		margin:0;
		float:right;
		}
		ul#flag li a{
			display:block;
			padding:17px 27px 17px 25px;
			margin:0;
			color:#fde310;
			background:url(../images/styles/bg_li.gif) top left repeat-y;
			font-weight:bold;
			}
			ul#flag li a.active{
			text-decoration:underline;
			}				
			
div#left_column{
	width:648px;
	float:left;
	padding:3px 0;
	font-size:1.2em;
	}
	div#left_column div#flash{
		}
	div#left_column h1{
		margin:0 0 1em;
		font-size:1.5em;
		font-weight:bold;
		}
	div#content{
		padding:20px 10px 0 0;
		}		
div#right_column{
	width:248px;
	float:right;
	background:url(../images/styles/bg_rightcolumn.gif) bottom left no-repeat ;
	margin:3px 0;
	padding:0 0 15px;
	height:400px;
	}
	div#right_column h1{
		background:url(../images/styles/h1_right.gif) top left no-repeat;
		padding:10px;
		color:#540010;
		font-size:1.2em;
		font-weight:bold;
		}
		div#right_column p{
			margin:0 15px 1em;
			color:#a3b3cf;
			}
			div#right_column p strong{
				color:#fff;
				}
		div#right_column a{color:#fde310;}					
	


div#footer_grey{
	background:url(../images/styles/bg_footergrey.gif) top left repeat-y;
	clear:both;
	width:900px;
	}
	div#footer_grey div#top{
		background:url(../images/styles/bg_footergrey_top.gif) top left no-repeat;
		font-weight:bold;
		font-size:1em;
		padding:10px 0 15px 670px;
		}
		div#footer_grey div#bottom{
			background:url(../images/styles/bg_footergrey_bottom.gif) bottom left no-repeat;
			height:10px;
			width:900px;
			}
		div#footer_grey div#footer_content{
			padding:10px 10px 0;
			}	
			
div#footer_grey table{
	width:100%;
	border:0;
	}
	div#footer_grey table td{
		width:20%;
		text-align:center;
		vertical-align:bottom;
		}			
			
			
div#footer{
	margin:15px 0 30px;
	}	
	
	
table#kontakt{
	width:100%;
	border:0;
	}
	table#kontakt td{padding:0 0 10px; vertical-align:top; width:33%;}
		
		
		
		
		
#dropmenudiv{
position:absolute;
border:1px solid #bb001e;
border-top:0px;
border-bottom-width: 0;
z-index:100;
margin-top:3px;
}

#dropmenudiv a{
width: 300px;
display: block;
text-indent: 3px;
border-bottom:1px solid #e40133;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-align:left;
background:#bb001e;
color:#640010;
}

#dropmenudiv a:hover{ /*hover background color*/
background:#e40133;
color:#fde310;
}
		
