@import url(/styles/live/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/forum.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: #666;
}
a:hover {
    text-decoration: none;
    color: #000;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}
h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}
h3 {
    font-weight: bold;
    font-size: 15px;
    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: #DEF7A8;
    border: 1px solid #A0AEC0;
    padding:2px;
}

/* 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:#eec;
	text-align:left;
	background: #373536 url("/images/wns/background.gif") repeat-x top left;
}
#outer_wrap{
	width:944px;
	margin:0 auto;
	border-width: 0px 4px 0px 4px;
	border-color: #fff;
	border-style: solid;
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
    background: #fff url("/images/wns/background03.gif") repeat-y top left;
}
#header{
	height:398px;
	background: #fff url("/images/wns/background01.gif") repeat-x top left;
}
#header01{
	position: absolute; left: 0px; top: 0px;
	float: left;
	height:90px;
	width:214px;
	background: url("/images/wns/headerpic01.gif") no-repeat top left;
}
#header02{
	position: absolute; left: 692px; top: 0px;
	float: left;
	height:90px;
	width:252px;
}
#header03{
	position: absolute; left: 0px; top: 90px;
	padding-left:433px;
	float: left;
	width:511px;
	height:20px;
	border-width: 1px 0px 1px 0px;
	border-color: #fff;
	border-style: solid;
	background: #cba64e;
}
#header04{
	position: absolute; left: 0px; top: 112px;
	float: left;
	height:265px;
	width:410px;
	background:url("/images/wns/headerpic04.jpg") no-repeat top left;
}
#header05{
	position: absolute; left: 410px; top: 112px;
	float: left;
	height:13px;
	width:534px;
	border-bottom: 4px;
	border-color: #fff;
	border-style: solid;
	background:#000;
}
#header06{
	position: absolute; left: 410px; top: 129px;
	float: left;
	height:248px;
	width:534px;
	border-bottom: 4px;
	border-color: #fff;
	border-style: solid;
	background:url("/images/wns/headerpic05.jpg") no-repeat top left;
}
#header07{
	position: absolute; left: 0px; top: 377px;
	float: left;
	height:21px;
	width:201px;
	border-bottom: 4px;
	border-color: #fff;
	border-style: solid;
	background:url("/images/wns/headerpic06.jpg") no-repeat top left;
}
#header08{
	position: absolute; left: 201px; top: 377px;
	float: left;
	height:21px;
	width:742px;
	border-right: 1px;
	border-color: #ababab;
	border-style: solid;
}
#inner_wrap{
    float: none;
	width:100%;
	border:0px;
	padding-bottom:33px; /*wichtig! an "footer"-height anpassen*/
}
#navigation{
    position: relative; left: 0px; top: 0px;
    float: left;
	width:200px;
	border-width: 1px 0px 0px 1px;
	border-color: #000;
	border-style: solid;
	background:url("/images/wns/background02.gif") no-repeat top left;
}
#navigation_inner{
    padding:10px 0px 5px 10px;
    overflow: hidden;
}
#content{
    position: relative; left: 0px; top: 0px;
    float:left;
	width:743px;
}
#content_inner{
    padding:0px 15px 15px 15px;
    overflow: hidden;
}
#footer {
    	width:939px;
	position: relative;
	padding-left:5px;
	line-height:33px;
	margin: -33px auto 0 auto;
	clear: both;
	height: 32px;
	background: url("/images/wns/background04.gif") repeat-x top left;
	color:#fff;
	border-top: 1px;
	border-color: #ababab;
	border-style: solid;
	overflow: hidden;
}
.wns{
    color: #fff;
    text-decoration:none;
}
.wns:hover{
    color: #fff;
    text-decoration:none;
}

/*navigation*/
/************/
table.navig{ 
  margin-top:0px;
  margin-left:0px;
  width: 100%;
}
TD.w_navigation_subentry_active {
    padding: 0px 5px 5px 5px;
    border-width:0px 0px 0px 0px;
    border-style: solid;
    border-color: #3b3e44;
}
TD.w_navigation_subentry {
    padding: 0px 5px 5px 5px;
    border-width:0px 0px 0px 0px;
    border-style: solid;
    border-color: #3b3e44;
}

/*nav normal*/
a.navi {
    color: #666;
}

/*nav hover*/
a.navi:hover {
    color: #000;
}

/*nav active*/
TD.w_navigation_subentry_active A {  
    color: #666;
}