@import url(/styles/live/articles.css);
@import url(/styles/live/webiteasy/articles_normal.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/formmanager.css);
@import url(/styles/live/navigation.css);
@import url(/styles/live/lightwindow.css);
@import url(/styles/live/roombooking.css);
@import url(/styles/live/forum.css);
@import url(/styles/live/rezepte.css);
@import url(/styles/live/autosuggest_inquisitor.css);
@import url(/styles/live/livetranslate.css);
@import url(/styles/live/addressmanager.css);
@import url(/styles/live/events.css);
@import url(/styles/live/comments.css);
@import url(/styles/live/datepicker.css);

/* Structure */
.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
   
}

#content img{
   padding-top: 3px;
   padding-bottom: 3px;	
}


.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #e20026;

}

a:hover {
    text-decoration: none;
    color: #58585a;
}

/* 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: 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;
}

.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;
}

/*webiteasy own*/
*{
	padding:0;
	margin:0;
	border:0;
}
html, body{
 	height: 100%; /* wichtig */
	font:12px Tahoma, Verdana, sans-serif;
	color: #000;
  background: #fff url("/images/webiteasy/background.png") repeat-x top left; 
	text-align:left;	
}
hr{
    border-bottom: 1px solid #000;	
}
#outer_wrap{
	width:900px;
	margin:0 auto;
	border-width: 0px 0px;
	border-color: black;
	border-style: solid;	
 	position: relative;
 	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */   
 
}
#header{	
	  height:152px;	  
    margin: 0px 0px 0px 0px;
}

#header_pic1{   
    background: url("/images/webiteasy/header.png") no-repeat top left; 
	  height:117px;
	  width: 900px;
}
#header_inner2{   
    height: 35px;	
    line-height: 35px;
    padding-right: 9px;
}

#inner_wrap{
  margin: 0px 0px 0px 0px;
  float: none;	
	border:0px; 	
	padding-bottom:20px; /*wichtig! an "footer"-height anpassen*/
}
#navigation{
    position: relative; left: 0px; top: 0px; 
    float: left;
	  width:183px;
	  
}
#navigation_inner{
    position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
    padding:16px 8px;
    overflow: hidden;    
    min-height: 285px;
    height:auto !important;/* moderne Browser */
    height:285px; /* IE */
}
#content{
    position: relative; left: 0px; top: 0px;
    float:left;   
	  width:717px;
	  background: #fff;
	  min-height: 492px;
    height:auto !important;/* moderne Browser */
    height:492px; /* IE */
}
#content_inner{
    position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/    
    padding:24px 23px;
    overflow: hidden;    
}
#footer{
    width: 900px;

}
#footer, #footer a, #footer a:hover{
	font-size: 12px;
	color: #58585a;
}

#nav_languages{
	color: #939393;
}
#nav_languages:hover{
	color: #5b5b5b;
}
/*small nav*/
#small_nav{
  position: absolute; 
  width: 450px; 
  height: 17px; 
  line-height: 17px; 
  top: 93px; 
  right: 19px; 
  text-align: right;
  color: #58585a;
  font-size: 10px;  
}
#small_nav a{
  text-transform: uppercase;
  color: #58585a;
	
}
#small_nav a:hover{
  text-transform: uppercase;
  color: #e20026; 
}



/*nav top*/
#nav_top{
    color: #fff;
    font-size: 14px;
}



#nav_top a{
    color: #fff;
    font-weight: bold;  
    text-transform: uppercase;
}
#nav_top a:hover{
    color: #e20026;
    font-weight: bold;  
    text-transform: uppercase;
}

#nav_top a.active{
    color: #e20026;
    font-size: 14px;
}


#header_logo{  
    position: absolute; top: 0px; left: 0px;
    width: 140px;
    height: 114px;
}
/*wns navigation based on divs*/
div.nav_main_active, div.nav_main_active_last{
  	background: url("/images/webiteasy/navigation2.gif") no-repeat center right;
	  border: 0px solid #fff;
	  margin-bottom: 3px;	
	  padding: 3px;	
}
div.nav_main_active A, div.nav_main_active_last A{
    color: #e20026;
}
div.nav_main_inactive, div.nav_main_inactive_last{
  	background: url("/images/webiteasy/navigation2.gif") no-repeat center right;
  	border: 0px solid #fff;
  	margin-bottom: 3px;	
  	padding: 3px;
}
a.nav_main{
    color: #fff;
    text-transform: uppercase;
}
a.nav_main:hover{
    color: #e20026;
    text-transform: uppercase;
}
div.nav_sub_active, div.nav_sub_active_last{
   	background: url("/images/webiteasy/navigation2.png") no-repeat center right;
	  border: 0px solid #fff;
	  margin-bottom: 3px;	
	  padding: 3px;
}
div.nav_sub_active A, div.nav_sub_active_last A{
    color: #e20026;
}
div.nav_sub_inactive, div.nav_sub_inactive_last{
   	background: url("/images/webiteasy/navigation2.png") no-repeat center right;
	  border: 0px solid #fff;
	  margin-bottom: 3px;	
	  padding: 3px;
}
a.nav_sub{
    color: #58585a;
    font-size: 14px;
}
a.nav_sub:hover{
    color: #e20026;
    font-size: 14px;    
}

.titles{
	  font-size: 11px;
	  font-weight: bold;
}


