/*
	www.uebergebuehr.de
	css-file

	@title			screen.css
	@author			Emerson Araja
	@lastchange		05-Jun-2009
	@description	CSS-Datei von uebergebuehr.de und seinen Länderseiten
	@version		5.01
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 0.75em/1em arial,helvetica,sans-serif;
}

h2, h3, h4 {
	font-family:"Trebuchet MS", verdana,geneva,arial,helvetica,sans-serif; 
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #7F6B47;
	line-height: 1em;
}

h2 {
	font-size: 1.75em;
	padding-left: 16px;
	background: url(/resources/gfx/icon-devil.gif) 0 3px no-repeat;
}

h3, h4 {
	font-weight: bold;
	margin-bottom: 0em;
}

p, span, label, ol, ul, a {
	color: #646d72;
	line-height: 1.5em;
	margin-bottom: 1em;
}
a {
	color: #1A7B8F;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #ff6e00;
}
a:visited {
	text-decoration: none;
}

h2 a {
	color: #7F6B47;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.5em;
}

ul 						{ margin-left: 3.0em; }
hr 						{ display: none; }
div						{ /*outline: 1px solid gray;*/ }

.hidden 				{ display: none; }
.clear 					{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }
.bold 					{ font-weight: bold; }


/*
	aschaeffer
*/

table {
	border: 1px solid #1A7B8F;
}

tr {

}

td {
	border: 1px solid #7F6B47;
}