/******************************************
*   
*   hand_base.css
*   copyright 2009 - webchannel.ch
*
******************************************/

@import url(hand_navi.css);
@import url(hand_news.css);
@import url(hand_contactform.css);

/******************************************
*   Layout
******************************************/ 

* {margin:0;padding:0}

html, body {height: 100.02%;} 

body {
font-family: Arial, Helvetia;
background: #fff;
font-size: 12px;
background: url(http://www.handundfussevents.ch/cms/images/hg.jpg) repeat-x;

}

.clear {clear: both;}

#siteCenter {
min-height:100%;
height:auto;
width:950px;
position:relative;
text-align:left;
/*
background: url(http://www.handundfussevents.ch/cms/images/siteCenter_BG.png) repeat-y;
*/
margin:auto;
background: url(http://www.handundfussevents.ch/cms/images/siteCenter_BG_shdw.png) repeat-y;
padding: 0 10px;

}

#header {
float: left;
}

#headerLogo {
float: left;
border: 0;
margin: 8px 0 10px 20px;
}

#main {
float: left;
background: url(http://www.handundfussevents.ch/cms/images/mainContent_BG.jpg) no-repeat;
background-position: 240px 0px;
min-height: 175px;
height:auto !important;
}

#mainColumnLeft {
float: left;
width: 240px;
padding: 0 0 0 0;
}

#mainContent {
float: left;
width: 670px;
padding: 10px 20px;
}


#clearfooter{clear:both;height:50px;width:100%}

#footer {
position:absolute;
bottom:0;
left: 0;
width: 670px;
margin: 0 0 0 265px;
padding: 5px 5px;
border-top: 1px solid #0000CC;
}

/******************************************
*   General Styles
******************************************/

a {
text-decoration: none;
color: #000099;
}

a:hover {
text-decoration: underline;
color: #FF0000;
}

a:focus, a:active {
outline:0;
}

h1 {
color: #000099;
padding: 0 0 20px 0;
font-size: 20px;
font-weight: normal;
}

h2 {
color: #333;
padding: 0 0 5px 0;
font-size: 14px;
font-weight: bold;
}

h3 {
color: #000099;
padding: 0 0 5px 0;
font-size: 13px;
font-weight: bold;
}

#mainContent {
color: #333;
}

#mainContent p {
padding: 0 0 15px 0;
line-height: 18px;
}

#mainContent table {
padding: 0 10px 30px 0;
}

#mainContent table td {
border-bottom: solid #C5DAF1;
border-width: 1px ;
font-size: 12px;
line-height: 16px;
padding: 10px 0 10px 1px;
}

#mainContent img.alignLeft {
padding : 5px 10px 5px 0;
}

#mainContent img.alignRight {
padding : 5px 0 5px 10px;
}

#mainContent ul {
list-style-type: square;
font-size: 11px;
padding: 5px 0 20px 20px;
line-height: 18px;
margin:  0;
}

#mainContent ul li  {
font-size: 11px;
padding: 0 0 0 5px;
}

#footer span {
padding: 0 5px 0 0;
border-right: 1px solid #555555;
color: #555555;
}

#footer a {
padding: 0 5px;
color: #555555;
}

/******************************************
*   Sitemap
******************************************/ 

ul#sitemap {
}

ul#sitemap li {
list-style-type: none;
}

ul#sitemap li ul li {
list-style-type: none;
padding: 0 0 0 20px;
}

/******************************************
*   Searchbox (Column right)
******************************************/

form#search {
padding: 12px 15px;
margin: 0 0 0 0;
}

form#search input {
border: 1px solid #0909C8;
width: 155px;
padding: 3px 1px 3px 2px;
color: #888;
font-size: 11px;
}

form#search input.searchButton {
background: #0909C8;
width: 40px;
color: #FFF;
padding: 2px 0;
text-transform: uppercase;
font-size: 11px;
}




