/* Gesamt-Frame, Header, Navigation   (sonstige Common-Stile sind am Ende) */
#wrapper {
/*	
	min-width: 801px;
	background-image: url(bilder/dot8.gif);   */
}
#headerwrap, #mainnav, #footer {
	width: 800px;  /* 190 + 30 + 730 */
	margin: 0 auto;
	background-image: None;
	background-color: #FFF;
}
#containerwrap {  /* Container in volle Breite */
    padding-top: 25px;
    margin-bottom: 25px;
    background: url(img/cwf-bg.gif) repeat-x top left;
}
#container {   
	width: 800px;
	margin: 0 auto;
	background-image: None;
	background-color: #FFF;
}
#contentwrap {
	float: right;
	width: 610px;
	padding-bottom:15px;
}
#contentwrap_big {
	padding-bottom:15px;
}

#content {
	padding-left:20px;
	margin-left:20px;
/*	border-left: solid 1px; */
	background: url(img/vdot.gif) repeat-y 0 0;
}
#containerwrap_wide #content 
{
	background: None;
	padding-left:10px;
	margin-left:10px;
}
#colnav { /*linke nav spalte */
	float: left;
	width: 190px;
	overflow: hidden;
	padding-top: 10px;
}
#footerwrap {
	border-top: 5px solid #CCCCCC;
	padding: 20px 0 30px;
	clear: both;
	background: url(img/grad3.gif) repeat-x bottom #F6F6F6;
	position: relative;
}
#footer {
	padding: 0;
	color: #666666;
	background: url(img/vdot.gif) repeat-y 210px 0;
	position: relative;
}
#footer .copyright {
	clear: both;
	display: block;
	padding-left: 230px;
	color: #666666;
	font-style: normal;
	font-size: 92%;
}
img.footer_tuev {
	position:absolute; 
	top: 0px; left:45px;
}
/* kleines Menü im footer */
div.footernav {  
/*	position: absolute; top: -20px; right: 0px;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;*/
}
.footernav a, a:visited {
    text-decoration:none;
    color: #71747A;
}

html, body, form, fieldset {
	margin-bottom: 1px; 
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}


/* Normal unsichtbares Zugriffs-Menü (für Text Browser, Smartphone  etc.) */
ul.accessibility {
    position: absolute;
    top: -100%;
}


#header {
/*	background: url(img/head-pic.png) no-repeat top right;   */
	background: url(images/bar/xellsoft_bar_periodic.gif) repeat-x top left;   
	background-attachment: scroll; 
	position: relative;
	height: 80px;
	border: 0px;
}
div.head-right {
	position: absolute;
	top: 0px;
	right: -70px;
}
img.mainlogo {
/*	background: url(img/loopnone.png) no-repeat 20px 10px; */
/*	height: 100px;
	width: 200px; */
	border: 0px;
/*	padding: 14px 0 0 10px; */
	padding: 0px 0 0 0px; 
	margin: 0;
}
/* Schriftgroessen Usertool */
ul.ja-usertools-font {
	color: #eee;
    font-size: 11px;
    position: absolute;
    top: -14px;
    right: 14px;
}
ul.ja-usertools-font li {
    padding: 0;
    margin: 0;
    display: inline;
/*    background: #ddd;  */
}
/* Search Tool */
#search2 ,
#search {
    padding-left: 20px;
    background: url(img/icon-search.gif) no-repeat center left;
    position: absolute;
    top: 50px;
    right: 10px;
}
#search2 .inputbox ,
#search .inputbox {
    width: 120px;
    padding: 3px 5px;
/*    border: 1px solid #9f2832;
    color: #9f2832; */
    border: 1px solid #999;
    color: #999;
    background: #FFFFFF;
    font-size: 92%;
}
div.langnav { /* Navigations-Link zur anderen Sprache (Flagge(n)) */
 position: absolute; top: 0px; right: 130px;
}
/* kleines Menü ganz rechts oben ( nicht verwendet ) */
div.topnav {  
	position: relative;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bilder/dot8.gif); 
}
.topnav a, a:visited {
    text-decoration:none;
    color: #71747A;
    }


/* -------- Horiz-Main Nav All levels -------- */

#mainnavwrap {
	border-bottom: 1px solid #9f2832;
	border-top: 1px solid #9f2832;
	background: #c3d4ee;
	height: 18px;
	position: relative;
/*	letter-spacing: 0.05em; */
/*	font-family: Verdana; */
/*  font-variant: smallcaps; */
/*	text-transform: uppercase; */
}
#mainnav, 
#mainnav ul 
{
	padding: 0;
	margin: 0px auto;
/*	line-height: 12px; */
	font-size: 11px;
	
}
#mainnav a 
{
	display: block;
	line-height: 10px;
	margin: 0;
	padding: 4px 20px;
        
}
#mainnav li 
{ 
    float: right;
    margin: 0;
    padding: 0;
}
#mainnav ul, 
#mainnav li {
	background-image: none;
	list-style: none;
}
#mainnav span.separator {
	display:none;
}

