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

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

#header {
	display: none;
}

#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 {
	display: none;
}






ul .firstlevel {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 17px;
	width: 185px;
}

ul .firstlevel a {
	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;
}

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

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






ul .secondlevel {
	margin: 2px 22px 2px 0px;
	padding: 0px 0px 2px 5px;
	text-decoration: none;
	text-align: right;
	list-style: none;
	width: 185px;
}

ul .secondlevel a {
	padding-right: 30px;
	margin-right: 10px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	
	color: #006699;
	background-image: url("../pics/menu_bg_sub_off.gif");
	background-repeat: no-repeat;
	background-position: right;
}

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

ul .secondactive a {
	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 {
	margin: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0px;
	padding-left: 10px;
	margin-bottom: 16px;
}

#Inhalt ul li {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
}

#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 {
	display: none;
}

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

#menue_sub_header {
	position: absolute;
	right: 0px;
	top: 22px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

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

#menue_sub_header a {
	color: #006699;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	width: 200px;
}

#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: 60%;
	float: left;
	margin: 0px;
	margin-left: 0;
}

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






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

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

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






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

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

.multicolumnthirdscenter {
	display: inline;
	padding: 5px;
	width: 33%;
	float: left;
	margin: 5px 0 5px 0;
}

.multicolumnthirdsright {
	display: inline;
	padding: 5px;
	width: 33%;
	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 {
	float: left;
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	float: right;
}

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

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

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

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