@import url(/styles/live/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/formmanager.css);
@import url(/styles/live/navigation.css);

/* Structure */

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #007BC3;

}

a:hover {
    text-decoration: none;
    color: #666;
}
/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}

h3 {
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 1068px;
    background-image: url(/images/default/border.gif);
    background-repeat: repeat-y;
}

#container {
    width: 960px;
    margin: 0 auto;
}


#topnav {
    background-color: #FFFFFF;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    border-left: 0;
    border-right: 0;
    padding: 3px 10px;
    margin-bottom: 15px;
    width: 940px;
}

#sidenav {
    background-image: url(/images/default/sidebg.gif);
    background-repeat: repeat-x;
    width: 230px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    padding: 10px;
    margin-bottom: 15px;
    float: left;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:inside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

/*WNS*/
*{
	padding:0;
	margin:0;
	border:0;
}
html, body{
 	height: 100%; /* wichtig */
	font:11px Verdana, Arial, sans-serif;
	color: #000;
	background: url("/images/wns/bg1.gif") repeat;
	text-align:left;	
}
#outer_wrap{
	width:800px;
	margin:0 auto;
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */   
        background: url("/images/wns/background01.gif") repeat-y bottom left;	
}
#header{
        position: relative; left: 0px; top: 0px; 
	height:211px;
}
#suche{	
	height:142px;
	width:200px;
	float: left;
}
#suche01{
	padding:5px;
	height:32px;	
	width:190px;
	float: left;
}
#suche02{	
	height:100px;
	width:200px;
	float: left;
}
#header01{
	position: absolute; left: 200px; top: 0px; 
	height:142px;
	width:600px;
}
#inner_wrap{
        float: none;
	width:100%;
	border:0px; 
	padding-bottom:20px; /*wichtig! an "footer"-height anpassen*/
}
#navigation{
       position: relative; left: 0px; top: 0px; 
       float: left;
       width:200px;
       overflow: hidden;			
}
#navigation_inner{
       width:190px;
       padding:5px;
       overflow: hidden;    
}
#content{
       position: relative; left: 0px; top: 0px;
       float:left;   
       width:600px;
       overflow: hidden; 
}
#content_inner{
       padding:25px;
       overflow: hidden;    
}
.wns{
       color: #007bc3;
       text-decoration:none;
}

.wns:hover{
       color: #007bc3;
       text-decoration:none;
}

/*wns navigation based on divs*/
div.nav_main_active, div.nav_main_active_last{
	border-bottom: 1px solid #f26422;
	margin-bottom: 3px;
	padding: 3px;
}
div.nav_main_active A, div.nav_main_active_last A{
    color: #666666;
}
div.nav_main_inactive, div.nav_main_inactive_last{
	border-bottom: 1px solid #f26422;
	margin-bottom: 3px;	
	padding: 3px;
}
a.nav_main{
    color: #007bc3;
}

div.nav_sub_active, div.nav_sub_active_last{
	border-bottom: 1px solid #f26422;
	margin-bottom: 3px;	
	padding: 3px;
}
div.nav_sub_active A, div.nav_sub_active_last A{
    color: #666666;
}
div.nav_sub_inactive, div.nav_sub_inactive_last{
	border-bottom: 1px solid #f26422;
	margin-bottom: 3px;	
	padding: 3px;
}
a.nav_sub{
    color: #007bc3;
}
