@import url(/styles/live/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/webiteasy/formmanager.css);
@import url(/styles/live/navigation.css);
@import url(/styles/live/livetranslate.css);

/* Structure */
.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}


/* 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;
}

#footer {
    background-image: url(/images/default/footer.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 10px;
    width: 940px;
    height: 80px;
    clear: both;
}


.label {
    display: block;
}

ul	{
	list-style-position:outside;
	text-align: left;
	padding: 10px 0 10px 30px;
}


/* 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 own styles */
*{
	padding:0;
	margin:0;
	border:0;
}
html, body{
 	height: 100%; /* wichtig */
	font: 13px Comic Sans MS;
	color: #339;
	background: #CEC6F7;
	text-align: left;	
}
hr{
	border: 1px solid #e8e8e8;	
}

a{
	text-decoration: none;
	color: #066;
}

a:hover{
	text-decoration: none;
	color: #066;
}

h1{
	font-weight: normal;
	font-size: 18px;
	text-align: center; 
	color: #066;
	margin-bottom: 10px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	text-align: center; 
	color: #066;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	text-align: center; 
	color: #339;
	margin: 0;
	padding: 0;
}

#outer_wrap{
	float: left;
	width: 820px;
	margin:0 auto;
	position: relative;
	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */   
	background: #CEC6F7;	
}
#header{	
	height:260px;
}
#header_left{	
	float: left;
	width: 230px;
}
#header_right{	
	float: left;
	width: 590px;
}
.headimage {
	margin-top: 15px;
	margin-left: 60px;
}

#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: 180px;		
}
#navigation_inner{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
	padding: 10px;
	overflow: hidden;    
}

#content{
	position: relative; left: 20px; top: 0px;
	float:left;   
	width: 620px;
}

#content_quotation{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/    
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid #ddd;
	overflow: hidden;  
	color: #339;  	
	text-align: center;	
}

#content_right{
	float: right;
	width: 160px;
	overflow: hidden;  
	color: #339;  	
	border-top: 2px solid #ddd;
}

.content_right_inner{
height: 210px;
	padding: 5px;
	overflow: hidden;  
	color: #339;  	
	border: 2px solid #ddd;
	border-top: none
}

#content_left_inner{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/    
	width: 450px;
	float: left;
	overflow: hidden;  
	color: #339;  
}

#content_inner{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/    
	padding: 10px;
	overflow: hidden;  
	color: #339;  
}

/*wns navigation based on divs*/	
div.nav_main_active, div.nav_main_active_last{
	height: 22px;
	background: url(/images/webiteasy/menuButtonActive.jpg) no-repeat center left;
	padding: 5px 30px 0 0;
	margin-bottom: 3px;
	text-align: right;
}
div.nav_main_active a, div.nav_main_active_last a{
	color: #CEC6F7;
	font-size: 12px;
}
div.nav_main_inactive, div.nav_main_inactive_last{
	height: 22px;
	background: url(/images/webiteasy/menuButton.jpg) no-repeat center left;
	padding: 5px 30px 0 0;
	margin-bottom: 3px;
	text-align: right;
}
a.nav_main{
	color: #CEC6F7;
	font-size: 12px;
}
a.nav_main:hover{
	color: #CEC6F7;
	font-size: 12px;
}
div.nav_sub_active, div.nav_sub_active_last{
	background: url(/images/webiteasy/subMenuButtonActive.jpg) no-repeat center right;
	padding: 1px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
}
div.nav_sub_active a, div.nav_sub_active_last a{
	color: #CEC6F7;
	font-size: 12px;
}
div.nav_sub_inactive, div.nav_sub_inactive_last{
	background: url(/images/webiteasy/subMenuButton.jpg) no-repeat center right;
	padding: 1px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
}
a.nav_sub{
	color: #CEC6F7;
	font-size: 12px;
}
a.nav_sub:hover{
  color: #CEC6F7;
	font-size: 12px;
}