/* -------- Horiz-Main Nav Top level -------- */

#mainnav > ul {
	background-color: #aaaaaa;
	padding-left: 20px;
}
#mainnav ul li {
	background-color: #6a8bbe;
	border-left: 2px solid #bbbbbb;
	border-right: 1px solid #888888;
	margin-right: 1px;
}
#mainnav  ul li a:hover, 
#mainnav  ul li a:focus {
/*	background: url(img/arrow3.png) no-repeat top center #882222; */
	border-bottom: 3px solid #882222; 
	padding-bottom: 6px;
	color: #FFFFFF;
}
#mainnav ul li.active {
/*	background: url(img/arrow2.png) no-repeat bottom center #2228FF; */
 	background: #2228FF; 
	color: #FFFFFF;
}

/* -------- Horiz-Main Nav sub-levels (Nicht verwendet) -------- */

#mainnav ul ul li {
	border-left: 1px solid #4394BD;
	border-right: 1px solid #005A87;
	border-top: 1px solid #4394BD;
	border-bottom: 1px solid #005A87;
	margin-bottom: 1px;
}
#mainnav li ul { /* second-level lists */
	background-color: #ffba00;
}
#mainnav li a {
	color: #FFFFFF;
	font-weight: bold;  
	text-decoration: none;
}
#mainnav ul ul  li:hover,
#mainnav ul ul  li:active,
#mainnav ul ul  li:focus {
	background: #006699;
	color: #FFFFFF;
}




/* Content & Contentwrap Format */


h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(img/hdot.gif) repeat-x bottom;
	text-align: center;
}
.componentheading {
	font-size: 200%;
	font-weight: bold;
	line-height: 120%;
}

.contentheading {
	font-size: 150%;
}
h2.contentheading, .contentheading {
	padding: 10px 0 8px;
	margin: 0;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}



/* LeftNav Module
--------------------------------------------------------- */
div.moduletable_menu {
	padding: 0 0 20px;
	margin-bottom: 15px;
/*	background: url(img/hdot.gif) repeat-x bottom; */
}

div.moduletable_menu h3 {
	padding: 0 0 8px;
	margin: 0;
	color: #baa;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

/* Leftnav/Default Menu Stil */
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
/*	background: url(img/hdot2.gif) repeat-x top;*/
}
.menu ul li {
	margin: 0 !important;
	padding: 0 !important;
/*	background: none !important; */
	background: url(img/hdot2.gif) repeat-x top; 
}
.menu ul li:hover {
/*	background: #DDDDDD;  */
}
.menu ul li span {
	display: block;
/*	background: url(img/bullet.gif) no-repeat 5px 9px; */
}
.menu ul li.active a 
{
	color: #00B; 
/*	color: #800; */  /* rotes LinksMenü-Activ */
	background-image: url(img/bullet-active.gif);
	font-weight: bold;
	text-decoration: none;
}
.menu ul li a ,
.menu ul li.inactive a 
{
	padding-left: 16px;
	display: block;
	color: #333333;
	background: url(img/bullet.gif) no-repeat 5px 8px;
/*	background: url(img/hdot2.gif) repeat-x bottom; */
	text-decoration: none;
	outline: none;
}
.menu ul li a:hover,
.menu ul li a:active,
.menu ul li a:focus
 {    
	color: #448;
	background-image: url(img/bullet.gif);
	background-color: #DDDDDD;
/*	background: url(img/hdot2.gif) repeat-x bottom #DDDDDD; */
/*	background: #DDDDDD;  */
	text-decoration: none;
}
ul.menu li.active span {
/*	background: url(img/bulletc-active.gif) no-repeat 5px 9px; */
}
.menu ul li.active a:hover,
.menu ul li.active a:active,
.menu ul li.active a:focus
 {    
	color: #00F;
	background-image: url(img/bullet-active.gif);
}


/* Left Nav 2nd level */

/* .menu ul li ul li, */
.menu ul ul li 
{
	background: none; 
	padding: 0 0 0 12px !important;
	font-size: 92%;
}
.menu ul ul li a 
{
	background-image: none !important;
}
.menu ul ul li a:hover,
.menu ul ul li a:active,
.menu ul ul li a:focus ,
.menu ul li ul li a:hover,
.menu ul li ul li a:active,
.menu ul li ul li a:focus 
{
	background-color: #DDDDDD;
	color: #006699;
}

/*
.menu ul ul li a span ,
.menu ul li li a span ,
ul.menu li li a span {
	background: url(img/bulletc.gif) no-repeat 5px;
	font-weight: normal;
}
*/

/* Left Nav 3rd, 4th level */

.menu ul ul ul li 
{
	margin: 0;
	padding: 0 0 0 18px !important;
	font-style: italic;
}
.menu ul ul ul ul li 
{
	padding: 0 0 0 22px !important;
}


/* ------------- Newsfelder -------------------- */

