html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    border-style: collapse;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #FFFBEB;
    /*background-color: #black;*/
    color: #000000;
    /*color: #FFFFFF;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body, table, tr, td, th {
	font-size: 100%;
	vertical-align: top;
}
div, form {
	padding: 0px;
	margin: 0px;
}
iframe {
	border: 0px;
	margin: 20 0;
}

#container {
}
#inhalt {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0px;
    right: 0px;
    bottom: 100px;
    padding: 10px 20px 20px 20px;
	border-color: blue;
/*    background: yellow;*/
    overflow: auto;
}

div.fehlerbox {
	margin: 10px 0px;
	color: red;
	font-weight: bold;
}

a { 
	text-decoration: none;
	color: #blue;
	font-weight: bold;
}
a:hover, a:active { 
	text-decoration: underline;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 110%;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

p {
}

ul {
	list-style-type: square;
	margin-left: 15px;
}

input, textarea, select {
	background-color: white;
	border: 1px solid #cccccc;
	margin-right: 10px;
	font-weight: bold;
}


input:focus, textarea:focus {
	border: 1px solid #808080;
}

fieldset {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
}

fieldset legend {
	color: Maroon;
}

/* Bewerbungsstati */

.bewerbung_name {
	font-color: red;
	font-weight: bold;
	font-size: 110%;
	margin-right: 0.5em;
}
.bewerbung_ok {
	font-color: red;
	margin-right: 0.5em;
}

.bewerbung_pdf {
	font-color: green;
	margin-right: 0.5em;
}

.bewerbung_upload {
	font-color: violett;
	margin-right: 0.5em;
}


/* Für die Überschriften im Moment */

.artistheadersector, .artistheaderid, .artistheadername, .artistheaderstyle {
	font-weight: bold;
}

.artistheadersector, .artistheaderid {
	font-size: 200%;
}

.artistheadername {
	font-size: 125%;
}

.artistheaderstyle {
	font-size: 150%;
}

/*
 * der Upload IFrame
 */


 
#upload_frame {
    height: 90%;
	height: expression( eval(document.body.clientHeight - 100 - 100 ) );
	width: 92%;
	padding: 0 0 0 0;
	margin: 20 0 0 0;
}


/*
 * navigation unten
 */
 
#nav {
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 100px;
    margin: 0em;
	padding: 0em;
    width: 100%;
	vertical-align: middle;
    background: orange;
}

#nav a {
    display: block;
	float: left;
	margin: 10px;
    padding: 10px;
	background: black;
	font-size: 100%;
	font-weight: bolder;
	vertical-align: middle;
	border: 1px dotted black;
	color: white;
}
#nav a:hover, #nav a:active { 
	text-decoration: none;
	color: white;
}

#nav input {
    display: block;
	float: left;
	margin: 10px;
    padding: 10px;
	background: black;
	font-size: 100%;
	font-weight: bolder;
	vertical-align: middle;
	border: 1px dotted black;
	color: white;
}
#nav input[type=hidden] {
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* 
 * header 
 */

#header {
    position: fixed;
    z-index: 4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: black;
}

#header h1 {
	font-family: Arial-Black Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 200%;
	font-weight: 900;
	padding: 20 20 0 20;
	margin: 0px;
}

#header h2 {
	font-family: Arial-Black Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 120%;
	font-weight: 600;
	padding: 10 20 0 20;
	margin: 0px;
	float: left;
}

#header table {
	padding: 20 0 0 0;
	float: right;
}

#header tr, #header td {
	font-family: Arial-Black Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding-right: 20px;
}

#header a {
	color: orange;
}
#header a:hover, #header a:active { 
	text-decoration: underline;
	color: orange;
}
