
body, html {
	padding: 0;
	margin: 0;
	background: #fff url("images/bg-sandpaper.png");
	background-attachment: scroll;
	background-attachment: fixed;
	font-size: 12px;
	font-family: Arial,sans-serif;	
	font-weight: normal;
}

table, p, div {
	font-size: 12px;
	font-family: Arial,sans-serif;	
	font-weight: normal;
}


#backgr-container {
	width: 972px;
	margin: 0 auto;
	background-color: #FFF;
}

#main-container {

}

#header {
	height: 100px;
	padding: 20px 20px 20px 20px;
}

#header h1 {
	font-family: 'Roboto Condensed',arial,helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 47px;
	text-transform: uppercase;
	float: left;
	color: #ed1c24;
	font-size: 2.3em;
	font-weight:700;
	line-height: 1em;
}

h2 {
	font-family: 'Roboto Condensed',arial,helvetica,sans-serif;
	font-size: 20px;
}

h3 {
	font-family: 'Roboto Condensed',arial,helvetica,sans-serif;
	font-size: 16px;
}
h4 {
	font-family: 'Roboto Condensed',arial,helvetica,sans-serif;
	font-size: 14px;
}
#header a {
	float: right;
}

#main-frame {
	width: 972px;
	
}

#content-get {
	padding: 0 20px 20px 20px;
}

.error {
	font-weight: bold;
	color: red;
}

;
.small {
	font-size: 10px;
}

.label {
	float: left;
	width: 120px;
	min-height: 20px;
	padding-top: 5px;
}

.form_kalk {
	/*margin-left: 70px;*/
	min-height: 25px;
}

.kalkbox {
	margin: 20px 3px 20px 0px;
	text-align:center;
	width: 230px;
	float: left;
}

.kalkbox2 {
	margin: 20px 3px 20px 0;
	text-align:center;
	width: 300px;
	float: left;
}

.kalkbox-content {
	border: #A4ABA0 0px solid;
	padding: 5px 5px 5px 5px;
	/*height: 360px;*/
	font-size: 12px;
}

.kalkbox-content img {
	margin-bottom: 3px;

	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

.kalkbox-content a {
	display: block;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.clear {
	clear: both;
}

hr.spacer {
	border: 0;
	height: 1px;
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.40),rgba(0,0,0,0));
	margin: 20px 0 20px 0;
}

/* Relativer Tooltip Image */
a.tooltip2, a.tooltip2:link, a.tooltip2:visited, a.tooltip2:active  {
	position: relative;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a.tooltip2:hover {
	color: #000000;
	background: transparent;
}

a.tooltip2 span {
	display: none;
	text-decoration: none;
}

a.tooltip2:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 100;
	color: #000000;
	border:1px solid #000000;
	background: #FFF;
	font-family: Courier, "Courier New", monospace;
	font-size: 10px;
	text-align: left;
}

a.tooltip2 span b {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weigth: bold;
	color: white;
	background-color: gray;
	border: 0px;
	border-bottom: 1px solid black;
}


.drucksache-left {
	width: 450px;
	float: left;
}

.drucksache-right {
	width: 450px;
	float: left;
}
