/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; }
	
body	{ }
ol, ul  { list-style: none; }

/* remember to define focus styles! */
:focus  { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table 	{ /* border-collapse: collapse; border-spacing: 0; */ }

/* *********************************************************************************************************************** */


/*

FARBEN:

blau:			#003578;


*/
	
/* *********************************************************************************************************************** */



body	{
		background:url(bg.jpg) repeat-x #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#003578; line-height:18px;
		}

#container	{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size:24px; color:#003578; line-height:28px;
		text-align:center; font-weight:bold;
		width:590px;
		height:516px;
		padding: 150px 0 0 0;
		position:relative;
		margin:0 auto;
		}


/* *********************************************************************************************************************** */
/* *********************************************************************************************************************** */
/* *********************************************************************************************************************** */
/* *********************************************************************************************************************** */
/* *********************************************************************************************************************** */



.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 900px;
    padding: 0px 0px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  832px;
    height: 122px;
	margin: 0 30px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 120px;
	border: 1px solid #fff;	
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 9px;
    margin-right: 9px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 20px;
    height: 40px;
    cursor: pointer;
    background: transparent url(pfeil_right.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 20px;
    height: 40px;
    cursor: pointer;
    background: transparent url(pfeil_left.jpg) no-repeat 0 0;
}




