@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;
}


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

/* Headings */
h1 {
	  color: #092055;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

h2 {
	   color: #092055;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
}

h3 {
	 color: #092055;
    font-weight: normal;
    font-size: 12px;
    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;
}

/*webiteasy own*/
*{
	padding:0;
	margin:0;
	border:0;
}
html, body{
 	height: 100%; /* wichtig */
	font:12px Arial, Verdana, sans-serif;
	color: #000;
	background:#44538c;
	text-align:left;	
	line-height: 150%;
}
a{
	text-decoration: none;
	color: #ba3f3f;
}
a:hover{
	text-decoration: none;
	color: #092055;
}

hr{
	border: 1px solid #e8e8e8;	
}
#outer_wrap{
	width:960px;	
	margin: 0 auto;
	position: relative;
	background: url(/images/webiteasy/outerBg.gif) repeat-y top left;
	padding-top: 10px;
	margin-bottom: 20px;
}

#inner_wrap{
	float: none;
	width:100%;
	/* DONTSHOWbackground: url(/images/webiteasy/innerBg.gif) repeat-y top left; */
	background: url(/images/webiteasy/white_bg.png) repeat-y top left;
	
}

#boxes{
	position: relative; left: 48px; top: 0px; 
	float: left;
	width:283px;
	height: 576px;
}
#box_logo{
	width: 283px;
	height: 174px;	
	overflow: hidden;
}
#box_img{

	width: 263px;
	height: 386px;
	padding: 10px;
	overflow: hidden;
	background: #fff url(/images/webiteasy/leftBoxBG2.jpg) no-repeat top left;
}
#content{
	position: relative; left: 57px; top: 0px;
	float:left;   
	width:571px;
	background: #fff;
}
#content_top{
	width:571px;	
	height: 53px;
}
#main_navigation{
	position: relative;
	width:571px;	
	background: #092055;	
}
#main_navigation_inner{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
	padding:0 25px 0 3px;    
	overflow: hidden;    
}
#sub_navigation{
	width:571px;
	height: 22px;
	background: #ecedf3;	
}
#sub_navigation_inner{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
	padding:0 25px 0 3px;    
	overflow: hidden;    
}
#content_inner{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
	padding:25px 25px 0px 10px;
	overflow: hidden;    
}
#footer {
	position: relative;
  
	height:80px;


	/* background: url(/images/webiteasy/footerBg.gif) no-repeat bottom left; */
}
#footer_address{
  position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  margin-left:48px;
width: 283px;
height: 70px;
  background: #fff;	
}
#footer_address_inner{
  
	position: absolute; left: 10px;  top: -150px;
  float: left;
  width: 284px;
  height: 220px;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;  
}
.footerAddressH{
	color: #092055;	
	font-weight: bold;	
}
.footerAddressLink{
	font-weight: bold;	
}
#footer_partner{
	position: absolute;
	top: 10px; 
	left: 340px;
	width: 571px;
	height: 60px;   	
}
#footer_webiteasy{
	position: absolute; right: 22px; top: -40px;
	width: 17px;
	height: 120px;
	font-size: 11px;
	overflow: hidden;    	
}

/*webiteasy navigation based on divs*/
div.nav_main_active, div.nav_main_active_last{
	padding: 8px 8px 5px 6px;	
	float: left;

}
div.nav_main_active a, div.nav_main_active_last a{
	color: #a0c5ff;
	font-size: 12px;
	font-weight: bold;
  text-transform: uppercase;  
}
div.nav_main_inactive, div.nav_main_inactive_last{
	padding: 8px 8px 5px 6px;	
	float: left;
}

a.nav_main{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
  text-transform: uppercase;  
}
a.nav_main:hover{
	color: #a0c5ff;
	font-size: 12px;
	font-weight: bold;
  text-transform: uppercase;  
}

div.nav_sub_active, div.nav_sub_active_last{
	padding: 4px 8px 3px 6px;	
	float: left;
}

div.nav_sub_active a, div.nav_sub_active_last a{
	color: #91b6ef;
	font-size: 11px;
	font-weight: bold;
  text-transform: uppercase;  
}
div.nav_sub_inactive, div.nav_sub_inactive_last{
	padding: 4px 8px 3px 6px;	
	float: left;
}
a.nav_sub{
	color: #000;
	font-size: 11px;
	font-weight: bold;
  text-transform: uppercase;  
}
a.nav_sub:hover{
	color: #91b6ef;
	font-size: 11px;
  text-transform: uppercase;	
	font-weight: bold;
}


/* articles changed */
/* Images */

#content img{
	  border: 3px solid #092055;
}


.left {
    float: left;
    margin: 0px 15px 5px 0px;
    border: 3px solid #092055;
}

.right {
    float: right;
    margin: 0px 0px 5px 10px;
    border: 3px solid #092055;    
}

.top {
    display: block;
    margin: 0px 0px 5px 0px;
    border: 3px solid #092055;    
}
