﻿@charset "utf-8";


/* ====================================== 
   1. Allgemeine Styles 
   ====================================== */

/* Allgemeine Selektoren */   
body {
	background-color: #717c92;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0;
}
br {
	clear: left;
	letter-spacing: normal;
}
/* Texte */
h1 {
	font-size: 16px;
	font-style:  italic;
	margin-top: 15px;
	color: #003366;
	letter-spacing: 3px;
	line-height: 0px;
}
h2 {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 0;
}
h3 {
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 0px;
	margin-top: 5px;
}
.content {
	line-height: 18px;
	letter-spacing: 1px;
}
.address {
	font-size: 11px;
	letter-spacing: 1px;
	color: #000000;
}
.navigation {
	font-size: 14px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
	margin-left: 18px;
}
/* Hyperlinks */
a {
	outline: none; /* Nur für Mozilla Firefox ! */
	color:#000000;
	width: 160px;
	height: 15px;
	font-size: 12px;
	margin-bottom:5px;
	padding: 3px;
	display:block;
	background-color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	outline: none; /* Nur für Mozilla Firefox ! */
	color:#000000;
	width: 160px;
	height: 15px;
	margin-bottom:5px;
	display:block;
	background-color: #FF9900;
	text-decoration:none;
}
a.link_footer {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link_content {
	color: #003366;
	text-decoration: underline;
}
a.link_address {
	color: #000000;
	text-decoration: underline;
}

/* ==================================== 
   2. Styles für die  Navigation 
   ==================================== */

/* Allgemeine Kalibrierung */
.navi_01, .navi_01_active, 
.navi_02, .navi_02_active, 
.navi_03, .navi_03_active, 
.navi_04, .navi_04_active, 
.navi_05, .navi_05_active, 
.navi_06, .navi_06_active, 
.navi_07, .navi_07_active, 
.navi_08, .navi_08_active {
	float: left;
	height: 18px;
	width: 145px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 20px;
}

/* Kalibrierung der Abstände des ersten und letzten Navigationspunkts */
.navi_01, .navi_01_active {
	margin-top: 5px;
}
.navi_08, .navi_08_active {
	margin-bottom: 8px;
}

/* Hintergrundbild der Navigationspunkte im "normalen" Zustand */
.navi_01,
.navi_02,
.navi_03,
.navi_04,
.navi_05,
.navi_06,
.navi_07,
.navi_08 {
	background-image: url(../images/normal.jpg);
}

/* Hintergrundbild der Navigationspunkte im "aktiven" Zustand */
.navi_01_active,
.navi_02_active,
.navi_03_active,
.navi_04_active,
.navi_05_active,
.navi_06_active,
.navi_07_active,
.navi_08_active {
	background-image: url(../images/active.jpg);
}

/* Hintergundbild der Navigationspunkte im "hover/focus" Zustand */
a.navi_01:hover, a.navi_01:focus, 
a.navi_02:hover, a.navi_02:focus, 
a.navi_03:hover, a.navi_03:focus, 
a.navi_04:hover, a.navi_04:focus, 
a.navi_05:hover, a.navi_05:focus, 
a.navi_06:hover, a.navi_06:focus, 
a.navi_07:hover, a.navi_07:focus, 
a.navi_08:hover, a.navi_08:focus  {
	background-image: url(../images/hover.jpg);
}
/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */


@charset "utf-8";


/* ==================================== 
   1. Styles für die  Layoutbereiche 
   ==================================== */
   
#wrapper {
	color: black; 
	background: white url(../images/main.jpg);
	width: 1004px;
	margin: 0px auto;
}
	#header {
		position: relative;
		height: 253px;
		width: 1004px;
		background-image: url(../images/header.jpg);
	}
	#navigation {
		float: left;
		width: 185px;
		padding: 14px 0 0 40px;
	}
	#content {
		float: right;
		width: 714px;
		border-left: solid 1px #999999;
		padding: 20px 44px 20px 20px;
	}
	#footer {
		clear: both; 
		height: 37px;
		background-image: url(../images/footer.jpg);
		padding-top: 4px;
		padding-left: 30px;
		font-size: 10px;
		color: #FFFFFF;
	}
/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
