@import url(/styles/live/articles.css);
@import url(/styles/live/navigation.css);
@import url(/styles/live/thickbox.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: #60ACDA;

}

a:hover {
    text-decoration: none;
    color: #36393D;
}

/* 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: 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-color: #F5F5F5;
    width: 230px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    padding: 10px;
    float: left;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
}


/* 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;
}

div.userimg{
width:90px;
float:left;
}

/*wns*/
*{
	padding:0;
	margin:0;
	border:0;
}
html, body{
 	height: 100%; /* wichtig */
	font:12px Arial, Verdana, sans-serif;
	color: #000;
	background:#fff;
	text-align:left;	
}
hr{
        border: 1px solid #e8e8e8;	
}
ul	{
	list-style-position:inside;
}
#outer_wrap{
	width:960px;	
	margin:0 auto;
  	position: relative;
    background: #fff;	
}
#header{
	position: relative; left: 0px; top: 0px;
	height:252px;
	background: #fff;
	width:960px;	
}
#header01{
	position: relative; left: 0px; top: 0px; 
    float: left;
	height:86px;
	background: url("/images/wns/header_01.jpg") no-repeat top left;
	width:960px;	
}
#header02{
	position: relative; left: 0px; top: 0px; 
    float: left;
	height:143px;
	background: url("/images/wns/header_02.jpg") no-repeat top left;
	width:960px;
}
#navigation01{
	position: relative; left: 0px; top: 0px; 
    float: left;
	height:26px;
	background: url("/images/wns/nav_01.jpg") no-repeat top left;
	width:960px;
}
#navigation_inner01{
    position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
    padding:5px 5px 5px 250px;    
    overflow: hidden;    
}
#inner_wrap{
    float: none;
	width:100%;
	background: #fff;
	padding-bottom:0px;
}
#navigation02{
    position: relative; left: 0px; top: 0px; 
    float: left;
	width:250px;
	height:479px;
	background: url("/images/wns/nav_02.jpg") no-repeat top left;	
}
#navigation_inner02{
    position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
    padding:5px;    
    overflow: hidden;    
}
#content{
    position: relative; left: 0px; top: 0px;
    float:left;   
	width:710px;
	height:479px;
	background: url("/images/wns/content_01.jpg") no-repeat top left;
}
#content_inner{
    position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
    padding:10px;
    height:459px;
    overflow:scroll;
    overflow-x:hidden;   
}
#footer {
  	position: relative;
	width:960px;	
	height:52px;
}
#footer01 {
  	position: relative;
  	float:left;
	width:250px;	
	height:52px;
	background: url("/images/wns/footer_01.jpg") no-repeat top left;
}
#footer02 {
  	position: relative;
  	float:left;
	width:710px;	
	height:52px;
	background: url("/images/wns/footer_02.jpg") no-repeat top left;
}

a.links_design, a.links_design:hover{
    color: #0765bd;
}

div.xt_evListodd{

}
div.xt_evListeven{

}
