/* Alle Einstellungen gleich setzen */

@import url('base.css');
@import url('south-street/jquery-ui-1.8.2.custom.css');

/* Allgemeine Deklarationen */


html, body { 
	font-family: arial, verdana, helvetican, tahoma, sans-serif; 
	color: #848587;
	height: auto;
	width: 100%;
	font-size: 12px;
	background-color: #FFFFFF;	
	background-repeat: repeat-x;
	margin: 0px;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	color:#8fa638;
	padding: 5px;
	padding-bottom: 0px;
}

b {
	font-size: 12px;
	font-weight: bold;
	color:#8fa638;
}

a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#848587;
}

.error
{
	color: red;
}

a:hover {
	color:#8fa638;
}


ul {
	font-size: 12px;
	font-weight: normal;
	color:#848587;
	padding: 5px;
	margin-left: 13px;
}

li{
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 3px;
} 

/* Einzelne Elemente einstellen */
#formContact label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
	font-weight: bold;
	vertical-align:top;
}


#container {

	margin: 0px auto;
	padding-top: 45px;
}


#container table{
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
}

#container table th{
	text-align: center;
	padding-bottom: 20px;
}

#container table tr td{
	vertical-align: top;
}

#container table tr.top td {
	width: 20%;
	height: auto;
	vertical-align: top;
}

.sonstiges {
	padding-top: 28px;
}

p{
	padding-top: 5px;
}

.adresse{
	padding-top: 15px;
	text-align: center;
}
