/******************************************************************/
/* Allgemeine Definitionen										*/
/*																						*/
/*																						*/
/*																						*/
/******************************************************************/


/******************************************************/
/* Schriftarten																				*/
/******************************************************/
.timestext{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#939393;
	font-style: italic;
	font-weight: bold;
}
/******************************************************/




/******************************************************/
/* Farben																							*/
/******************************************************/
.red{
	color:red;
}
/******************************************************/


/******************************************************/
/* Überschriften ohne Hintergrund											*/
/******************************************************/
h1{
	height:25px;
	margin:0px;
	padding:0px;
	
	font-size:16px;
	text-transform: uppercase;

	color:#F16111;
}

h2{
	display:block;
	
	margin:0px;
	padding:0px;
	
	height:15px;

	line-height:15px;
	font-weight: bold;
}
/******************************************************/
/******************************************************/
/* Links																							*/
/******************************************************/
a.pfeillink, a.pfeillinkbold, .pfeillink a{
	color:#F16111;
	padding-left:13px;
	background-image: url("/fileadmin/_media/gfx/linkarrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	text-decoration: underline;
}

a.pfeillinkbold,{
	font-weight: bold;
}
a.pfeillink:hover, a.pfeillinkbold:hover, .pfeillink a:hover{
	color:#F16111;
	text-decoration: underline;
}



/******************************************************/
/* Listen																							*/
/******************************************************/
/* Punktliste z.B. bei Highlights											*/
ul.punktliste{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	margin-top:0px;
}

ul.punktliste li{
	background-image:url('/fileadmin/_media/gfx/bulletarrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	padding-bottom:10px;
}

ul.punktliste li.trenner{
	background-image:none;
	padding-top:5px;
	padding-bottom:5px;
}

/* Pfeilliste z.B. bei News auf der Startseite				*/
ul.liste-newslatest{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.liste-newslatest li{
	padding-left: 0px;
	padding-bottom:15px;
}
/**********************Listentrenner *******************/
.listentrenner{
	display:block;
	width:300px;
	margin-left:50px;
	
	color:#FFFFFF;
	
	background-color:white;
	background-image: url("/fileadmin/_media/gfx/x-linie.gif");
	background-repeat:repeat-x;
}
/********************** Footer Ende *******************/


/******************************************************/
/* Formularfelder																			/
/******************************************************/
.formbutton{
	width:100px;
	margin-top:10px;
	background-color:white;

	font-weight: bold;
	color: #A7B068;
	
	border:1px solid #DDDDC4;
	background-color:#EAEAD8;
}

.formfield, .formarea{
	display:block;
	
	width:300px;
	margin-bottom:3px;
	
	border:1px solid #DDDDC4;
	background-color:#EAEAD8;
}

.formfield{
	height:15px;
}

.formarea{
	height:60px;
}

/******************************************************/
/* Stuff und Helferlein																/
/******************************************************/
/* Abstand																						*/
.abstand{
	float:left;
	width:50px;
}
/******************************************************/
