html {
	overflow: auto;
}

html,body {
	height: 100.1%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.1%;
	background: #fff;
	color: #0b0c53;
}

/******************************************* PAGE **************************************/
#page {
	width: 1024px;
	min-height: 100%;
	position: relative;
	font-size: 19px;
	margin: 0 auto;
 background: url(bilder/background.gif) repeat-y right;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	border: 0;
	margin: 0;
	font-size: 0;
	}

/****************************************** SPALTEN ************************************/
#page #inhalt,
#page #kontakt{
    width: 503px;
    margin-left: 218px;
    _margin-left: 107px;
    padding: 63px 30px;
    float: left;
}

#page #inhalt .kontakt,
#page #kontakt .kontakt{
    font-size: 14px;
    font-weight: bold;
}
#page #kontakt .kontakt{
  margin-top: 30px;
}

#page #streifen{
    background-color: #df1518;
    width: 76px;
    overflow: hidden;
    min-height: 100%;
}

#page #kontakt p{
 font-size: 14px;
}

/*********************************************************** CONTENT ***********************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:45px;
	font-style: italic;
	margin-bottom: 16px;
font-weight: lighter;
}
h2 {
 font-size: 20px;
 font-weight:bold;
 margin-bottom:5px;
}
h3 {font-size:16px;}
h4 {font-size:14px;}

a:link, a:visited {
	color: #0b0c53;
}
a:hover, a:focus, a:active {
	color: #0b0c53;
	text-decoration: underline
}
p {padding: 5px 0 18px 0;}
a img {border: none;}