/*FARBEN
GELB: #f7f758
PINK: #f02fa5

*/


*{ margin: 0; padding: 0; }* 
body { 
	background: #fff url(img/grad.png) repeat-x; 
	font-family: Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #444;
	}

a {	
	color: #f02fa5;	
	background: inherit; 
	text-decoration: none;
	border: none; 
	}
	
a:hover { 
	color: #808080; 
	background: inherit; 
	}

a:focus {
	outline: none;
}

.right{
	float: right;
}

p { 
	margin: 0 0 15px 0;
	font-size: .74em;
	padding-top: 2px;
	vertical-align: baseline;
	}

p.inline {
	padding: 0px;
	margin: 0px;
	margin-top: -18px;
	text-align: right;
	font-size: 1em;
}

.time {
	border-top: 1px solid #ccc;

}	

h1 { 
	color: #0AC2FF; 
	font: 1.2em "Trebuchet MS", Arial, Sans-Serif;
	}
	
h2 { 
	color: #0AC2FF; 
	font: 1.2em "Trebuchet MS", Arial, Sans-Serif;
	border-bottom: 1px solid #ccc;  
	}
	

h4 { 
	color: #0AC2FF; 
	font: 1.2em "Trebuchet MS", Arial, Sans-Serif; 
	cursor: pointer;
	}
	
h5 { 
	color: #0AC2FF; 
	font: 1.2em "Trebuchet MS", Arial, Sans-Serif; 
	}

.hand {
	cursor: text;
}

/* My Comment */
#wrapperBG {
	background: #fff url(img/fade01.gif) no-repeat 0 bottom;
	margin: 10px auto;
	width: 1000px;
}

#wrapper { 
	width: 960px;
	margin: auto;  
	padding: 20px;
}

#header { 
	background: url(img/header05.jpg) no-repeat; 
	height: 200px;
	position: relative; 
	}
#header img{
	position: absolute;
	top: -5px;
	left: -7px;
}	
#menu { 
	padding: 0px;
	margin: 0px;
	height: 25px; 
	font-size:.875em;
	width: 100%;
	
	}
		#menu li { 
		list-style: none;
		float: left;
		margin-top: 1px;
		margin-bottom: 10px;
		width: 14.28%;
		}
		
		#menu li a { 
		cursor: pointer;  
		line-height: 25px; 
		background-color: #f7f758; 
		margin: 0 1px 0 0; 
		color: #808080;
		text-align: center;
		display: block; }
		
		#menu li a:hover { 
		background-color: #6cf; 
		color: #000; }
		
		#menu li a.current { 
		background-color: #f02fa5; 
		color: #fff; }
		
		#menu li a#last  { 
		margin: 0px;
	 }

#contentBG {
	clear: both;
	margin-top:10px;
	
}

#content {
	color: #444;
	vertical-align: baseline;

}

#content p.split{
	float: left;
	width: 525px;
	padding-left: 15px;	
}

#content p.half{
	width: 470px;
}

.minheight{
	height: 390px;
}

#imgHolder{
	background: transparent url(img/dotted_bg01.gif);
	height: 340px;
	width: 410px;
	float: left;
	margin-top: 5px;
}

	
#imgHolder img{
	width: 400px;
	height: 260px;
	margin: 5px;
}

#imgTxt{
	height: 55px;
	width: 400px;
	background-color: #fff;
	margin: 5px;
	display: inline;
	text-align: center;
	font-size: .74em;
	vertical-align: baseline;	
}

#gallery{
	height: 340px;
	width: 410px;
	float: left;
}

#gallery img{
	width: 98px;
	height: 52px;
	margin-top: 5px;
	}
#press {
	height:  354px;
}
#press img {
	padding: 2px;
	border: 1px solid black;
	margin-bottom: -1px;
}
#press li{
	list-style-type: none;
	border-bottom: 1px solid #f02fa5;
	margin-top: 10px;
	font-size: .74em;
	width: 480px;
}

.third {   
	float: left; 
	width: 290px; 
	margin: 0 45px 0px 0px;
	}
	
.third img{
	margin-top: 5px;	
}
	.third li{
	list-style-type: none;
	font-size: .74em;
	}
	
.last { 
	float: right; 
	margin: 0; 
	}	
	
/* @group Slide */

.Slide {
	width: 960px;
	min-height: 390px;
	overflow: hidden;
}
			
.Slide div {
	width: 2883px; /*Defining inner box with, must be SimpleSlide item x number of items + 3 pixels*/
	float: left;
}

.Slide div div {
	width: 960px;
}


/* @end */



/* @group sortable table */

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

	Sortable Table
	v 1.4

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

table {
	border: 1px solid #f02fa5;
	width: 100%;
	font-size: .74em;
}

th {
	background-color: #f7f758;
	background: #f7f758 url(img/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 15px;
}

tr {
	background-color: #f7f758;
	padding: 4px;
}

tr.altRow {
	background-color: #fff;
}

td {
	padding: 0px 5px;
}

.rightAlign {
	text-align: right;
}

.noimg {
	background: #f7f758;
}

.sortedASC {
	background: url(img/icon-table-sort-asc.png) no-repeat 2px 4px #f02fa5;
	color: white;
}

.sortedDESC {
	background: url(img/icon-table-sort-desc.png) no-repeat 2px 10px #f02fa5;
	color: white;
}

.tableHeaderOver {
	color: #444;
	background-color: #6cf;
}


tr.over {
	background-color: #f02fa5;
	color: #fff;

}

tr.over a{
	background-color: #fff;
	color: #f02fa5;
}

tr.hide {
	display: none;
}
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
	font-size: .74em;
}

.tableFilter input {
	border: 1px solid #ccc;
	margin-left: 3px;
	width: 134px;
}

.tableFilter select {
	border: 1px solid #ccc;
}
/***************************/

/* @end */

#toprow{
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	height: 23px;
}

#toprowShort{
	width: 80%;
	border-bottom: 1px solid #ccc;
	height: 23px;
}

.headline{
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	height: 23px;
}

.headlineShort{
	width: 80%;
	border-bottom: 1px solid #ccc;
	height: 23px;
}

#pagination{
	padding-bottom:2px;
	border-bottom: 1px solid #ccc;
	height: 21px;
	width:20%;
	font: 1.2em "Trebuchet MS", Arial, Sans-Serif;
}

#pagination a{
	color: #6cf;
	margin:0px 2px;
	cursor: pointer;	
}
#pagination a:hover{
	color: #f02fa5;
}
.page{
	float: right;
	margin: 0px 5px 0px;
	color: #f02fa5;
	
}


/* @end */

/* @group Lightbox */

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

	Lightbox
	v 1.5

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

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

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

	styles for next & previous buttons as part of footer

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

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(images/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
}


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


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}

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

/* @end */


#footer {
	background:transparent url(img/dotted_bg01.gif);
	font-size: .7em;
	margin-top:5px;
	width:960px;
	height:20px;
}

#imp{
	float: left;
	width:10%;
	}
#imp a {
	color: #444;
	background-color: #f7f758;
	text-align:center;
	height:20px;
	display:block;
}
	
#imp a:hover{
	background-color: #f02fa5;
	color: #fff;
}

#slidenav{
}

#slidenav li{
	border-left: 1px solid white;
	width: 20px;
	list-style-type: none;
	float: right;
	text-align: center;
}

#slidenav li a{
	color: #444;
	background-color: #f7f758;
	display: block;
	height: 20px;
	cursor: pointer;
}

#slidenav li a:hover{
	background-color: #f02fa5;
	color: #fff;
}

