/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
}

body {
	text-align: center;
	background-color: #FF9900;	
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-top {
	vertical-align: top;
}

.text-bottom {
	vertical-align: bottom;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* ------------------------------------------------------------------- */

#ornament_oben {
	z-index: 100;
	position: absolute;
	
	background-image: url(../img/ornament_oben.gif);
	background-repeat: no-repeat;
	background-position: top left;

	width: 560px;
	height: 120px;
	left: -110px;
	top: 0px;
	
	clear: none;
	overflow: hidden;
}

#ornament_unten {
	z-index: 100;
	position: absolute;
	
	background-image: url(../img/ornament_unten.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 440px;
	height: 150px;
	right: -50px;
	top: -60px;
	
	clear: none;
	overflow: hidden;
}


/* ------------------------------------------------------------------- */

#page,
#footer {
	position: relative;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#page {
	background: url(../img/page_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#header {
	position: relative;
	height: 200px;
}

#logo {
	float: right;
	margin-right: 50px;
}

#slogan {
	position: absolute;
	top: 120px;
	left: 40px;
}

#navigation {
	padding: 0px 40px;
}

#navigation ul {
	height: 20px;
}

#navigation ul li {
	float: left;
	display: inline;
	list-style-type: none;
}

#sub_navigation_bg {
	margin: 0px 40px;
	background-color: #999999;
	height: 23px;
}

.sub_navigation {
	visibility: hidden;
}

.sub_navigation ul {
}

.sub_navigation ul li {
	float: left;
	display: inline;
	list-style-type: none;
}

#nav_5 {
	margin-left: 10px;
}

#content {
	min-height: 300px;
	padding: 0px 40px 50px 40px;
}

#content,
#content p,
#content th,
#content td,
#content li,
#content h1,
#content h2,
#content h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content h1,
#content h2,
#content h3 {
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
	text-indent: -999em;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

#content ul li {
	margin-left: 20px;
}

#content p,
#content li {
	font-size: 12px;
	line-height: 1.5em;
}

#content th,
#content td {
	font-size: 12px;
}

#content div.content-element {
	position: relative;
	clear: both;
	padding-bottom: 30px;
}

/*
#content .bodytext a {
	color: #FF3300;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#content .bodytext a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
*/

#footer {
	width: 900px;
	background: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	clear: none;
	padding-bottom: 30px;
}

#footer p,
#footer td,
#footer h1,
#footer h2,
#footer h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#footer p,
#footer td {
	font-size: 12px;
	line-height: 1.5em;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#impressum {
	position: relative;
	float: right;
	width: 200px;
	right: 20px;
	top: 80px;
	z-index: 1200;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#impressum a {
	color: #FF3300;
	text-decoration: none;
}

#impressum a:hover {
	color: #FF3300;
	text-decoration: underline;
}


/* ------------- CSC ------------------ */
.csc-textpic-caption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-top: 3px;
	padding-bottom: 10px;
}

.csc-textpic-image {
	padding-bottom: 10px;
}
/*

.csc-textpic-imagewrap {
	margin-bottom: 10px;
	background-color: red;
	border: 1px solid red;
}

.csc-textpic-clear {
	clear: both;
	border: 1px solid white;
}
*/

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	color: #FF3300;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

span.link-decoration:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a.image span.link-decoration {
	text-decoration: none;
	border: none;
}

a.image {
	text-decoration: none;
	border: none;
}

a.internal-link {
	text-decoration: none;
}

a.external-link {
	padding-right: 14px;
	background-image: url(../img/icons/icon_external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.popup-link {
	padding-right: 14px;
	background-image: url(../img/icons/icon_popup-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.mail {
	padding-right: 14px;
	background-image: url(../img/icons/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.download {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../img/icons/icon_file.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.pdf {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../img/icons/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.word {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../img/icons/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.excel {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../img/icons/icon_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.powerpoint {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../img/icons/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.zip {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../img/icons/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
