@import url("browser_reset.css");

/*/////////////////////allgemeine Angaben///////////////////*/

body{
	position:relative;
	color: #000000;
	background-color:#FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size: 12px;
	line-height: 20px;
}

/*/////////////////////Inhaltsbereich///////////////////*/

#content{
	position:relative;
	margin:0 auto;
	width:760px;
	padding:10px;
	padding-bottom:50px;
}

/*/////////////////////Logo und lila Linie///////////////////*/

#branding{
	padding-top:40px;
	width:760px;
	border-bottom:10px solid #009999;
	padding-bottom:30px;
	margin-bottom:30px;
}


/*/////////////////////Typografie///////////////////*/

h1{
	padding-bottom:5px;
	padding-top:20px;
}

p{
	width:90%;
	padding-bottom:5px;
}

.warning{
	width:500px;
	margin:50px auto;
	padding:10px;
	border:solid 1px #C33; /*dunkles rot*/
	color:#C33; /*dunkles rot*/
	
	text-align:center;
}

b{
	color:black;
}

/*/////////////////////Tabellen///////////////////*/

table{
	line-height:18px;
}

td, th{
	vertical-align:top;
	text-align:left;
}

table.ergebnisse td{
	padding-bottom:5px;
	padding-right:10px;
}

table.ergebnisse th{
	padding-top:20px;
	padding-bottom:10px;
}
/*/////////////////////Links///////////////////*/

a, a:link
{
    font-weight: bold;
    color: #009999;
    text-decoration: none
}
a:visited
{
    color: #009999;
}
a:hover
{
    color: #999999;
}
a:active
{
    COLOR: #999999;
}

a.active{
	color:grey;
}

a.active:after{
	padding-left:5px;
	content:url(../bilder/arrow.jpg);
}

/*/////////////////////Buttons///////////////////*/

a.suche{
	position:relative;
	float:right;
	margin-top:33px;
}

.button{
	margin-top: 10px;
	margin-left:-5px;
	background-color:white;
	color:#009999;
	border:none;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

.button:hover{
	color:#999999;
}

/*/////////////////////Formulare///////////////////*/
form{
	margin-top: 10px;
}

/*/////////////////////Linklisten///////////////////*/

ul#links li{
	padding-bottom:15px;
	font-size:14px;
	font-weight:bold;
	color:#999999;
}
	