/**
 * styles.css
 *
 * created by Steffen Rehbein
 **/

p {
	font-family:Arial, Helvetica, Univers, Sans Serif;
	font-size: 12px;
}

p.head {
	font-size:13px;
	font-weight: bold;
}

p.angebote_form{
	font-size:12px;
}

a.admin_functions {
	font-family:Arial, Helvetica, Univers, Sans Serif;
	font-size: 12px;
	color: #0033cc;
	text-decoration:none;
	font-weight: bold;
}

a.admin_functions:hover {
	font-family:Arial, Helvetica, Univers, Sans Serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
}

a.active_link {
	color: #FF0000;
}

/*a.active_link:hover {
	color: #0033CC;
}*/

a {
	font-family:Arial, Helvetica, Univers, Sans Serif;
	font-size: 12px;
	color: #0033cc;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
}

input {
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, Univers, Sans Serif;
	font-size: 11px;
	font-weight: bold;
}

input.button {
	color: #FFFFFF;
	background-color: #0033CC;
}

input.angebote_form {
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, Univers, Sans Serif;
	font-size: 12px;
	padding: 2px;
	font-weight: normal;
}

select, option{
	border: 0px solid #000000;
	color: #000000;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, Univers, Sans Serif;
	font-size: 12px;
	font-weight: normal;
}

.formbutton {
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #0033cc;
	font-family: Arial, Helvetica, Univers, Sans Serif;
	font-size: 11px;
	font-weight: bold;
}

textarea {
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, Univers, Sans Serif;
	font-size: 11px;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-family: Arial, Helvetica, Univers, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.topmenue {
	border: 1px solid #0033CC;
	font-family:Arial, Helvetica, Univers, Sans Serif;
	font-size:12px;
	vertical-align:top;
	height: 12px;
	color:#FFFFFF;
	font-weight:bold;
}

.topmenue_on {
	border: 1px solid #0033cc;
	font-family:Arial, Helvetica, Univers, Sans Serif;
	font-size:12px;
	vertical-align:top;
	height: 12px;
	color:#0033CC;
	background-color:#FFFFFF;
	font-weight:bold;
}

a.topmenue:hover{
  background-color:#FFFFFF;
  color: #0033cc;
}

a.topmenue_on:hover{
  background-color: #FFFFFF;
  color: #0033CC;
}

table.news {
	border: 1px solid #0033CC;
}

table.angebote {
	border: 0px solid #0033CC;
	padding: 2px;
}

table.subnavigation {
	border-top:1px solid #0033CC;
	border-bottom:1px solid #0033CC;
	text-align:center;
}

img.angebot{
	margin:2px;
}

td.indent {
	width:15px;
}
