/*======================================================*/
/* Basics */
/*======================================================*/

body {
	background-color: #ffffff;
	margin-top : 20px;
}

table {
	border-collapse: seperate; /* Raender von anstoessigen Tabellenzellen werden ueberlagert (1px-Rand = 1px-Linie, sonst 2px-Linie) */
	/* nur Aussenrand der Tabelle (Rest ueber border-color der Tabellenzellen definieren) */
	border-top-color: #00000;
	border-left-color: #00000;
	border-right-color: #00000;
	border-bottom-color: #00000;
	background-color: #ffffff;
}

tr, th, td {
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	vertical-align: top;
}

body, p, th, td, ol, ul, li, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 150%;
}

big {
	font-size: 32px;
	background-color: #eeee00;
}

small {
	font-size: 10px;
}

.lead {
	font-size: 100%;
	font-weight: bold;
}

.highlight {
	color: #ee0000;
}

.edit {
	background-color : #ff0000;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}

.standard {
}

/*======================================================*/
/* Titel */
/*======================================================*/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0099cc;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0099cc;
}

h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

/*======================================================*/
/* Links */
/*======================================================*/

a:link, a:visited {
	font-weight: bold;
	color: #0099cc;
}

a:hover {
	font-weight: bold;
	background-color: #0099cc;
	color: #ffffff;
}

a:active {
	font-weight: bold;
	background-color: #000066;
	color: #ffffff;
}


/*======================================================*/
/* Navigation */
/*======================================================*/

.mainNaviBox { /* solange ich noch mit Tabellen statt mit Layers layoute */
	padding-top: 4px; /* Innenrand */
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

.subNaviBox { /* solange ich noch mit Tabellen statt mit Layers layoute */
	padding-top: 2px; /* Innenrand */
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

/*======================================================*/
/* Formulare und Listen */
/*======================================================*/

.frmLabel, .tblHead {
	background-color: #aaaaaa;
	color: #ffffff;
	font-size : 11px;
	font-weight: bold;
}

.frmLabelError {
	background-color: #ee0000;
	font-size : 11px;
	font-weight: bold;
	color: #ffffff;
}

.frmField {
	background-color: #eeeeee;
	font-size : 11px;
}

.frmFieldError {
	background-color: #eeeeee;
	color: #ee0000;
	font-size : 11px;
	font-weight: bold;
}

.frmInput {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* muss nochmals explizit definiert werden fuer Formularelemente */
	font-size : 12px;
}

.frmInputSmall {
	/* z.B. fuer Felder mit langen Pfadnamen */
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* muss nochmals explizit definiert werden fuer Formularelemente */
	font-size : 11px;
}

.frmInputError {
	background-color: #eeaaaa;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* muss nochmals explizit definiert werden fuer Formularelemente */
	font-size : 12px;
}

.zebra0 {
	background-color: #eeeeee;
	color: #000000;
	font-size : 11px;
}

.zebra1 {
	background-color: #cccccc;
	color: #000000;
	font-size : 11px;
}

.frmButtonStrong {
	background-color: 0099cc;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* muss nochmals explizit definiert werden fuer Formularelemente */
	font-size : 11px;
	font-weight: bold;
	padding-top: 1px; /* Innenrand */
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

.frmButton {
	background-color : 0099cc;
	color : #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-top: 1px; /* Innenrand */
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

/*======================================================*/
/* Altlasten von MusicLink 1 */
/*======================================================*/

.rand {
	font-size : 11px;
}

.lowlight {
	color : #D0D0D0;
}

.inverted {
	color : White;
}

/*======================================================*/
/* Original-FilmLink-CSS                                */
/*======================================================*/

.navi {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.system {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font : bold;
	color : #0099CC;
}

.form {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #DCDCDC;
}
.formlabel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color : #BABABA;
}
.forminput {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #FFFFFF;
}
.forminputhigh {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #FFF000;
}
.formradiohigh {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 2px solid #FFF000;
}
.formbutton {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color : #FFF000;
	


