
/*

Thank you for visiting this CSS document.
(c) Sascha Bregenhorn, netzrocker.com

---

blue	#2a4170
red		#932823

*/



/*** main elements ***/

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/bg_site.jpg) no-repeat fixed bottom left;
}
#container {
	width: 760px;
	background: url(../images/bg_container.gif) repeat-y;
	overflow: auto;
}
#content_outside {
	width: 760px;
	background: url(../images/bg_content.gif) no-repeat;
	overflow: auto;
}
#content_inside {
	float: left;
	width: 685px;
	margin: 10px 0px 0px 35px;
}
#ina {
	float: right;
	width: 20px;
	margin-top: 130px;
}
#footer {
	clear: both;
	padding: 10px 0px;
	text-align: right;
}



/*** content ***/

#header {
	height: 85px;
}
#navigation {
	float: left;
	width: 115px;
}
#content {
	float: right;
	width: 560px;
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #932823;
	border-bottom: 1px solid #932823;
}
.image_right {
	float: right;
	margin: 3px 0px 10px 15px;
}
.image_left {
	float: left;
	margin: 3px 15px 10px 0px;
}



/*** navigation ***/

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	background: url(../images/bg_navigation.gif) 0px 2px no-repeat;
}
#navigation a {
	display: block;
	font: bold 0.8em/1.5em verdana;
	color: #2a4170;
	padding: 1px 0px 2px 15px;
	text-decoration: none;
}
#navigation a:hover {
	color: #932823;
	text-decoration: underline;
}



/*** typo ***/

p, #content li {
	font: normal 0.8em/1.5em verdana;
	color: #2a4170;
}
h1 {
	font: bold 1.2em/1.5em verdana;
	color: #2a4170;
}
h2 {
	font: bold 1.1em/1.5em verdana;
	color: #2a4170;
}
b, strong {
	color: #932823;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #932823;
	text-decoration: none;
}
a:hover {
	color: #932823;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
