body {
	color: black;
	background-color: white;
	font-size: 100.01%;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff url("../pics/background2.gif") repeat-x;
}

#Seite {
	text-align: left;
	margin: 0 auto;
	width: 1024px;
	height: 800px;
	padding: 0px;
	background: url("../pics/contentbackground.gif") no-repeat;
	background-position: 0px 295px;
	background-color: transparent;
}

#Popup {
	text-align: left;
	margin: 0 auto;
	/*padding: 10px 30px;*/
	background-color: white;
}

#Popup p {
	margin: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0px;
	padding-left: 10px;
	margin-bottom: 16px;
}

#Popup ul {
	list-style-position : outside;
	color: #999999;
}

#Popup ul li {
	font-size: 11px;
	line-height: 24px;
	/*letter-spacing: 1px;*/
	list-style-image:url(../counter.gif); 
	padding-left: 4px;
	color: #99999;
	list-style-position: outside;
}

#header {
	position: relative;
	margin: 0px;
	height: 295px;
	padding: 0px;
	background: #ffffff url("../pics/head.jpg") no-repeat;
	border-bottom: 0px solid silver;
	text-align: right;
}

#breadcrumbs {
	position: absolute;
	right: 50px;
	top: 270px;
	margin: 0px;
	padding: 0px;
	height: 14px;
	font-size: 11px;
	color: #999999;
}

#breadcrumbs a {
	color: #999999;
	text-decoration: none;
}


#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbs li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

a {	
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}




/* NAVIGATION MENU */

#Navigation {
	float: left;
	position: relative;
	width: 190px;
	margin: -42px 0px 0px -5px;
	padding: 0px 3px;
	font-size: 11px;
	text-align: right;
	overflow: hidden;
	/*text-transform: uppercase;*/
}


#Navigation ul.firstLevel {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

#Navigation ul.firstLevel li {
	width: 190px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#Navigation ul.firstLevel li a {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Arial, sans-serif;
	padding-right: 20px;
	text-decoration: none;
	font-weight: bold;
	
	color: #999999;
	background-image: url("../pics/menu_bg_off.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#Navigation ul.firstLevel li a:hover {
	color: black;
	background-image: url("../pics/menu_bg_on.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#Navigation ul.firstLevel li span.menuMainActive a {

	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Arial, sans-serif;
	padding-right: 20px;
	text-decoration: none;
	font-weight: bold;
	
	color: black;
	background-image: url("../pics/menu_bg_on.gif");
	background-repeat: no-repeat;
	background-position: right;
}






#Navigation ul.secondLevel {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: right;
	list-style: none;
	width: 190px;
	line-height: 18px;
}

#Navigation ul.secondLevel li {
	width: 190px;
	padding: 0px;
	margin: 0px;
}

#Navigation ul.secondLevel li a {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Arial, sans-serif;
	padding-right: 30px;
	margin-right: 0px;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	
	color: #006699;
	background-image: url("../pics/menu_bg_sub_off.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#Navigation ul.secondLevel li a:hover {
	color: black;
	background-image: url("../pics/menu_bg_sub_on.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#Navigation ul.secondLevel li span.menuSubActive a {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	
	color: black;
	background-image: url("../pics/menu_bg_sub_on.gif");
	background-repeat: no-repeat;
	background-position: right;
}

/* NAVIGATION MENU END */






#Inhalt {
	position: relative;
	margin: 0px 0px 0px 220px;
	padding: 0px 0px 20px 0px;
	width: 730px;
}


#Inhalt h2 {
	font-size: 1.2em;
	margin: 0px;
	color: #006699;
}

#Inhalt p, table td {
	margin: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0px;
	padding-left: 10px;
	margin-bottom: 16px;
}

#Inhalt ul {
	list-style-position: outside;
	color: #999999;
}

#Inhalt ul li {
	font-size: 11px;
	line-height: 24px;
	/*letter-spacing: 1px;*/
	list-style-image:url(../counter.gif); 
	padding-left: 4px;

}

