/* 
Semfer
Website by Elmar Beckmann / http://elmarbeckmann.com
(c)2007 Elmarbeckmann.com
*/

/* normal */

h1 {
	display: none;
}

h2 {
	font-size: 40px;
	font-weight: normal;
	color: #002d62;
	margin-top: 0;
	margin-bottom: 35px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #bbb;
	margin-top: 0;
	margin-bottom: 0;
	text-transform:uppercase;
	padding-left: 8px;
	
}

/*
img {
	border: 1px #000 solid;
}
*/

a {
	color: #666;
	text-decoration:none;	
	border: none;
}

a:hover {
	color: #666;
	border-bottom: 1px #555 solid;		
}		

a.active {
	color: #666;	
	font-weight:bold;
}	

input {
	border: 1px #ddd solid;
	background-color: #eee;
	margin: 0 0 3px 0;
	padding: 3px 2px 3px 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
	width: 200px;
}

textarea {
	border: 1px #ddd solid;
	background-color: #eee;	
	margin: 0 0 3px 0;
	padding: 3px 2px 3px 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	width: 200px;
}

select {
	border: 1px #ddd solid;
	background-color: #efefef;		
	margin-bottom: 3px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	width: 261px;
}

input.submit {
	border: 1px #fff solid;
	padding: 5px;
	background-color: #ccc;
	color: #111;
}

table {
}

td {
	padding-right: 5px;
}



html {
	background:#d5dde0 url(../img/background.gif) repeat-x top;
	min-height:100%;
}

body {
	margin:0pt auto;
	min-width:950px;
	padding:0pt;
	font-family: "Helvetica", "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #415062;
	line-height: 160%;
}

#top_bg {
	position: relative;
	font-size:0pt;
	height:290px;
	margin:0pt auto;
	background: url(../img/top.jpg) no-repeat 50% 0;
	text-align: center;
	z-index: 0;
}

/*
	#top_head {
		position: relative;
		font-size:0pt;
		height:290px;
		margin-top:0px;
		width:950px;	
		margin:0pt auto;	

		text-align: center;
		z-index: 0;
	}
*/


#main {
	position: relative;
	width:950px;	
	margin:0pt auto;
	margin-top: -290px;
	z-index: 100;
	/*background: url(../img/background_stretch.gif) repeat-y center;*/
	/*behavior: url(static/css/iepngfix.htc);*/
}

	#top {
		height: 200px;
	}

	#content_holder {
		background: url(../img/main_bg.jpg) no-repeat top;		
	}
	
		#content {
			position: relative;
			width:900px;	
			margin:0pt auto;
			background-color: #fff;
		}

	#content_footer {
		position: relative;
		width:950px;	
		height: 20px;
		margin:0pt auto;
		padding-bottom: 25px;
		background: url(../img/main_footer.jpg) no-repeat top;	
	}

	#bottom {
		position: relative;
		width:950px;	
		height: 124px;
		margin:0pt auto;
		padding-bottom: 25px;
	}
	
	#bottom img {
		border: 0;
	}


			