@charset "UTF-8";

* { margin:0; padding: 0 }

* html body * { overflow:visible }

html { height: 100% }

body {
    min-height: 101%;
    font-size: 14px;	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;	
	/* Vorgabe der Standardfarben und Textausrichtung */
    color: #333;
    background: #999;
    text-align: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #000;
	text-decoration: none;
}

a:hover {
    color: #000;
	text-decoration: underline;
}

form {
	background-color: transparent;
}

/*------------------------------------------------------------------------------------------------------*/


#outer {
	margin: 20px auto 0 auto;
	width: 780px;
	height: auto;
}

#header {
	height: 120px;
	background: url(../images/bg_header.png) no-repeat;
	margin-bottom: 20px;
}

#header_text {
	margin: 0 0 0 155px;
	padding-top: 20px;
}

#mainnav {
	width: 120px;
	float: left;
	margin: 0 35px 0 0;
}

#breadcrumb {
	margin-bottom: 15px;
}

#breadcrumb a {
	font-size:11px;
	line-height:11px;
}

#content {
	margin: 0 0 30px 0;
	width: 600px;
	float: left;
}


/*------------------------------------------------------------------------------------------------------*/

/*--begin---formatierungen für den Header---*/
#header h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}
#header h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	padding: 0;
}
/*--end-----formatierungen für den Header---*/


/*--begin---formatierungen für das menü---*/
#mainnav ul {
	list-style-type: none;
}

#mainnav ul li a {
	display: block;
	padding: 2px 0 0 8px;
	margin-bottom: 8px;
	height: 21px;
	color: #ccc;
	background: url(../images/bg_menu.png) no-repeat;
	width: 112px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#mainnav ul li a:hover {
	color: #333;
	background: url(../images/bg_menu_hover.png) no-repeat;
}

#mainnav ul li.current a {
	color: #000;
	background: url(../images/bg_menu_act.png) no-repeat;
}

/*--end-----formatierungen für das menü---*/



/*--begin---allgemeine formatierungen---*/

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	color: #cecece;
	background-color: #cecece;
	border: none;
	margin: 10px 0;
}

#content p {
	margin: 0 0 15px 0;
}

.clear {
	margin: 0;
	padding: 0;
	clear: left;
	height: 0;
	line-height: 0;
}

/*--end-----allgemeine formatierungen---*/

#content .myGallery {
	border: none;
}

#content .jdGallery .slideElement {
	background-color: #333;
	background-position: top;
}

#content .jdGallery {
	background-color: #333;
}

#content .jdGallery .slideInfoZone p {
	font-size: 12px;
	padding-left: 5px;
	right: 270px;
}


#content .jdGallery a.left {
	background:transparent url(../images/coolprev.gif) no-repeat scroll left center;
}

#content .jdGallery a.right {
	background:transparent url(../images/coolnext.gif) no-repeat scroll right center;
}

#content .jdGallery a.open {
	background:transparent url(../images/coolplus.gif) no-repeat scroll center;	
	opacity: 0;
}

#content .jdGallery a.open:hover {
	background:transparent url(../images/coolplus.gif) no-repeat scroll center;	
	opacity: 0.8;
}

#content .jdGallery a.carouselBtn {
	right: 260px;
}