@import url(/styles/live/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightwindow.css);
@import url(/styles/live/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;
}

.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 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

h3 {
    font-weight: bold;
    font-size: 14px;
    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;
}

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

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:#e6e7e3;
	text-align:left;	
}
a{
	text-decoration: none;
	color: #666666;
}
a:hover{
	text-decoration: none;
	color: #999999;
}
a.webiteasy, a.webiteasy:hover{
	text-decoration: none;
	color: #333;
}
hr{
	border: 1px solid #e8e8e8;	
}
#outer_wrap{
	width:960px;
	margin:0 auto;
	position: relative;
	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */   
	background: url(/images/webiteasy/outerBg.gif) repeat-y top left;
}

#garten_outer_wrap{
	width:960px;
	margin:0 auto;
	position: relative;
	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */   
	background: url(/images/webiteasy/garten_outerBg.gif) repeat-y top left;
}

#header{
	height:130px;
	background: url(/images/webiteasy/headerBg.gif) no-repeat top left;	
}
#garten_header{
	height:130px;
	background: url(/images/webiteasy/garten_headerBg.gif) no-repeat top left;	
}
#header_search{
	position: relative; left: 0px; top: 0px; 
	float: left;
	width: 155px;
	height:20px;
}
#header_logo{
	position: relative; left: 415px; top: 0px; 
	float: left;
	width: 264px;
	height:130px;
}

#inner_wrap{
	float: none;
	width:100%;
	border:0px; 
	padding-bottom:20px; /*wichtig! an "footer"-height anpassen*/
}

#main_navigation{
	position: relative; left: 0px; top: 0px; 
	float: left;
	width: 960px;
	height:165px;
	background: url(/images/webiteasy/mainNaviBg.jpg) no-repeat top left;	
}
#garten_main_navigation{
	position: relative; left: 0px; top: 0px; 
	float: left;
	width: 960px;
	height:165px;
	background: url(/images/webiteasy/garten_mainNaviBg.jpg) no-repeat top left;	
}
#main_navigation_inner{
	position: relative; 
	padding:3px 4px 2px 4px;    
	overflow: hidden;    
}

#content{
	position: relative; left: 0px; top: 0px;
	float:left;   
	width:617px;
}
#content_inner{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/    
	padding:20px 15px 20px 15px;
	overflow: hidden;    
}
#sub_navigation{
	position: relative; left: 0px; top: 0px; 
	float: left;
	width:215px;
}
#sub_navigation_inner{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
	padding:10px;    
	overflow: hidden;    
}

/*webiteasy navigation based on divs*/
div.nav_main_active, div.nav_main_active_last{
	float: left;
	padding: 0px 11px 0px 4px;	
	background: url(/images/webiteasy/mainMenuSeparator.gif) no-repeat center right;
}
div.nav_main_active a, div.nav_main_active_last a{
	color: #ffcc00;
	font-size: 12px;
	font-weight: bold;
}
div.nav_main_inactive, div.nav_main_inactive_last{
	float: left;
	padding: 0px 11px 0px 4px;	
	background: url(/images/webiteasy/mainMenuSeparator.gif) no-repeat center right;
}

a.nav_main{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
a.nav_main:hover{
	color: #ffcc00;
	font-size: 12px;
	font-weight: bold;
}

/* gartenbau navi part */
div.garten_nav_main_active, div.garten_nav_main_active_last{
	float: left;
	padding: 0px 11px 0px 4px;	
	background: url(/images/webiteasy/garten_mainMenuSeparator.gif) no-repeat center right;
}
div.garten_nav_main_active a, div.garten_nav_main_active_last a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
div.garten_nav_main_inactive, div.garten_nav_main_inactive_last{
	float: left;
	padding: 0px 11px 0px 4px;	
	background: url(/images/webiteasy/garten_mainMenuSeparator.gif) no-repeat center right;
}

a.garten_nav_main{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
a.garten_nav_main:hover{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

div.nav_sub_active, div.nav_sub_active_last{
	padding: 4px 5px 4px 5px;
	border: 1px solid #333;
	margin-bottom: 4px;
}

div.nav_sub_active a, div.nav_sub_active_last a{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
div.nav_sub_inactive, div.nav_sub_inactive_last{
	padding: 4px 5px 4px 5px;	
	border: 1px solid #333;
	margin-bottom: 4px;
}

a.nav_sub{
	color: #333;
	font-size: 12px;
}
a.nav_sub:hover{
	color: #333;
	font-size: 12px;
}		