/*
   #### Grundelemente und Links ####
----------------------------------------
Autor: Markus Scherf
Datum: 21.06.2007

traffic information and management GmbH
http://www.traffic-tim.de/
----------------------------------------
 */

/*---------------------------------------
	############ Grundelemente ############
	---------------------------------------*/

html,body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-size: 100.01%;
	font-family:Arial,Times,serif;
	text-align:center;
}

p, table, div, span {
	font-family:Arial,Times,serif;
}

img{
	border:0;
	text-decoration:none;
}

h1{
	font-family: Arial,Times,serif;
  font-size: 1.3em;
  color: #AE012E;
  font-weight: bold;
  text-align:left;
}

h2{
	font-size:1em;
	font-weight:bold;
	font-family:Arial,Times,serif;
	color:#F19100;
	padding-bottom:-1em;
	padding-left:12px;
	background: url('../image/design/pfeil.gif') left center no-repeat;
	display: inline;
}

/*---------------------------------------
	######## Links, Hover und Focus ########
	---------------------------------------*/



#axiron_logo a:link, #axiron_logo a:visited, #axiron_logo a:hover, #axiron_logo a:active, #axiron_logo a:focus{
	text-decoration:none;
}


					/* ### Normale Links ### */
body a:link, body a:visited{
	color:#585858;
	font-size:1em
}

#fussleiste a:link, #fussleiste a:visited{
	color:#585858;
	text-decoration:none;
	font-size:0.7em
}

#fussleiste a.on, body a:hover, body a:active, body a:focus{
	color:#F19100;
}

					/* ### Hauptmenue ### */
#hauptmenu a:link, #hauptmenu a:visited{
	color:white;
	text-decoration:none;
	font-size:0.9em;
}

#hauptmenu a.on, #hauptmenu a:hover, #hauptmenu a:active, #hauptmenu a:focus{
	background-color:#760920;
}

					/* ### Untermenue ### */
#untermenu a:link, #untermenu a:visited{
	color:#585858;
	text-decoration:none;
	font-size:1em;
}

#untermenu a.on, #untermenu a:hover, #untermenu a:active, #untermenu a:focus{
	color:#F19100;
	font-weight:bold;
}

#sprache a:link, #sprache a:visited{
	color:white;
}
