html, body, td, th {
	font-family: Verdana;
	font-size: 14px;
}

html, body { 
	margin: 0;
	padding: 0;
}

#header {
	background-color: #fd991d;
	border-bottom: 1px dotted #665b35;
	padding: 8px 0 8px 0;
	margin-bottom: 1em;
	text-align: center;
	color: white;
}

#header span#logo {
	display: inline-block;
	width: 300px;
	font-size: 170%;
	letter-spacing: 1px;
	vertical-align: center;
	font-weight: bold;
}

#header span#logo a, #footer a {
	color: white;
	text-decoration: none;
}

#header span#logo a:hover, #footer a:hover {
	text-decoration: underline;
}

#header span#search {
	display: inline-block;
	width: 400px;
	vertical-align: center;
}

#header span#search form {
	display: inline;
}

#header span#search #searchButton {
	font-size: 150%;
}

#header span#search #searchBox {
	width: 300px;
	height: 30px;
	font-size: 150%;
	margin-top: -2px;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.branche {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	margin-right: 9px;
}

.branche h3 {
	font-size: 100%;
}

h3, h3 a, a {
	color: #0077b2;
	text-decoration: none;
}

h2 {
	font-size: 110%;
}

h3 a:hover, a:hover {
	text-decoration: underline;
}

.branche h3 {
	margin-bottom: 0px;
}

.branche ul {
	padding-left: 1em;
	padding-top: 0;
}

li {
}

td {
	border-bottom: 1px solid #ccc;
}

table.form {
	width: 780px;
}

table.form input {
	width: 300px;
}

table.form input.submit {
	width: auto;
}

table.form textarea {
	width: 300px;
	height: 100px;
}

.pager a {
	display: inline-block;
	padding: 2px 8px 2px 8px;
	border: 1px solid #0077b2;
	margin-right: 6px;	
}

.pager a:hover {
	background-color: #0077b2;
	color: white;
}

table.info {
	width: 780px;
}

td.label {
	width: 200px;
}
	
div#footer {
	text-align: center;
	border-top: 1px dotted #665b35;
	background-color: #fd991d;
	padding: 8px 0 8px 0;
	color: white;
	width: 100%;
	margin-top: 1em;
}

#adsenseleft, #adsenseright {
	position: absolute;
}
.error { color: red }
