@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 */
/*wns own*/
*{
	padding:0;
	margin:0;
	border:0;
}
html, body {
 	height: 100%; /* wichtig */
	font:12px Arial, Verdana, "Trebuchet MS", sans-serif;
	color:black;
	background:white;
	text-align:left;	
}
/*wns own end*/

.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: #2554aa;

}

a:hover {
    text-decoration: none;
    color: #36393D;
}


/* 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 own*/
#outer_wrap{
	width:958px;
	margin:0 auto;
	border-width: 0px 1px 0px 1px;
	border-color: black;
	border-style: solid;
	text-align:left;
  	position: relative;
  	min-height: 100%;
	height:auto !important; /* moderne Browser */	
    height:100%; /* IE */    
   	background: url("/images/alpin/background_nav.gif") repeat-y bottom left;
}
#header{
	padding-left:0px;
	height:149px;
	background: fff;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}

#footer {
  	position: absolute;
  	left: -1px;
  	bottom: 0px;
	width:960px;	
	height:36px;	
    margin:0px auto;       
    background: #ffffff url("/images/alpin/background_footer.gif") repeat-x bottom left;
    z-index: 99;
}
#footer_inner {
  	position: absolute;  	
	width:958px;
	top: 0px;	
	height:27px;    
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: black;
}

#footertext{
    margin:5px;    
}

#inner_wrap {
    float: none;
    position: relative; left: 0px; top: 0px;
	width:100%;
	border:0px; 
	z-index:5;	
}

#header_nav {
    float: left;
    position: relative; left: 0px; top: 0px;
	width:247px;
	border:0px; 
	z-index:99;		
}

#content {
    float:left;
    position: relative; left: 0px; top: 0px;
	width:711px;
	border:0px;
	padding-bottom:47px;	
}

#content_inner {
    padding:10px;
    float:left;
    position: relative; left: 0px; top: 0px;
	width:691px;
	border:0px; 
	z-index:1;
	background: #fff;	
}

table.navig{ 
  margin-top:20px; 
  margin-left:45px;
  width: 187px;
  font-size: 11px;  
}

TD.w_navigation_subentry_active {
    color: #000;
    padding: 5px;
    background: url("/images/alpin/nav_dots.gif") repeat-x bottom left;    
}

TD.w_navigation_subentry_active A {  
    color: #000;   

}

TD.w_navigation_subentry {
    background: url("/images/alpin/nav_dots.gif") repeat-x bottom left;
    color: #2554aa;
    padding: 5px;
}

TD.w_navigation_subentry A {
    color: #2554aa;
  
}

TD.w_navigation_subentry:hover {
    color: #313131;
   
}