#Fusszeile {
	clear: both;
	font-size: 0.65em;
	text-align: right;
	margin: 30px 0px 0px 250px;
	padding: 0px;
	width: 700px;
	height: 65px;
	border-top: 0px solid silver;
	color: #006699;
}

#Fusszeile a {
	color: #006699;
	text-decoration: none;
}

#footerfunctions {
	clear: both;
	font-size: 0.65em;
	margin: 0px;
	padding: 0px 80px;
	text-align: right;
	height: 15px;
	border-top: 0px solid silver;
	color: #006699;
}

#footerfunctions a {
	text-decoration: none;
	color: #999;
	font-size: 11px;
}

.topbutt {
	clear: both;
	font-size: 0.65em;
	margin: 0px;
	padding: 0px 0px;
	text-align: right;
	height: 15px;
	border-top: 0px solid silver;
	color: #006699;
}

.topbutt a {
	text-decoration: none;
	color: #999;
	font-size: 11px;
}

#menue_sub_header {
	position: absolute;
	right: 0px;
	top: 20px;
	margin: 0px;
	padding: 0px;
		line-height: 20px;
}

#menue_sub_header span {
	padding: 0px;
	margin: 0px;
	margin-right: 40px;
	width: 200px;
	line-height: 24px;
}

#menue_sub_header a {
	color: #006699;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#menue_sub_language {
	position: absolute;
	right: 50px;
	top: 53px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 15px;
	padding-bottom: 5px;
	color: #006699;
}

/* MULTI COLUMN LAYOUTS */

.multicolumn60to40 {
	position: relative;
	width: 725px;
}

.multicolumn60to40left {
	display: inline;
	padding: 0px;
	width: 400px;
	float: left;
	margin: 0px;
	margin-left: 0;
}

.multicolumn60to40right {
	display: inline;
	padding: 0px;
	width: 300px;
	float: right;
	margin: 0px;
}






/* MULTI COLUMN LAYOUTS */

.multicolumn50to50 {
	position: relative;
	width: 725px;
}

.multicolumn50to50left {
	display: inline;
	padding: 0px;
	width: 350px;
	float: left;
	margin: 0px;
	margin-left: 0;
}

.multicolumn50to50right {
	display: inline;
	padding: 0px;
	width: 350px;
	float: right;
	margin: 0px;
}






.multicolumn40to60 {
	position: relative;
	width: 725px;
}

.multicolumn40to60left {
	display: inline;
	padding: 0px;
	width: 300px;
	float: left;
	margin: 0px;
}

.multicolumn40to60right {
	display: inline;
	padding: 0px;
	width: 400px;
	float: right;
	margin: 0px;
}






.multicolumnthirds {
	position: relative;
	width: 725px;
}

.multicolumnthirdsleft {
	display: inline;
	padding: 5px;
	width: 225px;
	float: left;
	margin: 5px;
	margin-left: 0;
}

.multicolumnthirdscenter {
	display: inline;
	padding: 5px;
	width: 225px;
	w\idth: 194px;
	float: left;
	margin: 5px 0 5px 0;
}

.multicolumnthirdsright {
	display: inline;
	padding: 5px;
	width: 225px;
	float: right;
	margin: 5px;
	margin-right: 0px;
}






.multicolumnfooter {
	margin: 0px;
	clear: both;
	padding: 0px;
	height: 1px;
}


/* TYPO3-SPECIFIC CLASSES */

.csc-textpic img {
	border: 1px solid silver;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	position: absolute;
	top: 30px;
	right: 0px;
}

.csc-textpic-caption {
	font-family: Arial;
	color: #999;
	font-size: 10px;
	padding-top: 5px;
}

.csc-header {
	margin-top: 30px;
	margin-left: 10px;
}

.csc-textpicHeader {
	margin-left: 10px;
}

#titlegfx {
	position: relative;
	left: 20px;
	margin: 0px 0px 20px 210px;
	padding: 0px;
	width: 750px;
}

#titlegfx img {
	border-bottom: 1px dotted #006699;
	margin-top: 0px;
	margin-left: 0px;
}

#contactForm input, #contactForm textarea, #contactForm select {
	border: 1px solid #888888;
}

#contactForm .error {
	color: red;
}