body {
	margin: 30px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	line-height: 12px;
	background-image: url(bilder/bg.gif);
}
A:link {
	color: #000066;
	text-decoration: none;
}
A:visited {
	color: #000066;
	text-decoration: none;
}
A:active {
	color: #000066;
	text-decoration: none;
}
A:hover {
	color: #000066;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal; 
	line-height: 12px;
}
textarea {
	border: #666666 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal; 
	line-height: 12px;
	background-color: #EBEBEB;
}
input {
	border: #666666 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal; 
	line-height: 12px;
	background-color: #EBEBEB;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal; 
	line-height: 12px;
}
A:link.kicknick {
font-family: Verdana;
text-decoration: none;
color: #000000;
font-size: 8px;
line-height: 9px
} 
A:visited.kicknick {
font-family: Verdana;
text-decoration: none;
color: #000000;
font-size: 8px;
line-height: 9px;
} 
A:active.kicknick {
font-family: Verdana;
text-decoration: none;
color: #000000;
font-size: 8px;
line-height: 9px;
} 
A:hover.kicknick {
font-family: Verdana;
text-decoration: none;
color: #000000;
font-size: 8px;
line-height: 9px;
}

/* New Stuffs :)
 ######################################################################### */

#catering-menu {
    line-height: 150%;
}

img {
     border: 0;
}

#about-jcs {
    margin: 15px 0 20px 0;
}

#about-jcs a {
    padding: 3px 0 3px 22px;
    background: url(bilder/page_white_word.png) left center no-repeat;
    color: #333;
    text-decoration: underline;
}

/* Video */

#video-body {
    background: #FFF url(bilder/bg.gif);
    text-align: center;
}

#video-body a {
    text-decoration: underline;
    color: #333;
}

#primary-content {
    width: 700px;
    background: #FFF;
    margin: 15px auto;
    padding: 20px 0;
}


#slideshow {
    position:relative;
    height: 263px;
    margin-bottom: 15px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 70px;
    z-index: 8;
}

#slideshow img.active {
    z-index: 10;
}

#slideshow img.last-active {
    z-index: 9;
}

