/*  Style-Sheet-Angaben fuer www.becker-druck-verlag.de */
/*  Erstellt von Ansgar Thiessen - letzte Aenderung 18.09.03 */

body {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: -1;
	color: #000000;
	background-color:#c0c0c0;
	background-image:url(../bilder/hintergrund.gif);
	background-repeat:repeat;
    }


a:link { color : #f0f0f0; text-decoration: none; font-familiy:Arial,Avantgarde }
a:hover {color: #ffffff; text-decoration: underline; font-familiy:Arial,Avantgarde; }
a:visited {color : #ffffff; text-decoration: none; font-familiy:Arial,Avantgarde }
a:hover {color: #f0f0f0; text-decoration: underline; font-familiy:Arial,Avantgarde; }
a:active {color: #404040; text-decoration: none; font-familiy:Arial,Avantgarde }

#orange:link { color : #ff9c31; text-decoration: none; font-familiy:Arial,Avantgarde }
#orange:hover {color: #ffbd73; text-decoration: underline; font-familiy:Arial,Avantgarde; }
#orange:visited {color : #ff9c31; text-decoration: none; font-familiy:Arial,Avantgarde }
#orange:hover {color: #ffbd73; text-decoration: underline; font-familiy:Arial,Avantgarde; }
#orange:active {color: #404040; text-decoration: none; font-familiy:Arial,Avantgarde }

#logout:link { color : #b21700; text-decoration: none; font-familiy:Arial,Avantgarde }
#logout:hover {color: #b21700; text-decoration: underline; font-familiy:Arial,Avantgarde; }
#logout:visited {color : #b21700; text-decoration: none; font-familiy:Arial,Avantgarde }
#logout:hover {color: #b21700; text-decoration: underline; font-familiy:Arial,Avantgarde; }
#logout:active {color: #b21700; text-decoration: none; font-familiy:Arial,Avantgarde }

   #intern_submit 		
	{		font-family: Arial,Helvetica;
			font-size: 8pt;
			color: #000000;
			background-color: #ff9c31;
			border: 1px solid;
			width: 80px }
			
   #intern_datei 		
	{		font-family: Arial,Helvetica;
			font-size: 8pt;
			color: #000000;
			background-color: #ff9c31;
			border: 1px solid;
			width: 210px }


   #ueberschrift
	{		font-family: Arial,Helvetica;
			font-size: 12pt;
			font-weight: bold;
			color: 000000; }
			
   #fliesstext 		
	{		font-family: Arial,Helvetica;
			font-size: 10pt;
			color: #606060;
			line-height:18pt }
			
   #navigation 		
	{		font-family: Verdana;
			font-size: 8pt;
			color: #808080;
			line-height:18pt }
			
   #punkte 		
	{		font-family: Verdana;
			font-size: 8pt;
			color: #000000;
			line-height:18pt }


   #kontakt_input 		
	{		font-family: Arial,Helvetica;
			font-size: 8pt;
			color: #000000;
			background-color: #c0c0c0;
			border: 1px solid;
      			width: 180px }

   #start_input 		
	{		font-family: Arial,Helvetica;
			font-size: 8pt;
			color: #000000;
			background-color: #c0c0c0;
			border: 1px solid;
      			width: 80px }
   #start_submit 		
	{		font-family: Arial,Helvetica;
			font-size: 8pt;
			color: #000000;
			background-color: #ff9c31;
			border: 1px solid;
			width: 80px }
			
fieldset {
	border:1px dashed #CCC;
	padding:10px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}

label {
	/*border: 1px solid #333;*/
	width:100px;
	height:20px;
	margin-top:3px;
	margin-right:2px;
	padding-top:2px;
	padding-left:6px;
	padding-bottom:2px;
	background-color:#CCCCCC;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 105%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}
.form {
	margin:0;
	padding:0;
}
#container {
	width:400px;
	margin:auto;
	padding:5px;
}
#top {
	width:380px;
	height:10px;
}	
#div_form {
	width:380px;
	padding-top:30px;
	float:left;
}
/*
#rightSide {
	background-color:#fff;
	width:0px;
	padding:5px;
	margin-top:40px;
	float:right;
	border:1px solid #CCC;
	font:normal 12px Arial;
	color:#666666
}
*/
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	/*border: 1px solid #333;*/
	width:150px;
	float:left;
	background-color:#E6E6E6;
	height:24px;
	margin-top:3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
}

.textbox {
	background-image: url(../bilder/fieldDisabled.png);
	background-repeat: repeat;
	background-position:left;
	display: block;
	width:120px;
	font:normal Arial;
	color: #999999;
	padding:3px 5px 3px 9px;
}
.textbox:focus, .textbox:hover {
	background-image: url(../bilder/fieldEnabled.png);
}

.div_texarea {
	/*border: 1px solid #333;*/
	width:150px;
	float:left;
	background-color:#E6E6E6;
	height:60px;
	margin-top:3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
}

.textarea {
	background-image: url(../bilder/fieldDisabled.png);
	background-repeat: repeat;
	background-position:left;
	display: block;
	height:60px;
	width:220px;
	font:normal Arial;
	color: #999999;
	padding:0px 5px 3px 0px;
}
.textarea:focus, .textarea:hover {
	background-image: url(../bilder/fieldEnabled.png);
}

.username {
    	background-image: url(../bilder/fieldDisabled.png);
    	background-repeat: repeat;
    	background-position:left;
		width:120px;
    	font:normal Arial;
    	color: #999999;
    	padding:3px 5px 3px 9px;
}
.username:focus, .username:hover {
	background-image: url(../bilder/fieldEnabled.png);
}
   
.password {
    	background-image: url(../bilder/fieldDisabled.png);
    	background-repeat: repeat;
   		background-position:left;
		width:120px;
    	font:normal Arial;
    	color: #999999;
    	padding:3px 5px 3px 9px;
}
.password:focus, .password:hover {
	background-image: url(../bilder/fieldEnabled.png);
}

.button_div {
	float:right;
	width:65px;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:center;
	height:24px;
	margin-top:3px;
	padding:2px 3px 4px;
}

.buttons {
	width: 63px;
	background: #e3e3db;
	font-size:12px; 
	color: #989070; 
	padding: 3px 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
