html body {
	height: 100%;
}
body {
	background-color: #1A1917;
	font-family: Arial;
	color: #000000;
}

a:link { color: #DD0B0B; /*text-decoration: underline*/ }
a:visited { color: #DD0B0B; /*text-decoration: underline*/ }
a:active { color: #DD0B0B; /*text-decoration: underline*/ }
a:hover { color: #12345e; /*text-decoration: underline*/ }

.menu a:link { color: white; /*text-decoration: underline*/ }
.menu a:visited { color: white; /*text-decoration: underline*/ }
.menu a:active { color: white; /*text-decoration: underline*/ }
.menu a:hover { color: #CCCCCC; /*text-decoration: underline*/ }
.footer a:link { color: Gray;  }
.footer a:visited { color: Gray;  }
.footer a:active { color: Gray;  }
.footer a:hover { color: Gray;  }.footer_left a:link { color: Gray;  }
.footer_left a:visited { color: Gray;  }
.footer_left a:active { color: Gray;  }
.footer_left a:hover { color: Gray;  }
#container {
	background:transparent url(images/home_bg.jpg) no-repeat;
	height:500px;
	margin:0 auto;
	position:relative;
	width:940px;
}

#logo {
	position:absolute;
	right:154px;
	top:90px;
	z-index:1;
}

.head {

}

.maillink,a.maillink {color:#eee; text-decoration:none}
.maillink:hover,a.maillink:hover {color:#DD0B0B;}

.header {
	float:right;
	width:359px;
}

.headerkop {
	font-size: 50px;
	color: white;
	padding-top: 70px;
	margin-right: 35px;
	width: 580px;
}

.menu li a {
	text-decoration:none;

}
		
.menu {
	color:white;
	font-size:18px;
	margin-right:57px;
	position:absolute;
	top:215px;
	width:160px;
}
.menu li {
	list-style-image: url(images/arrow_menu.png);
	border-bottom:1px dotted #D3D3D3;
	line-height: 30px;	
}
#info {
	background:transparent url(images/info_bg.png) repeat scroll 0 0;
	color:#FFFFFF;
	float:right;
	font-size:12px;
	height:115px;
	left:0;
	margin-top:-20px;
	padding:5px;
	position:relative;
	width:267px;
}

#info p, #info b {
	padding:1px 24px;
}
		
.content {
	background: url(images/content_bg.png) repeat 0 0;
	bottom:0;
	float:left;
	height:366px;
	left:0;
	position:absolute;
	width:581px;
	overflow:auto;
	font-size:13px !important;
}
.content form {
	float: left;
	width: 250px;
}
.kop {
	color:#000000;
	font-size:25px;
	font-weight:bold;
	padding-left:20px;
	padding-right:160px;
	padding-top:20px;
}
		
.txt {
	font-size:13px;
	font-weight:bold;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:36px;
}
.txt p {
  font-size:13px;
	clear: both;
}
.txt span {font-size:13px !important;}
.footer {
		 width: 940px;
		 border-top: 1px dotted gray;
		 margin: 0 auto;
		 font-size: 10px;
		 text-align: center;
		 color: gray;		 		 text-decoration:none;
		  }
.footer_left {
		 width: 940px;
		 margin: 0 auto;
		 font-size: 10px;
		 text-align: left;
		 color: gray;		 		 text-decoration:none;
		  }
.footer a 
{
	text-decoration:none;
}
.footer_left a 
{
	text-decoration:none;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
   }
        
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
	}
.album {
	/*background:#ffffff;
	border:1px solid #DD0B0B;
	border-right:5px solid #DD0B0B;*/
	margin: 2px;
	display: inline;
	border: 1px solid #ffffff;
	background: #dddddd;
	padding:2px;
	float: right;
}
	
	h1 {font-size:28px}
	
	#h1text h1{
		font-size:10px;
		color:black;		
	}

	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 990px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 9px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 8px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: gray; /*Brown color theme*/ 
border-color: gray; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 940px;
height: 5px;
line-height: 5px;
background: gray; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: left;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 9px Verdana;
height: 15px;
background-color:Gray;
}


