/* DATEI: hamburger.css */

.giftgruen { color: #00FF00; }

body {
	font-size: 10px;
	color: #222;
	background: #fff url(../_grafik/back.jpg) 0 0 repeat-y;
	font-family: arial, sans-serif;
	padding: 0;
	margin: 14px 0;
	text-align: center;
}

div, p, span, form { 
	padding: 0; 
	margin: 0;
}

a,h1,h2,h3,h4,p,ul,ol,li,div,address,blockquote,nobr,b,i { 
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #222;
}

p,ul,ol,li,div,address,blockquote {
	font-size:12px;
}

a {
	font-size: 12px;
}

h1 { font-size: 24px; font-weight: normal;}
h2 { font-size: 17px; font-weight: bold; }
h3 { font-size: 17px; font-weight: normal;}
h4 { font-size: 13px; font-weight: bold; }

li { margin-top:3px; }

/* Pseudoformate für Verweise */

a:link    { color:#772200; text-decoration:none; }
a:visited { color:#772200; text-decoration:none; }
a:hover   { text-decoration:none; background-color:#FFFACD;}
a:active  { color:#FF0000; text-decoration:none; background-color:#EEE9BF; }


div.outer-limit {
	width: 804px;
	margin: 0 auto; 
	padding: 0 0 20px 0;
	background-color: #fc0;
	text-align: left;
}

div.spaceborder {
	width: 804px;
	height: 100px;
	margin: 0;
	background: url(../_grafik/header.jpg) 0 0 no-repeat;
	padding: 0;
}

div.header 
{ 

}


div.main {
 padding: 20px 20px 60px 20px;/*20px 12px 12px 12px; */
 margin: 0px;
 /*height: 460px; 
 overflow: scroll; 
 width: 924px;*/ 
 background-color:#fff;
 /*border-style:solid; 
 border-width:1px; 
 border-color:#9AC0CD; */
}

div.footer 
{ 
 height: 50px;
 background-color:#BBBBBB;
}

div.tabs a {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #36c;
	padding: 6px 12px;
	margin: 0;
	/*background-color:#fff;*/
	border-right: 1px solid #039;
}

div.tabs a.tab_pas:hover, 
div.tabs a.tab_act {
	color: #fff;
	background-color:#c33;
	/*border-style:solid; 
	border-width:1px; 
	border-color:#9AC0CD; 
	font-size: 22px;
	min-width:19%px; 
	background-color:#EEE9BF;*/
}

p.schlank  {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

pre, code, kbd, tt  { 
  font-weight: normal;
  font-family: Courier New, Courier; 
  font-size:12px; 
  color:#000000;
}

var {
	font-style: normal;
	color:#0000C0;
}

blockquote, cite {
	font-style: italic;
}


/* T A B E L L E N */
td {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;*/
	font-size: 12px; 
	padding: 0px;
	margin: 0px;
	color: #222; 
}

td.alpha {
	text-align: left; 
	font-weight: bold;
}

td.FN {
	font-size: 9px;
	color: #000;
}

td.zahl {
	text-align: right;
	font-weight: normal;
}

td.front {
	/*font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 12px; 
	padding: 1px;
	margin:  0px;
	background-color: #E7E7E7;
	color: #333;
}

td.rear {
	/*font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 12px; 
	padding: 1px;
	margin:  0px;
	background-color: #FFF;
	color: #444;
}

th { 
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px; 
	padding: 1px;
	margin:  0px;
	background-color:#FA0A32;
	color: #FFF;
}

a.Outgoing {
	font-family: Courier New,Courier;
	font-size: 14px;
}


/* Änderungsmarkierungen für gelöschten und hinzugefügten Text */

ins {
	color: #090;
	font-weight: bold;
	text-decoration:none;
}

del {
	color: #900;
	font-weight: bold;
	text-decoration: line-through;
}


/* Überschrift in Motorradtypen-Liste */
.ueschml {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #79c;
	color: #FFF;
	margin: 0;
	padding: 2px;
}

/* Überschrift in Artikel-Liste */
.ueschal {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #79c;
	color: #FFF;
	margin: 0;
	padding: 2px;
}


/* Auszeichnungen für zusätzliche Infos in derArtikelliste */
.AL_Platz   {color: #CC0000;}
.AL_Menge   {color: #00AA00;}
.AL_Eintrag {color: #0000EE;}


/* F O R M U L A R E */
input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
  
.Check, .Radio {
	background-color: #FFF;
	border: 1px solid #DDD;
}

.Button {
	background-color:#AAA;
	color: #FFF;
	width: 200px;
	border: 6px solid #DDD;
}


.clear {
	clear: both;
}

.fliessTxt {
	line-height: 1.4em;
}
