body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding-bottom: 10px;
}

.bold {
	font-weight: bold;
}

img a {
	border: 0;
}
a img {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 815px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	padding: 0px;
	margin: 0;
	border-bottom: 1px dotted #333333;
}

#lead {
	margin: 0px 0px 8px 0px;
	background-color: #F5F8FB;
	font-family: "Century Gothic", Helvetica, Arial, Verdana;
	font-size: 20px;
	color: #63b1fe;
	height: 85px;
}

#lead h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 10px;
	padding-top: 8px;
}

#lead h2 {
	margin: 0px 10px;
	padding-top: 10px;
	font-size: 15px;
	font-weight: normal;
}

#leadPic {
	margin: 0;
	padding: 0px 0px 20px;
	width: 815px;
}

#navbar {
	margin: 40px 0 8px 0;
	padding: 0px;
	border-bottom: 1px dotted #333333;
}

#menu {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	line-height: 14px;
}
#menu ul {
	margin: 0 0 4px 0px;
	padding: 0;
}

#menu ul li {
	padding-right: 10px;
	display: inline;
	padding-left: 10px;
	padding-bottom: 0;
	margin: 0;
	padding-top: 0;
	list-style-type: none;
}

#menu ul li a {
	color: #999;
	text-decoration: none;
}

#menu ul li a:hover {
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom: 3px solid #63b1fe;
}

#menu ul li a.selected {
	border-bottom: 3px solid #63b1fe;
}

#simpleviewer {
	display: inline;
	width: 815px;
	background-color: #ffffff;
	margin: 20px 0 0;
	padding: 0;
}

#maintextcolumn {
	display: inline;
	width: 450px;
	float: right;
	min-height: 300px;
	background-color: #ffffff;
	text-align: left;
	line-height: 16px;
	margin: 10px 0px 10px 5px;
	padding: 0 35px 0px 0px;
}

#maintextcolumn h1 {
	font-size: 12px;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-family: "Century Gothic", Helvetica, Arial, Verdana;
}

#maintextcolumn li {
	line-height: 18px;
	list-style-type: square;
	margin: 0;
	padding: 0;
}

#maintextcolumn ul {
	margin-bottom: 10px;
}

#maintextcolumn a {
	color: #63b1fe;
	font-weight: bold;
	text-decoration: none;
}

#maintextcolumn a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#lefttextcolumn {
	display: inline;
	width: 250px;
	float: left;
	background-color: #ffffff;
	text-align: right;
	line-height: 16px;
	margin: 10px 0px 0 5px;
	padding: 0 0px 0px 10px;
}

#lefttextcolumn h1 {
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 30px;
	color: #000000;
	font-weight: bold;
	font-family: "Century Gothic", Helvetica, Arial, Verdana;
}

#lefttextcolumn a {
	color: #63b1fe;
	font-weight: bold;
	text-decoration: none;
}

#lefttextcolumn a.UNselected {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#lefttextcolumn a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.linie_unten,
.linie_unten_weiss {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.linie_unten_weiss {
		border-bottom-color: #fff;
}

.bold_tab {
	font-weight: bold;
	padding-top: 5px;
}

.linie_oben {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
