/*******************************************************
TITLE: Hotel-Willingen
AUTHOR: Uwe Born - http://www.internet.SERVICE-WILLINGEN.de
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
margin:10px;
padding:0;
font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size:14px;
line-height:18px;
color:#000000;
background-color:#cccccc;
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
font-size:20px;
}

h2 {
font-size:18px;
}

h3 {
font-size:16px;
}

h4 {
font-size:14px;
}

a:link, a:visited {
color:#000000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width:960px;
border:1px solid #454545;
background: url(bg_maincontainer.gif) repeat-y;  
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:0px;
width:960px;
height:182px;
color:#000000;
background-color:#CCFF66;
/* background: url(header.jpg) no-repeat; */
}

#header1 {
margin:0;
padding:0px;
width:960px;
height:20px;
color:#ffffff;
background-color:#CCFF66;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:100%;
height:30px;
line-height:30px;
background: url(bg_nav.gif) no-repeat;
text-align: center;
}
#navHorizontal a{
font-size:0.8em;
font-weight:bold;
color:#000000;
text-decoration:none;
}
#navHorizontal a:hover{
color:#8C8C8C;
}

#columnThree p, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnThree h2 {
font-size:16px;
}


/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:20px 15px 10px 75px;
width:680px;
/* background: url(bg_col.gif) repeat-y; */
}
#columnTwo img{
border:1px solid #454545;
}

#columnTwo input {
background-color: #ffffff;
}

/* << ----------------// Right column //---------------->> */
#columnThree {
float:left;
margin:0;
padding:20px 0px 10px 0px;
width:190px;
background-color:#FDFCCE;
}
#columnThree img{
border:1px solid #454545;
}
#anynews{
/*float: left; */
margin:0 10px 25px 0;
}
#anynews p{
font-size:11px;
line-height: 120%;
}
#anynews h2{
text-align: center;
}


#img1, #img2, #img3, #img4 {
float:right;
padding:0 10px 20px 5px;
/* margin:0 15px 20px 0px; */
/* padding:0 0px 0px 0px; */
width:160px;
background-color:#FDFCCE;
}

/* << ----------------// Footer //---------------->> */
#menu2 {
text-align: center;
margin:0;
padding:5px 0px 5px 10px;
width:950px;
height:20px;
font-size:10px;
color:#cccccc;
clear:both;
}

#footer {
text-align: center;
margin:0;
padding:5px 0px 5px 10px;
width:950px;
height:20px;
font-size:10px;
color:#cccccc;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#797979;
text-decoration:none;
}

#noborder img {
border:none;
}
#noborder a{
outline: none;
}
/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */