* {margin:0; padding: 0; font-family: Arial, Helvetica, sans-serif; }

body, td, textarea, input {font-size:11px; color:#506F81; }
body {background-image: url('./bg.png'); background-repeat: repeat-x; background-color:white; margin:0px 0 20px 0}
table {border-collapse: collapse}

ul {list-style-type:none; }
td {vertical-align: top}
h1 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:1px solid #506F81
}

body {
	text-align: center; 
	margin:20px;
}
body.intro {
	margin-top:60px;
}

h1 {
	margin-bottom:10px;
}

table {
	border-collapse:collapse;
}
img {
	border:none;
}
#center {
	border-left:1px solid #D9D9D9; 
	border-right:1px solid #D9D9D9; 
	width:760px;
	position:relative;
	margin:0px auto;
	padding:0 20px 40px 20px;
	text-align:left;
}

table.tarife {
	border-bottom:1px solid silver;
}
table.tarife td {
	border-top:1px solid silver;
	text-align:left;
}
table.tarife th {
	border-left: 1px solid #506F81;
	padding:0 5px;
	text-align:center;
}

table.tarife td.t_title {
	height: 40px;
	padding: 5px;
	font-weight:bold;
	vertical-align:middle;
}
table.tarife td.t_title_small {
	padding-left:20px;
	font-weight:normal;
}
table.tarife td.t_hook {
	text-align:center;
	padding:0 5px;
	width:80px;
	vertical-align:middle;
	white-space:nowrap;
	border-left: 1px solid #506F81;
}

a {color:#506F81; font-weight:normal; text-decoration: underline}
a.active {color:#304F61}
a:hover {color:#A7A7A7 }