@import url(/styles/live/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.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;
}


/* Links */
a {
    text-decoration: none;
    color: #dd0303;

}

a:hover {
    text-decoration: none;
    color: #ff9933;
}

/* 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: 14px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}

h3 {
    font-weight: bold;
    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;
}


.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*/
*{
	padding:0;
	margin:0;
	border:0;
}
html, body{
 	height: 100%; /* wichtig */
	font:12px Arial, Verdana, sans-serif;
	color: #000;
	background:#414141;
	text-align:left;	
}
hr{
	border: 1px solid #e8e8e8;	
}
#outer_wrap{
	width:960px;	
	margin:0 auto;
	position: relative;    
}

#header{
	height:45px;
	background: #414141;	
}

#inner_wrap{
	float: none;
	width:100%;
	background: url(/images/webiteasy/background.gif);
	padding-bottom:20px;
}

#navigation{
	position: relative; left: 0px; top: 0px; 
	float: left;
	width:210px;
}

#navigation_inner{
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
	overflow: hidden;
	border-top: 3px solid #fff;
	padding-bottom: 10px; 
	background: url(/images/webiteasy/navigationBottom.gif) no-repeat bottom left;
}

#content{
	position: relative; left: 0px; top: 0px;
 	float:left;   
	width:750px;
	background: #fff url(/images/webiteasy/topRightCorner.gif) no-repeat top right;
}
#content_header{
	position: relative; left: 25px; top: 0px;
 	float:left;   
	width:697px;
	height: 110px;
	background: #f93;
	border-bottom: 5px solid #e7e7e7;
	overflow: hidden;
}
#content_header_text{
	margin: 20px 0 25px 0;
	height: 23px;
	overflow: hidden;
}
.content_header_icon{
	position: relative;
	float:left;   
	padding: 0 20px 0 5px;
	height: 30px;
	vertical-align: middle;
}

img.header_icon{
	position: relative; top: 5px;
}

a.header_icon{
	color: #666;
	font-size: 12px;	
}

#content_header_search{
	float:right;   
	padding: 0 5px 0 0;
	height: 30px;
	width: 190px;
	vertical-align: middle;
}

#content_inner{
	clear: both;
	position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
	padding: 20px 20px 20px 25px;
	overflow: hidden;    
}

#footer {
	position: relative;
	width:100%;	
	height:55px;
	background: url(/images/webiteasy/background.gif) repeat-y bottom left;
	overflow: hidden; 
}	
#footer_inner{
	position: relative;
	background: url(/images/webiteasy/footerCorners.gif) no-repeat bottom left;    
	z-index: 99;
	width:100%;
	height:55px;
}
#footer_left {
	position: relative; top: 20px; left: 6px; 
	float: left;
	width:205px;
	font-size: 12px;	
	color: #666;
	overflow: hidden;  
}
a.webiteasy, a.webiteasy:hover{
	color: #666;
	text-decoration: none;
}
#footer_right {
	position: relative; top: 0px; left: 25px;
	padding: 0;
	margin: 0;
	vertical-align:top;
	float: left;
	width:699px;
	height: 35px;
}

#footer_right_separator {
	padding: 0 0 12px 0;
	margin: 0;
}

/*wns navigation based on divs*/
div.nav_main_active, div.nav_main_active_last{
	background: #dd0303;
	border-top: 1px solid #fff;
	border-right: 8px solid #686868;
	padding: 5px;
}
div.nav_main_active a, div.nav_main_active_last a{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
div.nav_main_inactive, div.nav_main_inactive_last{
	background: #dd0303;
	border-top: 1px solid #fff;
	border-right: 8px solid #686868;
	padding: 5px;
}
a.nav_main{
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
a.nav_main:hover{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
div.nav_sub_active, div.nav_sub_active_last{
	background: #dd0303;
	border-top: 1px solid #fff;
	border-right: 8px solid #686868;
	padding: 5px;
}
div.nav_sub_active a, div.nav_sub_active_last a{
	color: #fff;
	font-size: 12px;
}
div.nav_sub_inactive, div.nav_sub_inactive_last{
	background: #dd0303;
	border-top: 1px solid #fff;
	border-right: 8px solid #686868;
	padding: 5px;
}
a.nav_sub{
	color: #000;
	font-size: 12px;
}
a.nav_sub:hover{
    color: #fff;
	font-size: 12px;
}