/*
###########################################
## Basis Layout
## www.dermediamatiker.ch
###########################################
*/

/*
  shortCSS
  ----------------------------------------------------------
  background: #f00 url(../_img/image.jpg) no-repeat top left;
  font: normal 12px/18px "Arial", Helvetica, Tahoma, Verdana, sans-serif;
*/

/*
------------------------------------------
Global Reset
------------------------------------------
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td  
{
    margin: 0; padding: 0; 
}

/*
------------------------------------------
Headlines
------------------------------------------
*/

h1{
    margin-bottom: 10px;
}

h2{
    margin-bottom: 0px;
}

h3{
    margin-bottom: 10px;
}

/*
------------------------------------------
Links
------------------------------------------
*/

#container a, #container a:link, #container a:visited{
    color: #33cccc;
    text-decoration: none;
}

#container a:hover{
    color: #33cccc;
    text-decoration: underline;
}

#container a:focus
{
    outline: none;
}


/*
------------------------------------------
Images
------------------------------------------
*/

img, a img{
    border: 0px;
    display: block;
}

/*
------------------------------------------
 Standart elements
------------------------------------------
*/

#container p{
  color: #333366;
  margin-bottom: 15px;
  line-height: 18px;
}

body.Programm ul li{
	margin-bottom: 7px;
    
}

#container ul {
    margin-bottom: 20px;
}

#container li{
    color:#333366;
    margin-bottom: 3px;
    list-style-type: circle;
}

label{
	
}

input{
	
}

.topSpacer{
	margin-top: 20px;
}

/*
------------------------------------------
Layout Styles
------------------------------------------
*/

html{
    
}

html>body{
    font-size: 12px;
}

body{
    font-size: 75%;
	text-align: center;
	background: #99cc66 url(../_img/bg_body.png) repeat-x top left;
	/*background: #99cc66 url(../_img/bg_body.jpg) repeat-x top left;*/
}

#wrapper{
    /*margin: 0 auto;*/
	margin-left: 70px;
    width: 880px;
	text-align: left;
	position: relative;
	z-index: 1;
	
}

/*
------------------------------------------
 Header
------------------------------------------
*/
#header{
    clear: both;
}

#header img.logo{
    position: absolute;
	top: 35px;
	left: 0px;
	z-index: 99;
}

#header img.cow{
    position: absolute;
	top: -55px;
	right: 38px;
	z-index: 100;
}

#header img.cervelat_left{
    position: absolute;
	top: 680px;
	left: 80px;
	z-index: 102;
}

#header img.cervelat_right{
    position: absolute;
	top: 830px;
	right: 89px;
	z-index: 103;
}

/*
------------------------------------------
 Container
------------------------------------------
*/
#container{
    clear: both;
	display: inline;
	width: 880px;
	
	/*background: url(../_img/bg_cervelat.png) repeat-y;
	background-position: 50px -250px;
	z-index: 50;*/
}


#main div.inside{
	padding: 34px 40px;
	width: 360px;
	min-height:660px;
	height:auto !important;
	height:660px;
	background-color: #fff;
}

#main div.inside div.ce_text{
	margin-bottom: 20px;
	border-top: 1px solid #98cb59;
	padding-top: 5px;
	margin-bottom: 40px;
}


#left{
    float: left;
	display: inline;
	margin-top: 45px;
	width: 220px;
}

#left ul li{
	margin-bottom: 11px;
}

#left ul li a{
	margin-bottom: 11px;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

#left ul li a:hover{
	text-decoration: none;
}

#left ul li.active,
#left ul li.trail{
	background: url(../_img/content_arrow.png) no-repeat top right;
	text-transform: uppercase;
}


#right{
    float: right;
    display: inline;
	width: 200px;
}

#right div.inside{
	margin-top: 33px;
}

#right div.inside div.ce_text{
	margin-bottom: 20px;
	border-top: 1px solid #fff;
	padding-top: 5px;
}

#container #right div.inside div.ce_text h3{
	color: #fff;
	text-transform: uppercase;
}

#container #right div.inside div.ce_text p{
	color: #fff;
	margin-bottom: 5px;
}

/*
------------------------------------------
 Footer
------------------------------------------
*/
#footer{
    clear: both;
	padding-top: 10px;
}

#footer div.inside{
    margin-left: 220px;
}

#footer div.inside a{
    font: normal 10px "Arial", Helvetica, Tahoma, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
}


/*
------------------------------------------
 Bands
------------------------------------------
*/

#container table tr td {
	padding-bottom: 10px;
}

/*
------------------------------------------
 Guestbook
------------------------------------------
*/

#container div.mod_comments p.info{
	font-size: 10px;
	margin-bottom: 5px;
}

div.mod_comments div.even{
	border-top: 1px solid #99cc66;
	padding-top: 10px;
	margin-bottom: 15px;
}

div.mod_comments div.odd{
	border-top: 1px solid #99cc66;
	padding-top: 10px;
	margin-bottom: 15px;
}

div.mod_comments div.last{
	border-bottom: 1px solid #99cc66;
}

div.mod_comments div.form{
	margin-top: 30px;
}

/*
------------------------------------------
 Contact
------------------------------------------
*/

body.contact #container div.formbody{
	margin-top: 10px;
	font: normal 12px "Arial", Helvetica, Tahoma, Verdana, sans-serif;
	color: #333366;
	width: 280px;
}

body.contact #container div.formbody label{
	display: block;
	margin-bottom: 3px;
}

body.contact #container div.formbody input,
body.contact #container div.formbody textarea{
	width: 250px;
	margin-bottom: 10px;
	padding: 2px;
}
body.contact #container div.submit_container{
	clear: both;
}

body.contact #container div.formbody input.submit{
	margin-bottom: 10px;
	padding: 2px 10px;
	width: 60px;
	clear: both;
}

body.contact #container div.formbody input.captcha{
	margin-bottom: 10px;
	padding: 2px;
	margin-right: 20px;
	width: 40px;
	float: right;
	display: inline;
	
}

body.contact #container div.formbody span.captcha_text{
	margin-bottom: 10px;
	float: left;
	display: inline;
	padding-top: 10px;
}

/*
------------------------------------------
 Shop
------------------------------------------
*/

body.contact #container div.formbody label.select{
	display: block;
	float: left;
	width: 80px;
	margin-bottom: 3px;
}

body.contact #container div.formbody select{
	width: 100px;
}

