@charset "UTF-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
#page {
	background: #fff url(../images/bg.png) repeat-x;
}
.oneColFixCtrHdr #container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	height: 75px;
	padding: 0 15px;
	margin-bottom: 35px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 15px 50px;
	abackground: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background: url(../images/footerbg.png) repeat-x;
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}

.clr { clear: both; }

/* MENU */
div#navigation { 
	float: left; 
	width: 595px; 
}
div#langSel { 
	text-align: right; 
	font-size: 10px; 
	height: 15px;
}
div#langSel a {  
	color: #343434;
	font-size: 10px; 
	margin: 10px;
	padding-left: 20px;
	text-decoration:none;
}

#langDE {
	background: url(../images/de.png) 0px -19px no-repeat;
}
#langDE:hover {
	background: url(../images/de.png) 0px 1px no-repeat;
}
#langEN {
	background: url(../images/en.png) 0px -19px no-repeat;
}
#langEN:hover {
	background: url(../images/en.png) 0px 0px no-repeat;
}
#langFR {
	background: url(../images/fr.png) 0px -19px no-repeat;
}
#langFR:hover {
	background: url(../images/fr.png) 0px 0px no-repeat;
}

ul#menu {
	padding-top: 15px;
	margin-left: 25px;
}
ul#menu li {
	float: left;
	list-style:none;
}
ul#menu li a {
	padding: 5px 10px;
	margin: 0 5px;
	color: #737373;
	background: #141414;
	text-decoration: none;
}
ul#menu li a:hover {
	background: #1f1f1f;
}

/* ANWENDUNG (Tab-Slider) */
div#appsliderbox {
	aposition: relativ;
	height: 275px;
	background: url(../images/appbg.png) 0 bottom no-repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
ul#appmenu {
	width: 225px;
	height: 275px;
	background: #000;
}
ul#appmenu li {
	list-style:none;
}
ul#appmenu li a {
	list-style:none;
	display: block;
	width: 195px;
	height: 35px;
	padding: 10px 15px;
	background: #000;
	font_size: 12px;
	color: #808080;
	text-decoration: none;
}
ul#appmenu li a:hover, ul#appmenu li a.current {
	background: #141414;
	color: #808080;
}
#appslider {
	float:right;
	width:595px;
	height:275px;	
}
#appslider div {
	position:relative;
	display:none;	
	color:#fff;	
	margin:0;
}
#appslider div span {
	position: absolute; font-size: 16px; color:#fff; text-shadow: 0 0 8px #000; font-weight:lighter;
}
#appslider div span a {
	color:#fff; text-decoration:none;
}

/* override the root element */
/* to enable scrolling       */
#appslider {
	position:relative;
	overflow:hidden;
	clear:both;
}
/* override single pane */
#appslider div {
	float:left;
	display:block;
	width: 595px;
	cursor:default;
}
/* our additional wrapper element for the items */
#appslider .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

/* FOOTER */
#centerFooter {
	margin: 0 auto;
	width: 820px;
	text-align: right;
}
#contactbox {
	display: inline-block;
	background: #141414;
	color: #808080;
	padding: 10px 20px;
	text-align: left;
}
h3#contact {
	font-size: 13px;
	color: #bfbfbf;
	afont-weight: normal;
}
#contactbox td {
	font-size: 0.9em;
	padding-right: 10px;
	line-height: 1.1em;
}


/*  LINKS */
a#logolink {
	display: block;
	float: left;
}


/* TEXT-FORMATIERUNGEN FÜR DEN CONTENT-BEREICH */
/* ÜBERSCHRIFTEN */
#mainContent h1 {
	font-size: 1.17em;
	color: #262626;
	afont-weight: normal;
	margin-bottom: 20px;
}
#mainContent h2 {
	font-size: 1.1em;
	color: #262626;
	afont-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}

/* FLIE?TEXT */
#mainContent p {
	margin-bottom: 10px;
}

/* LINKS */
#mainContent a {
	color: #666;
}
#mainContent a:hover {
	color: #333;
	text-decoration: none;
}

/* AUFZÄHLUNGEN */
#mainContent ul {
	list-style:disc;
	margin: 10px 20px;
}
#mainContent li {
	margin: 10px;
}




/* TEASER */
div.teaser {
	float:left;
	width: 250px;
	amargin-bottom: 40px;
	margin-right: 20px;
}
div.teaser img {
	display: block;	
}
div.teaser h2 {
	aborder-left: 5px solid #009716;
	aline-height: 1.09em;
	font-size: 1.13em;
	color: #262626;
	afont-weight: normal;
	margin: 20px 10px 10px;
	apadding-left: 10px
}
div.teaser p {
	margin: 10px;
}
div.teaser ul {
	list-style-type:disc;
	margin: 10px;
}
div.teaser li {
	margin: 0px 10px;
}


