@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../pics/bg.gif);
	background-repeat:repeat-x;
	background-color:#494949;
	margin: 0;
	padding: 0;
	color: #000;
}
body#provision{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #4E5869;*/
	background-image:none;
	background-color:white;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	color: #000000;
}
a img { 
	border: none;
}

a:link {
	color:#000;
	text-decoration: underline; 
}
a:visited {
	color:black;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #DC0224;
	text-decoration: none;
	font-weight:bold;
}

/*	#####################	Default Page	###################*/
.container {
	width: 80%;
	max-width: 1024px;
	min-width: 900px;
	min-height:786px;
	background-color:#494949;
	margin: 15px auto; 
	color: #FFFFFF;
}

.header {
	background-image:url(../../picture/gui_view/header.png);
	background-repeat:repeat-x;
	background-color:#363636;
	height:180px;
}

.content {
	padding: 0px 0;
	min-height:800px;
	background-image:url(../../picture/gui_view/bg_contentWrap_2.gif);
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.footer {
	padding: 0px 0;
	background-image:url(../../picture/gui_view/bg_footer.jpg);
	background-repeat:repeat-y;
	height:30;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

div#logout{
	background-color:#DC0224;
	margin:10px auto;
}
div#logout p a{
	background-color:#DC0224;
	color:white;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	text-align:right;
	font-weight:bold;
	padding: 0 3px;
	text-decoration:none;
}

div#logout p a:hover{
	color:#DC0224;
	font-weight:bold;
	text-align:right;
}
.mainContent{
	padding: 50px 50px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
.text_title{
	font-size:16px;
	font-weight:bold;
	text-indent: -1em;
}
.text{
	font-size:14px;
	font-weight:normal;
	text-indent: -1em;
}
.warning{
	font-size:14px;
	color:#FF3535;
	font-weight:bold;
	text-align:center;
	border:1px solid black;
}
.warning_title{
	font-size:18px;
	color:#FF3535;
	font-weight:bold;
}
.submit_antrag{
	width:290px;
	text-align:left;
}
.submit_input{
	width:284px;
	text-align:left;
}
.comments{
	width:284px;
	height:100px;
}
.access{
	font-size:14px;
	color:#390;
	font-weight:bold;
	text-align:center;
	border:1px solid black;
	
}
.submit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-shadow:inherit;
	color:black;
	height:50px;
	width:150px;
}
.fieldset{
	border:2px solid black;
}
/*	################	Ende - Default Page		##################*/

/*#################		Login - Maske 		#####################*/
.container_login {
	width: 80%;
	max-width: 400px;
	min-width: 80px;
	background-color: #494949;
	min-height:300px;
	margin: 150px auto; 
	top:50%;
	left:50%;
	bottom:50%;
	right:50%;
}

.header_login {
	background-image:url(../pics/header/test_header.png);
	background-repeat:repeat-x;
	min-height:100px;
	max-width:400px;
}

.content_login {
	padding: 10px 0;
	max-height:400px;
	background-color:#CCC;
}

.content_login ul, .content_login ol { 
	padding: 0 15px 15px 40px; 
}

.footer_login {
	padding: 10px 0;
	background-color:#494949;
}


.input_login{
	height:35px;
	width:366px;
	text-align:left;
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-style:normal;
}
.submit_login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-shadow:inherit;
	color:black;
	height:50px;
	width:150px;
}
.login{	
	background-image:url(../pics/icons/key_icon.png);
	background-color:#494949;
	background-repeat:no-repeat;
	color:white;
}
div#link a{
	color:black;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	padding: 0 3px;
	text-decoration:none;
}
div#link a:hover{
	color:#DC0224;
	font-weight:bold;
	text-align:left;
}
/*	Action list Style(New Account | Change Account | Delete Account)*/
ul#action_navigation{
	list-style-type:none;
	display:inline;
}
ul#action_navigation li{
	display:inline;
	margin:0.4em;
	padding:0;
	list-style:none;
}
/*	###############		Ende	##############################	*/


/*	###############		Benutzermaske - ADMIN	######################	*/

.header_admin{
	position:fixed;
	top:0;
	bottom:0;
	min-height:100px;
	max-height:150px;
	width:100%;
	background-image:url(../pics/header/test_header.png);
	background-repeat:repeat-x;
}
.content_admin{
	padding: 180 0;
	height:100%;
	background-color:white;
}
/* --	MainContent 	-- */
.mainContent_header_admin{}
.mainContent_content_admin{}
.mainContent_footer_admin{}
/* --  END	MainContent -- */
.footer_admin{
	min-height: 10px;
	max-height: 30px;
	width: 100%;
	padding: 50 50;
	background-image: url(../pics/footer/footer.png);
	background-repeat: repeat-x;
	
}

/*	Eingabefelder und Tabellen*/
.input_header{
	height:35px;
	width:150px;
	text-align:center;
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-style:normal;
}
.input_text{
	height:35px;
	width:150px;
	text-align:left;
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-style:normal;
}
.input_rechnung{
	height:35px;
	width:100px;
	text-align:right;
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-style:normal;
}
.submit{
	width:150px;
	text-align:center;
	font-style:normal;
}
.div_provision{
	border: solid 2px #DC0224;
	min-width:1220px;
	max-width:1221px;

}
.div_provisionHeader{
	background-image:url(../pics/formular/header.png);
	background-repeat:no-repeat;
	height:76px;
}
.div_provisionHeader_Style{
	padding:35 10;
	min-width:350px;
	max-width:351px;
	min-height:70px;
	max-height:74px;
	font-size:20px; 
	font-weight:bold; 
	color:white;
}
.div_provisionContent{
	background-image:url(../pics/formular/content.png);
	background-repeat:repeat-y;
}
.div_provisionFooter{
	height:68px;
	background-image:url(../pics/formular/footer.png);
	background-repeat:no-repeat;	
}
.dropdown{
	font-weight:bold;
	text-align:left;
	height:30px;
	width:120px;
}
.submit_view{
	width:120px;
	height:40px;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}
td#link a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}
td#link a:hover{
	color:black;
	border-bottom:solid 4px #4BCA54;
}
a#link_oben {
	color:white;
	font-weight:bold;
}
a#link_oben:hover{
	border-bottom:solid 4px #4BCA54;
}
input#year{
	text-align:center;
	font-weight:bold;
	width:100px;
	height:35px;
}

/*	###############		Ende	####################################*/
