/* CSS Document */

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Links */

a {
	text-decoration:none;
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	color: #000000;
}

a.catmenu {
	display : block;
	position : relative;
	padding : 2px;
	margin:0px;
	font-weight: bold;
	color: #000000;
}

a.subcatmenu {
	padding : 1px;
	font-size: 10px;
	color: #404040;
}

a.impressum{
	color: #666666;
}

/* Überschriften */
h1 {
	color: #F28623;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;	
	margin-top: 0;
	margin-bottom: 0;
}
  
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;	
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;	
}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;			
}

.ueberschrift_navi_oben {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/* Schrift */

.grey {
	color:#666666;
}

.grey_hell {
	color:#999999;
}

.smallgrey {
	font-size:11px;
	font-family:verdana, arial, geneva, sans-serif;
	color:#666666;
}

.preis {
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#F18624;
	font-style: normal;
}

.schriftklein_sw {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Rahmen */

legend {
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #F28623;
}

fieldset {
	border:1px solid #F28623;
	padding:12px;
}

.rahmen_block {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFB73F;
	border-bottom-color: #FFB73F;
	border-left-color: #FFB73F;
}

/* Div */

#mtliste  {
 	display: none
}

#bittewarten {
	display:none;

	position:absolute;
	left:33%;
	right:33%;
	top:30%;
	margin:auto;
	padding:2ex;
	width:30%;
      
	z-index:100;
      
	border:2px solid #F28623;
	font-family:verdana, arial, helvetica;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	background-color:#FFFFFF;
	color:#F28623;
}
#tabhg  {
	background-image: url(/images/hg/tab_oben.gif);
	background-repeat: no-repeat;
}

/* Fehlermeldung */

.error {
	color:#990000;
    background-color:#FFFFE1;
    border:1px dashed #990000;
    margin-top:25px;
	margin-bottom:25px;
   	font-weight:bold;
}

/* Tooltip */

.tooltitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FF0000;
}

.toolbeschreibung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffedab;
	border: 1px solid #ff9900;
	padding: 5px;
	overflow: auto;
}