
/* Typo3 Konfiguration */

h1 {
	font-size:22pt;
	color:#f88536;
	font-weight:normal;
	margin-bottom:5px;
}

h2,
h3,
h4 {
	color: #f88536;
}

h4 {
	margin: 5px 0;
}



h5 {
	color:#e11425;
}

h6 {

}

h1.imageheader {
	background-repeat:no-repeat;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
}



p {
	font-size:12px;
	line-height:1.6;
	color: #eee;
}


blockquote {
	display: block;
	margin: 10px auto;
	font-style:inherit;
	color: #111;
	letter-spacing: 1px;
	line-height: 2;
	text-align: center;
}

blockquote p {
	font-size: 14px;
	font-style: italic;
}


a {
	color:#f88536;
	text-decoration:none;
}

.align-center{
	text-align: center;
}

.align-right{
	text-align: right;
}

.indent {
	margin-left: 20px;
}


fieldset {
	width: 900px;
	border: none;
}

fieldset dl {
	border: none;
}
fieldset dt {
	margin-top: 20px;
}


.fieldsetLeft,
.fieldsetRight {
	width: 450px;
	float: left;
}

dd {
	margin: 0px;
}

.txt {
	width: 380px;
	background-color: transparent;
	color: #fff;
	line-height: 20px;
	height: 20px;
}

.clearer {
	width: 100%;
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
}



/* Typo3 Konfiguration Ende */








img {border:none;}

body {
	background-color:#4d4e4c;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left 3px ;
	font-family:arial,verdana,sans-serif;
	font-size:9pt;
	color:#fff;
	line-height:1.5;
	margin:24px 0 0 0 ;
	padding:0px;
}

ul {
	margin:0;
	padding:0;
}


.nav_bar {
	background-color:#333333;
	background-image: url(../images/navigationBG.jpg);
	background-repeat: repeat-x;
	min-height: 24px !important;
	height: 30px;
	
}
#logo {}

#banner {}


#navigation img {
	float:left;
	margin: 0 5px;
}

#content {}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
}


#topMenu {
	display: inline;
	float: right;
	height: 24px;
	margin-top: 57px;
}

#topMenu ul {
	display: block;
	height: 24px;
	margin:0px;
	padding:0px;
	float:left;
}

#topMenu li {
	float: left;
	display: inline;
	margin-right: 10px;
}

#topMenu li a {
	font-size: 10px;
	line-height: 1;
	color: #eee;
}

#topMenu li a:hover {
	text-decoration: underline;
}




#content ul {
	margin-left: 20px;
}

#content li {
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../images/listItem.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin: 0px;
	width: 400px;

}

.siteContentLeft,
.siteContentRight {
	float: left;
	width: 440px;
	padding-left: 20px;
	padding-top: 20px;
}

.siteContentLeft {
	width: 433px;
}
.siteContentRight {
	width: 477px;
}

.siteContentMain {
	clear: left;
}

.csc-default .contenttable {
	width: 872px;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 125px;
	background-image: url(../images/feature-header.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	border-collapse: separate;
	border-spacing: 0;
}

.csc-default .contenttable th {
	text-align: left;
}


.csc-default .contenttable tr {

}

.csc-default .contenttable thead .td-0,
.csc-default .contenttable thead .td-1 {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	padding: 2px 5px;
	margin: 0 !important;
}

.csc-default .contenttable thead .td-1 {
	text-align: center;
}

.csc-default .contenttable tbody .td-0 {
	width: 600px;
	text-align: left;
	border-bottom: 1px solid #888;
	padding: 2px 5px;
	margin: 0 !important;
	line-height: 24px;
}
.csc-default .contenttable tbody .td-1 {
	width: 156px;
	text-align: center;
	background-color: #666;
	border-bottom: 1px solid #888;
	line-height: 24px;
	padding: 2px 5px;
	margin: 0 !important;
}


.slogan {
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
}


/* Menu */



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	padding:		0 18px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
	width: 200px;
	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #eee;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0.01em;
	color: #fff;
}
.sf-menu li {
}

.sf-menu li:hover, 
.sf-menu li.sfHover,
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
	outline:		0;
}

.sf-menu li:hover,
.sf-menu li.active {
	background-image: url(../images/navigationBGon.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.sf-menu li li {
	background-color: #333;
}

.sf-menu li li:hover {
	background-color: #111;
	background-image: none;
}

.sf-menu li li a:hover {
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/* feature list */
		div#feature_list {
			width: 960px;
			height: 240px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
			background-image: url(../images/tabsBG.png);
			background-repeat: repeat-y;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 320px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #fff;
			text-decoration: none;	
			display: block;
			padding: 10px 35px 10px 10px;;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background: url(../images/feature-tab-current.png);
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
		
		ul#tabs span {
			display: block;
		}

		ul#output {
			width: 960px;
			height: 240px;
		}

		ul#output li {
			position: absolute;
			width: 960px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
		
		
		
		
.csc-default {
	clear: both;
}