/**
* IR-Haag
* 
*/

*{
	margin: 0;
	padding: 0;
}

:focus{
	outline: 0
}

body {
	background-color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

#wrapper{
/*	margin: 0 auto;
	width: 940px;
	height: 580px;
*/	
	
	position:absolute;
	height:580px;
	width:940px;
	margin:-300px 0px 0px -510px;
	top: 50%;
	left: 50%;
}

#header {
	background-color: #333;
	height: 100px;
	margin: 15px 0 15px 0;
	border: none;
}

a img {
	border: none;
} 

#navi_head {
	background-color: #333;
	height: 20px;
	text-align: right;
	color: #BF0054;
	font-size: 12px;
}

#navi_head a, #navi_foot a {
	color: #9C9D9F;
	text-decoration: none;
}

#navi_head a:hover, #navi_foot a:hover {
	color: #BF0054;
	text-decoration: none;
}

#content {
	background: url('images/content.png') no-repeat;
	height: 350px;
	width: 880px; 
	margin-left: 75px;
}

#bild {
	float: left;
	width: 400px;
	margin: 25px 5px 25px 25px; 
}

#copy {
	float: right;
	width: 380px;
	height: 300px;
	padding: 0 15px 0 15px; 
	color: #333;
	margin: 25px 40px 10px 0;
	text-align: justify;
}

#copy p {
	margin: 0px 0 8px 0;
	color: #333;
}

#copy li{
	margin:15px;
	list-style-type: square;
	color:#BF0054;
}

#navi_foot {
	background-color: #333;
	height: 20px;
	text-align: right;
	color: #BF0054;
	clear: right;
}

#copy h2 {
	font-size: 15px;
	color: #BF0054;
	margin: 0 0 10px 0;
}

#copy h3 {
	font-size: 12px;
	color: #BF0054;
	margin: 5px 0 3px 0;
}

#copy a, #copy a:visited, #copy a:active {
	text-decoration: underline;
	color: #333;
}
#copy a:hover {
	color: #BF0054;
}

#copy .table {
	border: none;
	margin: 0px 0 0px 0;
	height: 50px;
	width: 390px;
}

#copy .table2 {
	border: none;
	height:166px;
	width:380px;
}

.thumb {
	height: 70px; /*75px*/
	width: 100px;
	border: 1px solid #9C9D9F;
	padding: 4px;
	margin:0;
}