div.newscontainer {
	margin-bottom: 15px
}
.newscontainer H3 {
	background-color:#666666;
	border-left: 6px solid #b9f;
	margin-top:15px;
	margin-bottom:5px;
	padding:5px 5px 5px 7px;
	color:#FFF;
	font-size:12px;
	height:15px;

}
.newscontainer p  /*  */
{	
	background-color: #ddd;  /* grauer Newseintrag */
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

/* roll-News 
div.newscontainer {
	height: 200px;
	overflow: auto;
}
*/





/* ------------ Common Styles -------------- */

/* 6 per user-tool durchschaltbare Basis-Fontgrößen */
body.fs1 {
	font-size: 10px;
}

body.fs2 {
	font-size: 11px;
}

body.fs3 {
	font-size: 12px;
}

body.fs4 {
	font-size: 13px;
}

body.fs5 {
	font-size: 14px;
}

body.fs6 {
	font-size: 15px;
}

/* Normal link */
a {
	color: #006699;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 180%;
	line-height: 120%;
	text-align: left;
}
h2 {
	font-size: 150%;
	margin-top: 1.5em;
	color: #800;
}
h3 {
	font-size: 125%;
	margin-top: 1.25em;
}
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
p, pre, blockquote {
	margin: 1em 0 0.5em;
	padding: 0;
}
ul {
/*	margin-left:5px;
	padding-left:2px;*/
}
ul li {
	line-height: 180%;
}
/*
ul {
	list-style: none;
}
ul li {
	padding-left: 30px;
	background: url(img/bulletc.gif) no-repeat 18px 8px;
	line-height: 180%;
}
*/
ol li {
	margin-left: 35px;
	line-height: 180%;
}
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
td {
	vertical-align:top;
}
fieldset {
	border: none;
	padding: 10px 5px;
	background: url(img/hdot2.gif) repeat-x top;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	margin-top: 1.5em;
}
td, div {
	font-size: 100%;
}
img {
	border: none;
   /* padding: 7px; 
	text-align: center; */
}
/* 
#content > img ,
#content > p > img ,
#content > a > img ,
#content > p > a > img {
	display: block; 
} 
*/

/*	margin-left: auto;  */
/*	margin-right: auto;  */
/*	border-left: 3px solid #F00;  */

/* FORM
--------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(img/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}
.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}
* html .button {
	padding: 2px 0 !important; /*IE 6*/
}
*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}
.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* Bonus-Stile Xela
--------------------------------------------------------- */
a.intern_link {
        background-image: url(img/internal_link_new_window.gif);
        background-position: left;
        background-repeat: no-repeat;
        line-height: 11px;
/*        display: inline-block; */
        white-space: nowrap;
/*        text-indent:15px; */
        position: relative;
		padding-left: 15px;
		padding-right: 2px;
}
a.extern_link {
		color: #1B57B1;
        background-image: url(img/external_link_new_window.gif);
        background-position: left;
        background-repeat: no-repeat;
        line-height: 11px;
/*        display: inline-block; */
        white-space: nowrap;
/*        text-indent: 15px; */
        position: relative;
/*		margin-left: 0px;*/
		padding-left: 15px;
		padding-right: 2px;
/*		text-decoration: None; */
}
pre, .code {  /* listings etc. */
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}
.initial {  /* initial big letters for article sections etc. */
	height: 400%;  /*35px;*/
	float: left;
	margin: 0 1px 0 -2px;
	padding: 0;
	font: 37px/39px arial, helvetica;
	overflow: hidden;
}
ul.feature_list { /* dicke Pfeil-listen */
	list-style-type: none;
	padding: 2px 5px 5px 0px; 
	margin: 2px 5px 5px 0px; */
}
ul.feature_list li
{
/*	background-image: url(bilder/pfeil-re.gif); */
	background-image: url(img/rightarr-red.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 24px;
}
ul.contents_list { /* schlanke Pfeil-listen für Page-Inhaltsnavigation */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.contents_list li {
	background-image: url(img/arrow-navlist.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 22px;
}
table.spec_table {
	/*border-collapse:collapse;*/
	/*background-color: #FFD;*/
}
table.spec_table th {
	background-color: #EEE;
	font-style:italic;
}
table.spec_table td {
	background-color: #FFD;
}
table.spec_table,
table.spec_table th td {
	border: 1px solid black;
	padding:7px;
}
img.rfloat_image,
div.rfloat_image
{
	float: right;
    margin: 10px;
}

img.lfloat_image ,
div.lfloat_image 
{
	float: left;
    margin: 10px;
}
div.address {
	padding: 5px 10px 5px 185px;
	font-size: 110%;
/*	font-family: "helvetica"; */
}

div.invitation {
	background: url(img/2xrightarrow.png) 0px 15px no-repeat;
    padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}

table.big_grid td {
	padding-top: 10px;
	padding-bottom: 7px;
	background: url(img/hdot2.gif) repeat-x top; 
}
img.nav_top {
	float: right;
	background: url(img/nav_top.png) 0px 0px no-repeat;
	height: 16px;
	width: 16px;
	margin: 10px;
}

