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

/* normal */

h1 {
	display: none;
}

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

/*
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: #fff;
	margin: 0 0 3px 0;
	padding: 3px 2px 3px 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

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

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: 2px;
	background-color: #ccc;
	color: #333;
}

table {
	background-color: #eee;
	padding: 20px;
}

td {
	padding-right: 5px;
}



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

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

#top {
	position: relative;
	font-size:0pt;
	height:159px;
	margin:0pt auto;
	padding-top: 25px;	
}

	#top_head {
		position: relative;
		font-size:0pt;
		height:159px;
		margin-top:0px;
		width:950px;	
		margin:0pt auto;	
	}

	#top_image { 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 950px; 
		height: 159px; 
		margin:0 0 0 0; 
		padding: 0;
		z-index: 100;
	}

	#top_image img { 
		border: 0;
	}

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

	#main #bottom_bar {
		position: relative;
		background: url(../img/bg_bar.gif) no-repeat;		
		width: 817px;
		height: 26px;
		margin: 15px 66px 0 67px;
		padding-top: 4px;		
		text-align: center;
		font-family: "Trebuchet MS", Verdana, Arial;
		font-size: 11px;
		color: #434343;
	}

		#main #bottom_bar a {
			color: #435d71;
			text-decoration: none;
			border-bottom: none;
		}
		#main #bottom_bar a:hover {
			color: #333;
			border-bottom: 1px #333 dotted;
		}		
	
#footer {
	position: relative;
	width:950px;	
	height: 25px;
	margin:0pt auto;
	padding-bottom: 25px;
}			