/* Stylesheet mobilfunkpaket.de für Taxi Stern GmbH */

* { padding: 0; margin: 0; }

html { height: 101%; } /* erzwingt Scrollbar im Firefox */
body {  
   color: white; /* Schriftfarbe */
   background-color: #00c; /* #8c8c8c; */ /* Hintergrundfarbe */
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-size: 11px; /* Schriftgröße */ 
}
#wrapper {
	color: black;
	background-color: white;
	width: 720px; /* Breite des Inhaltsbereiches */
	margin-top: 0px;
	margin-right: auto; /* Abstand rechts automatisch */
	margin-bottom: 10px;
	margin-left: auto; /* Abstand links automatisch */
}
#kopfbereich {
	color: black;
	background-color: #fff;
	background-image: url(farbverlauf.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom: 2px solid #red;
	margin-top: 0px;
}
#statusbereich {
	background-color: #DCEFF3;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 40px;
	border-bottom: 2px solid #red;
	;
} 
ol#status {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 2.2em;
	line-height: 40px;
	width: 700px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;

}

ol#status li {
	display: block;
	border: 1px solid #999;
	float: left;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-transform: none;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	background-color: #DCEFF3;
}
ol#status li.current {
	display: block;
	border: 2px solid #FFed00;
	float: left;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-transform: none;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	background-color: #FFED00;
}

#textbereich { 
   padding-top: 20px ;
   padding-right: 10px; 
   padding-bottom: 20px;
   padding-left: 20px; 
}
#howto { 
   padding-top: 20px ;
   padding-right: 10px; 
   padding-bottom: 20px;
   padding-left: 20px;
   border: 1px dotted #CCC;
}
#register { 
   padding-top: 20px ;
   padding-right: 20px; 
   padding-bottom: 20px;
   padding-left: 20px;
   border: 1px dotted #CCC;
}

#fussbereich {
	padding-top: 10px;  /* Innenabstand oben, unterhalb Rahmenlinie */
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top: 3px solid #DCEFF3; /* Rahmenlinie oben */
	border-bottom: 5px solid #red; /* Rahmenlinie unten */
	margin-top: 20px; /* Außenabstand oben, oberhalb Linie */
	background-color: #FFF;
}
#logo { /* Das HTML-Element mit dem Attribut id="logo" */ 
   color: black;
   background-color: white;
   padding: 0px;
   border: 0px; 
}
h1 { font-size: 130%; } 
h2 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
	background-color:#DCEFF3;
	border: 1px dotted #eee;
}
h3 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

p#blinking {
	text-decoration: blink;
   font-size: 120%;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: red;
   background-color:#DCEFF3;
   border: 1px dotted #eee;
}

p {font-size: 11px; }

address {
   text-align: center;  /* zentrieren */ 
   font-size: 80%;      /* etwas kleiner */
   font-style: normal;  /* normale Schrift, nicht kursiv */
   letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
   line-height: 1.5em;  /* Zeilenabstand */ 
}
a { /* Unterstreichung entfernen */
   text-decoration: none; 
   outline: none;
} 
a:link {
	color: #999;
} 
a:visited {
	color: #999;
}
a:hover, a:focus {
	border-bottom: 1px solid #000;
}
a:active {
	color: white;
	background-color: #ccc;
}
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

#textbereich a { 
   border-bottom: 1px dotted #cc0000; 
}
#textbereich a:hover,
#textbereich a:focus { 
   border-bottom: 1px solid #d90000; 
}


/* Abstand nach unten */
h2, h3, p, ul, ol { margin-bottom: 1em; }  

/* Verschachtelte Listen ohne Abstand */
ul ul { margin-bottom: 0; } 

/* Abstand von links */
li { margin-left: 1em; }

/* Formular Stile */
fieldset {
	border: 1px dashed red;
	padding: 0.8em 0.8em;
	width: auto;
}
legend {
	margin-left: 1em;
	margin-right: 1em;
	border: 1px solid red;
	font-weight: bold;
	padding: 0.5em;
	color: #333;
	background: #FFF;
}

form#anmeldeform legend {
	margin-top: 1em;
	background: #FFF;
}
form#anmeldeform label {
	width: 250px;
	display: block;
	float: left;
	margin-top: 5px;
}
form#anmeldeform input {
	margin-top: 5px;
	margin-left: 10px;
	height: 16px;
	float: left;
}
form#anmeldeform input[type=submit] {
	height: auto;
}
form#anmeldeform select {
	margin-top: 5px;
	margin-left: 10px;
}
form#anmeldeform br { clear:both; }

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
	cursor: pointer;
}
input, textarea {
	background: #eee;
}
input:focus, textarea:focus {
	color: #000;
	background: #eee;
	outline: 1px solid red;
}

#fehler {
   padding-top: 20px ;
   padding-right: 10px; 
   padding-bottom: 20px;
   padding-left: 20px;
   border: 2px dashed #F30;
   color:#F30;
   font-weight: bold;
}	

