/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 1em;
}

h1, h2, h3, #nav {
	font-family: Geneva, Verdana, Arial;
	font-weight: normal;
}

#header {
	background-color: #006699;
	width: 900px;
	border-right: 1px solid #004466;
}

#nav, #fnav {
	float: left;
	width: 300px;
	background-color: #fff;
}

#branding {
	float: left;
	width: 560px;
	margin-right: 40px;
}

#branding a:link, #branding a:visited {
	text-decoration: none;
	color: #fff;
}

#nav ul {
	list-style-type: none;
	font-size: 1.4em;
	padding-top: 40px;
	letter-spacing: 0.05em;
}

#nav li {
	width: 100%;
	margin: 0 0 0 0;
}

#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	color: #006699;
	text-indent: 60px;
}

#nav a:hover, #nav li.active a:link, #nav li.active a:visited {
	background: url(../img/navi-hover.jpg) repeat-x 10px;
}

.txt {
	background-color: #fff;
	padding: 0 5px;
}

#content {
	float: left;
	font-family: Verdana, Arial, non-serif;
	letter-spacing: 0.03em;
	width: 580px;
	background-color: #006699;
	border-top: 3px solid #fff;
	border-right: 1px solid #004466;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 20px 20px 0;
	margin: 0 0 0 300px;
}

#branding h1 {
	padding: 40px 0 0 80px;
	margin: 40px 0
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: right;
}

#content h2, #content p, #content ul, #content h3, .csc-textpic {
	padding-left: 20px;
}

#password {
	margin-left: 20px;
}

#content div.csc-textpic-intext-left .csc-textpic-imagewrap {
	margin-right: 30px!important;
}

#content img {
	margin: 0 20px 20px 0;
}

#content ul {
	padding-left: 40px;
}

#content h2, #content h3 {
	margin: 20px 0 30px 0;
}

#content h3 {
	margin-bottom: 10px;
}

#content h3 a:link, #content h3 a:visited {
	color: #fff;
}

#content a:link, #content a:visited {
	color: #00AAFF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 900px;
	font-size: 0.9em;
	border-top: 1px solid #fff;
	border-right: 1px solid #004466;
}

#fnav {
	font-family: Geneva;
	color: #006699;
	padding: 20px 20px 0 0;
	width: 280px;
	text-indent: 60px;
}

#fnav a:link, #fnav a:visited {
	color: #006699;
	text-decoration: none;
}

#fnav a:hover {
	text-decoration: underline;
}

#copy {
	float: left;
	background-color: #006699;
	font-family: Verdana, Arial, non-serif;
	color: #fff;
	display: block;
	width: 580px;
	padding: 20px 0 10px 20px;
	border-bottom: 1px solid #004466;
}

.clb {
	clear: both;
	line-height: 0px;
	height: 0px;
}

/*

FORMULAR
*/

.Tx-Formhandler {
	padding-left: 20px;
}

#content input, #content textarea {
	border: 1px solid #1466a6;
}

#content input:hover, #content textarea:hover, #content textarea:focus,  #content input:focus {
	background-color: #eee;
}

#content input[type=submit] {
	width: 120px;
}

#content label {
	width: 140px;
	float: left;
}

#content .clear {
	clear: both;
	height: 10px;
}

#content .error {
	color: #ccc;
	font-weight: bold;
}

.pflicht {
	font-weight: bold;
	color: red;
	margin-top: 10px;
}
