/* LAYOUT ======================================== */
#wrapper_wide {
	position: relative;
	margin: 0px auto 0px 0px;
	text-align: left; /* Aufheben von IE_quirks im BODY */
}

.titleBar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 95px;
	width: 1060px;
	margin: 0;
	padding: 0;
	line-height: 110%;
}

.titleBarText {
	position: absolute;
	top: 0px;
	left: 200px;
	height: 90px;
	width: 860px;
	padding-top: 5px;
	font-size: 180%;
	line-height: 130%;
	font-family: times, serif;
	font-variant: small-caps;
	font-weight: bold;
	/*border-bottom: 1px solid #6699ff;*/
}

.titleBarTextLarge {
	font-size: 150%;
	letter-spacing: 0.3em;
	margin-bottom: 5px;
	font-variant: small-caps;
}

.titleBarTextSmall {
	font-size: 110%;
	letter-spacing: 0.15em;
	line-height: 400%;
	margin-bottom: 5px;
	font-variant: small-caps;
}

.siteNavigation {
	position: absolute;
	top: 100px;
	left: 0px;
	height: 20px;
	width: 1060px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	vertical-align: text-bottom;
	/*border-top: 1px solid #6699ff;*/
	border-bottom: 1px solid #6699ff;
	text-indent: 200px;
	font-size: 100%;
	line-height: 130%;
	/*color: #000000;*/
	vertical-align: bottom;
}

.mainNavigation {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 180px;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 100%;
	line-height: 110%;
}

.mainContent {
	position: absolute;
	top: 120px;
	left: 180px;
	width: 700px;
	margin: 10px;
	padding: 10px;
	font-size: 100%;
	line-height: 110%;
	border-left: 1px solid #6699ff;
	border-right: 1px solid #6699ff;
	margin: 10px;
}

.rightSide {
	position: relative;
	width: 240px;
	padding: 0px;
	top: 120px;
	left: 810px;
	margin: 0px;
	padding: 0px;
}

.footerLine {
	position: relative;
}

.linkBox {
	padding-right: 20px;
	margin-right: 20px;
	width: 100px;
	border-right: 1px solid	#6699ff;
}

/* LAYOUT DEPENDEND FORMATTING ======================================== */
.titleBar img {
	position: absolute;
	left: 20px;
	padding: 0px;
}

img#titleBackground {
position:fixed;
top:0;
left:0;
width:1060px;
height:95px;
}

.siteNavigation a {
	color: #6699ff;
	text-decoration: none;
	letter-spacing: 0.3em;
	font-weight: bold;
}

.mainNavigation ul,ol,li {
	list-style-type: none;
}

.mainNavigation ul {
	margin: 0px;
	padding: 0px;
}

.mainNavigation ul li {
	margin: 0;
	padding: 5px 5px 5px 5px;
	list-style: none;
	border-bottom: 1px #6699ff solid;
}

.mainNavigation ul li a {
	text-decoration: none;
	color: #000000;
}

.mainNavigation ul li ul {
	margin: 0px;
	padding: 0px;
}

.mainNavigation ul li ul li {
	margin: 0;
	padding: 5px;
	padding-left: 20px;
	list-style: none;
	border-bottom: none;
}

.rightSide hr {
	padding-top: 10px;
	padding-bottom: 10px;
}

.rightSide img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

/* FORMATTING ======================================== */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	background: #fff;
}

h1 {
	font-size: 130%;
	line-height: 140%;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #000;
}

h2 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	margin: 12px 0px 4px 0px;
	color: #333;
}

h3 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	margin: 12px 0 4px 0px;
	color: #666;
}

h4 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	margin: 4px 0 4px 0;
	color: #c00;
}

h5 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	margin: 4px 0 4px 0;
	padding: 2px 2px 4px 2px;
	background-color: #FFCC33;
	color: #333;
}

h6 {
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	color: #666;
	margin: 4px 0 4px 0;
}

img {
	border: 0px;
	padding: 10px;
	margin: 0px;
}

table,tr,td {
	font-size: 100%;
	line-height: 140%;
	color: #333;
}

table {
	margin: 0 0 0 0;
	border-spacing: 0;
	border-color: #d1d1d1;
	border-collapse: collapse;
}

td {
	border-spacing: 0;
}

th {
	background-color: #f4f4f4;
	font-weight: bold;
	border-spacing: 0;
}

ul,ol,li {
	font-size: 100%;
	line-height: 100%;
}

hr {
	border: none;
	border-bottom: 1px #999 solid;
	height: 1px;
	margin: 0px;
}
