/*-----------------------*/
/*STANDARD HTML TAG RESET*/
/*-----------------------*/

body, 
h1, h2, h3
p, form {
	border:0px;
	margin:0px;
	padding:0px;
}

ul, li {
padding: 0px;
list-style-type:none;
margin:0;
}

/*----------------------------*/
/*STANDARD HTML TAG DEFINITION*/
/*----------------------------*/

body,
form, input {
	font-style: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

h1 {
font-style: normal;
font-weight: normal;
font-family: Arial;
color: #800000;
font-size: 24px;
}

h2 {
font-style: normal;
font-weight: normal;
font-family: Arial;
color: #800000;
font-size: 18px;
}

h3 {
font-style: normal;
font-weight: normal;
font-family: Arial;
color: #800000;
font-size: 13px;
}


a:link {
	text-decoration: underline;
	color: #3c3c3c;
}

a:visited {
	text-decoration: underline;
	color: #3c3c3c;
}

a:hover {
color: #800000;
}

/*-----------------------*/
/*PAGES ELEMENTS*/
/*-----------------------*/

body{
font-family: Arial;
color: #6c6c6c;
background-color: #f2f2f2;
}

	#box{
 	border-right-width: 1px;
 	border-left-width: 1px;
 	border-right-color: #cccccc;
 	border-right-style: solid;
 	border-left-color: #cccccc;
 	border-left-style: solid;
 	border-bottom-color: #cccccc;
 	border-bottom-style: solid;
 	border-bottom-width: 1px;
 	padding-left: 10px;
 	padding-bottom: 10px;
 	padding-right: 10px;
 	padding-top: 10px;
 	width: 755px;
 	margin: 0 auto;
 	background: #fff url(container.gif) repeat-y;
 	text-align: left;
 	position: relative;
	}

		#language1 {
		margin-right: 30px;
		padding-right: 5px;
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url(images/gb.png);
		float: right;
		width: 60px;
		}
		
		#language2 {
		margin-right: 30px;
		padding-right: 5px;
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url(images/de.png);
		float: right;
		width: 60px;
		}
		
		#language1 p{
		font-size: 11px;
		text-decoration: none;
		text-align: right;			
		}
	
		#language2 p{
		font-size: 11px;
		text-decoration: none;
		text-align: right;			
		}
	
		#top{
		padding-bottom: 10px;
		padding-top: 0px;
		width: 755px;
		height: 100px;
		background: url(images/logo3.png) no-repeat 10px 15px;			
		}
	
		#title p{
		left: 120px;
		top: 72px;
		position: absolute;
		width: 195px;
		font-size: 9pt;
		color: #6c6c6c;
				
		}
	
		#subtitle p{
					
			position: absolute;
			left: 510px;
			top: 68px;
			letter-spacing: 1pt;		
			font-size: 9pt;		
			color: #6c6c6c;
					
		}
		
		#subtitle h3{
					
			font-style: normal;
					
			font-weight: normal;
					
			font-family: Arial;
					
			font-size: 16px;		
			word-spacing: 0px;		
			position: absolute;		
			top: 47px;		
			left: 510px;		
			color: #800000;
					
		}
		
		.menu{
	margin: 0px;
	width: 755px;
	height: 40px;
	border:none;
	border:0px;
	padding:0px;
	font: 67.5% "Arial", sans-serif;
	font-size:12px;
	font-weight:bold;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-image: url(images/line-bg.gif);
	}
.menu ul{
	width: 755px;
	background:#eeefee;
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-image: url(images/line-bg.gif);
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background: bottom right no-repeat;
		color: #666666;
		display:block;
		font-weight:normal;
		line-height: 30px;
		margin:0px;
		padding:0px 18px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover {
			background: bottom center no-repeat;
			color: #800000;
			text-decoration:none;
			}		
		.menu ul li:hover a{
			background: bottom center no-repeat;
			color: #333333;
			text-decoration:none;
			}
	.menu li ul{
		filter: alpha(opacity=80%);
		opacity: 0.8;
		padding: 0px;
		background:#eeefee;
		display:none;
		height:auto;
		margin:0px;
		border:0px;
		position:absolute;
		width: 165px;
		z-index:200;
		
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background: bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:30px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background: center left no-repeat;
			border:0px;
			color: #800000;
			text-decoration:none;
			
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		color:#ffffff;
	background: #6e0000;
	}	
	.menu #current_sub{
		color:#ffffff;
	background: #6e0000;
	}		
		
#content{
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 20px;
}
		
#content h2 {
font-style: normal;
font-weight: normal;
font-family: Arial;
padding-bottom: 5px;
color: maroon;
font-size: 16px;
}

#content h3 {
font-style: normal;
font-weight: normal;
font-family: Arial;
padding-top: 5px;
color: maroon;
font-size: 14px;
}

#content p{		
line-height: 18px;
}

#content span {
font-size: 11px;
}

#content ul li {
list-style-type: disc;
margin-left: 50px;
line-height: 18px;
padding-top: 8px;
padding-bottom: 8px;
}

#content ul li span {
font-size: 11px;
}
		
#footer{
padding-top: 5px;
clear: both;
}
		
			#crumbs {
			border:1px solid #dedede;
			height:2em;
			}
			
			#crumbs li {
			float:left;
			line-height:2em;
			padding-left:.75em;
			color:#777;
			}
			
			#crumbs li a {
			display:block;
			padding:0 15px 0 0;
			background:url(images/crumbs.gif) no-repeat right center;
			}
			
			#crumbs li a:link, #crumbs li a:visited {
			text-decoration:none;
			color:#777;
			}
			
			#crumbs li a:hover, #crumbs li a:focus {
			color: #800000;
			}
			
			#info{
			margin: 0 auto;
 			font-size: 11px;
 			color: #777;
 			text-align: center;
 			margin-top: 10px;				
			}
			
			#info a{
			color: #6c6c6c;
			}
			
			#info span{
			display: none;
			}
			
#info a:hover{
color: #800000;
}
			
			
/*--------------*/
/*CUSTOM CLASSES*/
/*--------------*/


.picture{
margin-top: 42px;
margin-bottom: 5px;
margin-right: 15px;
padding: 1px;
margin-left: 50px;
float: right;
border-color: #e5e5e5;
border-style: solid;
border-width: 1px;

}

.picture1{
margin-top: 42px;
margin-bottom: 5px;
margin-right: 15px;
padding: 1px;
margin-left: 50px;
float: left;
border-color: #e5e5e5;
border-style: solid;
border-width: 1px;

}

.picture2{
margin-top: 10px;
margin-bottom: 5px;
margin-right: 15px;
padding: 1px;
margin-left: 50px;
float: right;
border-color: #e5e5e5;
border-style: solid;
border-width: 1px;

}

.picturetitle{
padding-left: 10px;
text-align: center;
font-size: 11px;
padding-right: 23px;	
}
.picture_left{
margin-right: 20px;
padding: 1px;
margin-left: 50px;
float: left;
border-color: #e5e5e5;
border-style: solid;
border-width: 1px;
}

.gallery{
margin-bottom: 10px;
margin-top: 10px;
padding: 1px;
border-color: #e5e5e5;
border-style: solid;
border-width: 1px;
}

#content .picturetitle span{
color: #6e0000;
}

hr{
display: none;
}

.big{
	font-size: 16px;
}