/* CSS Document */
* {
	margin			: 0;
	padding			: 0;
	border			: none;
	background		: transparent;
}
html,
body {
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background: #ffffff url("../images/bg_html.png") 0% 0% repeat-x;
	font-family: "Verdana", sans-serif;
	font-size: 15px;
	color: #320000;
	line-height: 1.25em;
}
a {
	text-decoration	: none;
} a:hover {
	text-decoration	: underline;
}
ul {
	list-style		: none;
}
br {
	clear			: both;
}

/*********************************************************************************/
/* POSITIONIERUNG */
#site {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}

#header {
	width: 1200px;
	height: 175px;
}
#header1 {
	width: 150px;
	height: 100%;
	float: left;
}
#header2 {
	width: 350px;
	height: 100%;
	float: left;
}
#header3 {
	width: 700px;
	height: 100%;
	float: left;
	background: url("../images/bg_header3.png") 100% 100% no-repeat;
}

#navigation {
	margin: 0 0 0 60px;
	width: 1140px;
}

#wrapper {
	width: 1200px;
	min-height: 250px;
	background: url("../images/bg_wrapper.png") 0% 0% no-repeat;
}
#footer {
	margin-top: 10px;
	padding: 0.5em 0;
	width: 100%;
	height: 2.5em;
	border-top: #f0f0f0 1px solid;
	overflow: hidden;
}
#footer_left {
	width: 50%;
	float: left;
	text-align: left;
}
#footer_right {
	width: 50%;
	float: right;
	text-align: right;
}
/*********************************************************************************/
/* SCHRIFTFORMATIERUNG */
h1 {
	margin: 0 0 7px 0;
	color: #320000;
	font-size: 117%;
	font-weight: bold;
}
h2 {
	color: #320000;
	font-size: 90%;
	font-weight: bold;
}
h3 {
	margin: 27px 0 0 0;
	clear: left;
	color: #c5c5c5;
	font-size: 97%;
	font-style: italic;
	font-weight: bold;
}

#navigation ul {
	margin: 35px 0 0 0;
	height: 35px;
}
#navigation li {
	width: 175px;
	height: 100%;
	float: left;
}
#navigation a {
	display: block;
	color: #ffffff;
	font-size: 100%;
	line-height: 35px;
}
#navigation a:hover {
	color: #320000;
	text-decoration: none;
}
#footer {
	font-size: 80%;
	color: #c5c5c5;
}
#footer a {
	color: #c5c5c5;
	display: inline;
}
#footer a:hover {
	color: #c5c5c5;
	text-decoration:underline;
}
