@charset "UTF-8";
/* ---------- CSS Document ---------- */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #DFDFDF url(../images/1.jpg) repeat;
}

h1 {
	margin: 0;
	display: none;	
}

h2 {
	display: yes;
}

h3 {
	margin: 30px 0 10px 0;
	padding: 5px 0;
	letter-spacing: 5px;
	border-bottom: 1px dotted #555555;
}

a {
	color: #bb8800;
	text-decoration:none;
	font-size: small;
}

a:hover {
	border-bottom: 1px dotted #bb8800;
}


hr {
	border-top: 1px solid #333333;
}

/* ---------- IDs ---------- */

#wrapper {
	width: 600px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 75px 15px 50px 15px;
	background: #DFDFDF url(../images/bg_muster12.jpg) no-repeat center 40px;
/*	border-left: 1px dotted #333333;
	border-right: 1px dotted #333333;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333; */
}

#wrapper div {order: 1px solid #333333}

#wrapper2 {
	padding: 40px 0 0 5px;
	background: url(../images/logo_chris.png) no-repeat center top;
}


#about {
	margin-top: 5px;
}

#english {
	color: #777777;
	width: 160px;
	margin: 0 10px 10px 0;
	padding-top: 5px;
	border-top: 0px solid #333333;
	float: left;
}


#german {
	width: 160px;
	margin: 0 10px;
	padding-top: 5px;
	border-top: 0px solid #333333;
	float: left;
	color: #333333;
}

#pic {
	margin: -225px -50px 0 0;	
	float: right;
}

#links {
	width: 160px;
	margin: 0 0 0 360px;
	padding: 0 0 0 0;
	min-height: 100px;
}

#contact {
	clear: both;
	padding: 5px 0 5px 0;
	
}

#network {
	margin: 0 0 0 0;
}

#data {
	list-style-type: none;
	line-height: 18px;
	padding: 0 0 0 180px;
	z-index: 13;
}

#data_links {
	list-style-type: none;
	line-height: 18px;
	padding: 3px 0 0 0;
}


#data a, #data_links a {
	color: #DFDFDF;
	background-color: #333333;	
}

#data a:hover, #data_links a:hover {
	font-weight: bold;
	border-bottom: none;
	color: ffffff;
	background-color: #000000;
}

#banner a:hover {
	border-bottom: none;
}

#banner p {
	margin: 0px 0 0 0;
	padding: 50px 0 0 180px;
}








#footer {
	clear: both;
	margin-top: 40px;
	font-size: 9px;
	color: #999999;
}
