/* -------------------  */
/* BEGIN GENERAL STYLES */
/* -------------------  */
BODY {
	font-family: Verdana,Arial, Helvetica,sans-serif;
	color: #000000;
	background-color:#F2F2F2;
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #F7F7F7;
	scrollbar-darkshadow-color : #F7F7F7;
	scrollbar-face-color : #C0C0C0;
	scrollbar-track-color : #F7F7F7;
	margin: 0px 0px 0px 0px;
}

.BODY_LEFT {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

.BODY_MAIN {

}
.BODY_TOP {

}

.menu_left {
	background-repeat:repeat-y;
	background-image: url(../images/dotted_line.jpg);
}

.menu_row1 {
	padding-left: 16px;
	background-color: #E8E6E6;
	background-repeat: repeat-y;
	background-image: url(../images/background_menu.jpg);
}

.menu_row2 {
	padding-left: 16px;
	background-repeat:repeat-y;
	background-image: url(../images/dotted_line.jpg);
}

.Text10 {
	color:#000000;
	font-size: 10px;
}

.Text12 {
	color:#000000;
	font-size: 12px;
}
.Titel {
	color:#048E7A;
	font-size: 12px;
}

.Text10on {
	color:#048E7A;
	font-size: 10px;
}

.Text10off {
	color:#000000;
	font-size: 10px;
}

.Text10system {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}

H2{
	text-align: center;
}
/* -------------------*/
/* END GENERAL STYLES */
/* -------------------*/
/* BEGIN TABLE STYLES */
/* -------------------*/
TABLE.tbflat
{
	border-width : 1;
	border-style : solid;
	border-color : #999999;
	font-size: 10px;
	color:#FFFFFF;
}


TD{ font-family: Verdana,Arial; font-size: 10px;}


TD.row1_trans {
	background-color: #fdfdfd;
	font-family: Verdana,Arial;
	font-size: 10px;

	filter: alpha(opacity:70);
}
TD.row1 {
	background-color: #E8E6E6;
	font-size: 10px;
}
TD.row2 {
	font-size: 10px;
}
TD.row3 {
	background-color: #f7f7f7;
	font-size: 10px;
}

TH, H3 {
	font-weight: bold;
	font-size: 14px;
	color: #BE311A;
	height: 10px;
	background-color: #E8E6E6;
}

TH.thTop {
	border: 1px solid #F7F7F7;
	font-weight: bold;
	height: 20px}


TH.thCornerL {
	border: 1px solid #F7F7F7;
	font-weight: bold;
	height: 20px}


TH.thCornerR {
	border: 1px solid #F7F7F7;
	font-weight: bold;
	height: 20px
}


TH.thTop {
	border-width: 0px;
}
TH.thCornerL {
	border-width: 0px;
}
TH.thCornerR {
	border-width: 0px;
}
/* -------------------*/
/* END TABLE STYLES   */
/* -------------------*/
/* BEGIN LINK STYLES  */
/* -------------------*/

A{
	color:#4278A1;
	text-decoration:none;
	font-style:italic;
	font-weight:none;
}

A:VISITED{
	color:#4278A1;
}

A:HOVER{
	color:#4278A1;
	text-decoration:underline;
}

A:ACTIVE{
	color:#4278A1;
}

A.promolink, A.promolink:VISITED, A.promolink:HOVER , A.promolink:ACTIVE{
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:none;
}

A.promolink:HOVER {
	text-decoration: underline;
}


A.menu{
	font-size: 10px;
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:none;
}
A.menu:LINK{
	color:#000000;
}

A.menu:VISITED{
	color:#000000;
}

A.menu:HOVER{
	text-decoration:underline;
}
A.menu:ACTIVE{color:#000000;
	font-weight:bold;
}

/* -------------------*/
/* END LINK STYLES    */
/* -------------------*/
/* INPUT STYLES       */
/* -------------------*/

.input {
	border: 1px solid;
	border-color :#333333;
	font-family: Verdana;
	font-size: 10px;
	background-color:#F7F7F7;
}

input.login {
	border: 0px solid;
	border-color :#FCF6AC;
	font-family: Verdana;
	font-size: 6px;
	background-color:#E6F0EE;
}

.Buttons {
	font-size: 10px;
	color: #000000;
	background-color: #F3F3F3;
	border-color:#000000;
	border: 1px solid;
}
/* -------------------*/
/* END INPUT STYLES   */
/* -------------------*/
/* -------------------*/
/* BEGIN X-COM FOOTER */
/* -------------------*/

.xcomfooter {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9px;
            color: #666666;
}
a.xcomfooter, a.xcomfooter:visited, .xcomfooter a, .xcomfooter a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9px;
            color: #666666;
            text-decoration: none;
}
a.xcomfooter:hover, .xcomfooter a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9px;
            color: #444444;
            text-decoration: none;
}
/* -------------------*/
/* END X-COM FOOTER   */
/* -------------------*/


/* -------------------*/
/* PHOTO VIEWER		  */
/* -------------------*/

#foto_container{
	margin-top: 20px;
	width: 610px;
}

.foto_large{
	float: left;
	width: 400px !important;
	height: 337px;
	text-algin: center;
	margin-right: 40px;
}


.foto_large img{
	max-width: 400px !important;
	height: 337px;
	margin-right: 40px;
	border: 1px solid blue;
}




#foto_large_hidden img{
	max-width: 400px;
	height: 337px;
	border: 1px solid black;
	display: none;
}


#foto_slider_container{
	overflow: hidden;
	text-align: center;
	height: 400px;
	width: 150px;
	float: right;
	margin-right: 5px;
}

#foto_slider{
	width: 180px;
	float: left;
}

.slider_thumb{
	width: 150px;
	margin-bottom: 10px;
	height: 100px;
	cursor: hand;
}

