body		{ margin: 0px; padding: 0px; background-color: #FFFFFF; }

td, th, p, ul, ol, li    { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
               font-size: 12px;
               color: #000000;}
.klein { font-size: 11px;}
.text2   { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
               font-size: 12px;
               line-height: 2;
               color: #000000;}


.gross { font-size: 14px; line-height:14pt}
.sehrgross { font-size: 18px; font-style: italic;}

a:link       { color: #004d91; text-decoration: underline }
a:visited    { color: #004d91; text-decoration: underline }
a:active     { color: #000000; text-decoration: underline }
a:hover      { color: #000000; text-decoration: underline }

.rot             { color: #FF0000; }
a.rot:link       { color: #FF0000; font-weight:bold; text-decoration: underline }
a.rot:visited    { color: #FF0000; font-weight:bold; text-decoration: underline }
a.rot:active     { color: #FF0000; font-weight:bold; text-decoration: underline }
a.rot:hover      { color: #000000; font-weight:bold; text-decoration: underline }

.head1         { font-size: 17px; font-weight: bold;  color: #004d91;}
.head2         { font-size: 14px; font-weight: bold; color: #004d91;}
.head3         { font-size: 13px; font-weight: bold; color: #004d91;}
.fehler        { font-weight: bold; color: #CC0000; font-size: 11pt }
.beschriftung  { font-size: 10px; font-weight: bold}
.beschriftung2  { font-size: 11px; font-weight: bold}
.star          { font-weight: bold; font-size: 14pt;}
.sliderinput   { width: 50px; text-align: right; padding: 1px; margin-right: 15px; }

.code          { font-family: Courier New; font-size: 11pt; color: #000000;}


input, select, textarea { font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}



.progressbar { color: #000000; font-size:11px; font-weight: bold; padding: 5px; background-color: #DDDDDD; }
.pagetitle { color: #FFFFFF; font-size:13px; font-weight: bold; padding: 10px; }

.button
{
    border: 1px solid #bcd1e7;
    background-color: #bcd1e7;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

a.button, a.button:link, a.button:visited, a.button:active {
    color: #FFFFFF;
    text-decoration: none;
}

a.button:hover
{
    color: #FFFFFF;
    border: 1px solid #004d91;    
    background-color: #004d91;
    text-decoration: none;
}


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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

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

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

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(youtube/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(youtube/nextlabel.gif) no-repeat 100% 15%;
}

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

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(youtube/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

