html {
	overflow-y:hidden;
}

body {
	scrollbar-face-color: #003b59;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #E3E3E3;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #003b59;
	scrollbar-darkshadow-color: #000000;
	background-color:#003b59;
}

A:link{
	text-decoration:none;
	color:#ffffff;
	font-family: Arial;
	font-size: 10pt;
}

A:visited{
	text-decoration:none;
	color:#ffffff;
	font-family: Arial;
	font-size: 10pt;
}

A:active{
	text-decoration:underline;
	color:#c0c0c0;
	font-family: Arial;
	font-size: 10pt;
}

A:hover{
	text-decoration:underline;
	color:#c0c0c0;
	font-family: Arial;
	font-size: 10pt;
}

A.menu:link{
	text-decoration:none;
	color:#ffffff;
	font-family: Arial;
	font-size: 10pt;
}

A.menu:visited{
	text-decoration:none;
	color:#ffffff;
	font-family: Arial;
	font-size: 10pt;
}

A.menu:active{
	text-decoration:underline;
	color:#c0c0c0;
	font-family: Arial;
	font-size: 10pt;
}

A.menu:hover{
	text-decoration:underline;
	color:#c0c0c0;
	font-family: Arial;
	font-size: 10pt;
}

/* FLIESSTEXT */
td {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	list-style-type: square;
}

.maintext {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	list-style-type: square;
}

/* FLIESSTEXT REGISTRIERUNG  Vorname, Nachname etc...  */
.reg {
	font-family: Arial;
	font-size: 9pt;
	color: #ffffff;
	list-style-type: square;
	font-weight:bold;
	vertical-align: middle;
}

/* UEBERSCHRIFT */
.header {
	font-family: Arial;
	font-size: 12pt;
	color: #ffffff;
	font-weight:bold;
}

/* COPYRIGHT */
.copyright {
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	font-weight:bold;
	height:98px;
	padding-top : 5px;
}


/*  ------------------------------  MAIN TABLES (auf  jeder Seite)  ---------------------------------- */

/* Haupttabelle in der sich alle Tabellen befinden!  */
.mainTable{
	width: 100%;
	height: 100%;	
}

/* Tabelle mit 2 Rows  - Logo + Links (AGB etc) */
.tableLogo{
	width:750px;
	height:78px;
	margin-left : 40px;
}

/* Tabelle in der sich der Inhalt der Seite befindet */
.tableContent{
	width:750px;
	margin-left : 40px;
	margin-top : 30px;
	margin-bottom : 30px;
}

/* Tabelle in der sich das Copyright befindet */
.tableCopyright{
	width:750px;
	margin-left : 5%;
}

/*  ------------------------------  xxxxxxxxxxxxxxxxxxxxxxxxxxx  ---------------------------------- */



/*  ------------------------------  GRADIENT   (auf jeder Seite!) ---------------------------------- */

.gradient{	
	background-image:url(../img/gradient1.gif);
	height:78px;
	width:100%;
}

.gradient2{
	background-image:url(../img/gradient2.gif);
	background-repeat:repeat-x;
	background-color:#dce6eb;
	height:100%;
	width:100%;
}

.line{
	background-image:url(../img/line.gif);
	height:16px;
	width:100%;
}

/*  ------------------------------  xxxxx xxxxxxx ---------------------------------- */

/*  ------------------------------  HEADER BAR / BOX  Runde Boxen bei Registrierung + index etc... ---------------------------------- */

/* runder Button/Background  für Überschriften */
.headerBarLeft {
	background-image : url(../img/headerBar/headerbar_l.gif);
	background-repeat : no-repeat;
	width:22px;
}

.headerBarCont{
	background-image : url(../img/headerBar/headerbar_c.gif);
	background-repeat : repeat-x;
	height:34px;
	color: #003b59;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
}

.headerBarRight {
	background-image : url(../img/headerBar/headerbar_r.gif);
	background-repeat : no-repeat;
	width:22px;
}

/* /End  runder Button/Background  für Überschriften */


/* runde Box  */
.lineTop{
	background-image : url(../img/headerBar/line_top.gif);
	background-repeat : repeat-x;
	height:34px;
}

.lineBottom{
	background-image : url(../img/headerBar/line_bottom.gif);
	background-repeat : repeat-x;
	height:21px;
}

.lineTopLeft{
	background-image : url(../img/headerBar/line-top_l.gif);
	background-repeat : no-repeat;
	width:15px;
	height:34px;
}

.lineTopRight{
	background-image : url(../img/headerBar/line-top_r.gif);
	background-repeat : no-repeat;
	width:15px;
	height:34px;
}

.lineLeft {
	background-image : url(../img/headerBar/line_left.gif);
	background-repeat : repeat-y;
	width:5px;
}

.lineRight
{
	background-image: url(../img/headerBar/line_right.gif);
	background-repeat: repeat-y;	
	width: 5px;	
}

.lineBottomRight {
	background-image : url(../img/headerBar/line-bot_r.gif);
	background-repeat : no-repeat;
	width:15px;
	height:21px;
}

.lineBottomLeft {
	background-image : url(../img/headerBar/line-bot_l.gif);
	background-repeat : no-repeat;
	width:15px;
	height:21px;
}

/*  /End  runde Box  */

/*  ------------------------------  xxxxxxxxxxxxxxx  ---------------------------------- */

/*  ------------------------------  FORMS / INPUT ---------------------------------- */

/* Texteingabefeld bei Starseite/Login */
.formLogin {
	width: 280px;
	height:22px;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	border:1px solid #000000;
}

/* Texteingabefeld bei Registrierung */
.inputReg {
	width: 150px;
	height:20px;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	border:1px solid #000000;
	vertical-align: top;
}

/*  ------------------------------  xxxxxxx ---------------------------------- */


/* Abtrennung bei der Registrierung */
.regBar {
	background-color:#ffffff;
	
	height:5px;
}

.tableReg{
	width:750px;
}


/*popup auf der loginseite*/

/* BACKGROUND COLOR TABLE */
.popupbgcolor{
	background-color:#e7e7e7;
}


/* FLIESSTEXT */
.popuptd {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	list-style-type: square;
}

/* FLIESSTEXT SMALL */
.tiny {
	font-family: Arial;
	font-size: 7pt;
	color: #ffffff;
	font-weight: normal;
}
