body {
	background-image: url("pix/back.png");
	background-repeat: repeat-x;
	background-color: #E4E4E4;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
}

#outer {
	width: 715px;
	background-image: url("pix/back_middle.png");
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
}

#top {
	width: 715px;
}

#navcontainer {
	width: 715px;
	background-image: url("pix/navbar.png");
	height: 29px;
	overflow: hidden;
}

#navcontainer ul {
	padding: 0;
}

#navcontainer ul li {
	display: block;
	float: left;
	height: 21px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 28px;
}

#navcontainer ul {
	margin: 0;
	color: #FFFFFF;
	font-family: Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 1px;
}

#navcontainer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	color: #F38A8A;
}

#navlist li a:hover, #navlist li a:active {
	color: #F38A8A;
}

#navlist .active a {
	color: #F38A8A;
}

#navlist dfn {
		position:absolute;
		left:-1000px;
		top:-1000px;
		width:0px;
		height: 0px;
		overflow:hidden;
		display:inline;
}

#startleft {
	width: 601px;
	height: 487px;
	overflow: hidden;
	background-image: url("/fileadmin/templates/pix/start_links_1.jpg");
}

#maincontent {
	width: 715px;
	overflow: hidden;
	padding-left: 18px;
}

#leftcol {
	padding: 10px;
	line-height: 140%;
	font-size: 1.1em;
	width: 480px;
	float: left;
}

#leftcol h1 {
	font-size: 1.5em;
	color: #CC0000;
	background-image: url("pix/bullet_h1.gif");
	background-repeat: repeat-y;
	padding-left: 13px;
	font-weight: normal;
	width: 450px;
}

#leftcol h2 {
	font-size: 1.2em;
	color: #51606C;
	background-image: url("pix/bullet_h2.gif");
	background-repeat: repeat-y;
	padding-left: 13px;
	font-weight: normal;
	width: 450px;
}

#leftcol a {
	color: #395584;
	text-decoration: underline;
}

#leftcol a:hover {
	text-decoration: underline;
	color: #CC0000;
}

#leftcol ul {
	list-style-type: square;
	line-height: 140%;
}

#rightcol {
	width: 180px;
	float: right;
	padding-top: 13px;	
	margin-right: 30px;
        line-height: 140%;
}

#rightcol h1 {
	font-size: 1.2em;
	color: #51606C;
	background-image: url("pix/bullet_h1_rechts.gif");
	background-repeat: repeat-y;
	padding-left: 13px;
	font-weight: normal;
	width: 80%;
}

#rightcol a {
	color: #395584;
	text-decoration: underline;
}

#rightcol a:hover {
	text-decoration: underline;
	color: #CC0000;
}


#rightcol p {
        
}

#rightcol ul {
	margin: 0;
	padding: 0;
}

#rightcol ul li {
	list-style-item: none;
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #BBBBBB;
}


#bottom {
	width: 715px;
	background-image: url(pix/back_bottom.png);
	background-repeat: no-repeat;
	font-size: 0.9em;
	text-align: center;
	margin-top: 20px;
}

#bottom a {
	text-decoration: none;
	color: #000000;
}

#bottom a:hover {
	text-decoration: underline;
}

/* Formulare */

.label {
	width: 150px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	float: left;
}

.field {
	width: 300px;
	text-align: left;
	float: right;	
}

.formcontainer {
	width: 480px;
	overflow: hidden;
	margin-bottom: 6px;
}


/* SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #leftcol h1 {
	visibility: hidden;
}

.sIFR-hasFlash #leftcol h2 {
	visibility: hidden;
}

.sIFR-hasFlash #rightcol h1 {
	visibility: hidden;
}

div.csc-textpic {
	width: 100%;
	overflow: hidden;
}