* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	overflow: auto;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #0089c2;
	color:#555555;
}

h1, h2, h3, h4, h5 {
	color:#005886;
	font-family:Helvetica,Verdana,sans-serif;
	margin:5px 0px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}

h1 {
	font-size:20px;
}

h2 {
	font-size: 17px;
	padding-top: 10px;
}

h3 {
	font-size: 15px;
}

p {
	text-align: justify;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 11px;
	padding: 10px 0px;
}

p.indent {
	text-indent: 12px;
}


a:link {
	color:#005886; text-decoration:none;
}

a:visited { 
	color:#005886; text-decoration:none;
}

a:focus {
	color:#005886; text-decoration:none;
}

a:hover { 
	color:#005886; text-decoration:underline;
}

a:active {
	color:#005886; text-decoration:none;
}

.hw_page {
	padding-top: 10px;
	width: 640px;
}
.hw_header {
	width: 640px;
	height: 50px;
}

.hw_logo {
	width: 360px;
	float: left;
	height: 55px;
	padding-left: 10px;
}

.hw_icons {
	width: 260px;
	float: left;
	text-align: right;
	padding-top: 25px;
	padding-right: 10px;
}

.hw_menu {
	width: 640px;
	height: 115px;
	clear: both;
	background: url(../images/shadow2.jpg) no-repeat;
}

.hw_menu ul {
	padding-left: 20px;
}

.hw_menu li {
	text-align: left;
	float: left;
	list-style-type: none;
	width: 91px;
	padding: 39px 4px 0px 4px;
}

.hw_menu_item {
	height: 44px;
	border-left: 1px solid #CCC;
}

.hw_menu_item_first {
	height: 44px;
}

.hw_menu_text {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	margin:0 4px;
	text-transform:uppercase;
}

.hw_menu_caption {
	font-family:Verdana;
	font-size:9px;
	margin:0 4px;
}

.hw_menu_bg {
	padding-top: 10px;
	
}

.hw_content {
	width: 620px;
	clear: both;
	min-height: 100%;
	height: auto !important;
	height: 100%;  /*wir lieben den IE */
	background-color: #FFF;
}

.hw_main {
	width: 600px;
	background-color: #F3F3F3;
	text-align: left;
	overflow: hidden;
}

.hw_right {
	float: left;
	width: 180px;
	padding: 10px;
	text-align: center;
	background: #EEE;
}

.hw_left {
	float: left;
	width: 380px;
	margin: 10px;
}

.hw_footer {
	padding: 10px 0px;
	text-align: center;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 11px;
}

.hw_image {
	border: 1px solid #CCC;
}

.hw_imagecaption {
	width: 160px;
	text-align: center;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
}

div.teammember {
	margin-top: 10px;
	clear: both;
}



div.teammember a{
	border: none;

}

div.teammember-link {
}

div.teammember-foto {

	/*position: relative;*/
	margin-right: 10px;
	width: 50px;
	float: left;
	border: none;
	height: 50px;
}

div.teammember a img {
	text-decoration: none;
	color: transparent;
	border: none;
}

div.teammember-text {
}

img.noborder {
	border: 0;
}