/*---------------------------------------------------------------------------------------- 
	STANDARDS
----------------------------------------------------------------------------------------*/

html, body {
	padding: 20px 0 0 0;
	margin: 0;
}
body {
	margin: 0 55px 55px 55px;
	width: 550px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	text-align: left;
}
img, a img {
	border: none;
}
h1 {
	font-size: 18px;
	line-height: 26px;
}
h2 {
	font-size: 14px;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	line-height: 16px;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0;
}
a {
	text-decoration: underline;
	color: #000;
}
p {
	margin: 26px 0 0 0;
}
ul {
	padding-left: 15px;
}

/*---------------------------------------------------------------------------------------- 
	KLASSEN (werden im WYSIWYG-Editor angeboten)
----------------------------------------------------------------------------------------*/

.bold {
	font-weight: bold;
}
.smaller {
	font-size: smaller;
}
.teaser {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
/* eigentlich kein Icon, nur dieser kleine rote Streifen am linken Rand */
.icon {
	display: block;
	border-left: 5px solid #A70240;
	padding-left: 5px;
}
.abstand {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: 5px;
}


/*---------------------------------------------------------------------------------------- 
	HEADER
----------------------------------------------------------------------------------------*/

#header {
	width: 550px;
	height: 62px;
	font-size: 10px;
}
#header td {
	text-align: right;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#header td#logo {
	text-align: left;
	width: 180px;
}
#header td#logo img {
	border: none;
	width: 106px;
}
#contact td#address {
	padding: 0 10px 5px 0;
}
#contact td#phone {
	border-left: 1px solid #333;
	padding: 0 0 5px 10px;
}
#contact td#email {
	border-top: 0px solid #333;
	padding: 5px 0 0 0;
}
#subheader {
	clear: both;
	background: none;
	margin: 0;
	padding: 55px 0 0 0;
}
#subheader #headline h1 {
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, sans-serif;
}
#subheader div#headline h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	font-family: Arial, sans-serif;
}


/*---------------------------------------------------------------------------------------- 
	CONTENT
----------------------------------------------------------------------------------------*/

#content {
	margin: 0;
	padding: 0;
	text-align: left;	
}
#leftcol, #rightcol {
	display: none;
}


/*---------------------------------------------------------------------------------------- 
	FOOTER
----------------------------------------------------------------------------------------*/

#footer {
	display: none;
}

