/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	background-color: #FFFFFF;
}

/* Titeldefinitionen */

h1 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0px;
}

h2 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

p {
	font-size: 13px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 7px;
}


strong{
	text-decoration: none;
	font-weight: normal;
	color: #777263;
	/*color: #6D332B*/
}

img{
	border: 0;
}

/* Links */

div.content a:link {
	text-decoration: none;
	font-weight: normal;
	color: #5079E2;
}

div.content a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #777263;
}

div.content a:active{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #5079E2;
}

.nowrap{
	white-space: nowrap;
}

/***********************************
Divisions */

div.imagehead{
	background-image:   url(../images/jpg/bildbalken.jpg);
	width: 100%;
	height: 142px;
	display: none;
}

/* NAVIGATION */

div.navigation{
	margin-left: 0px;
}

/* CONTENT*/

div.content{
	margin-top: 30px;
	margin-left: 20px;
	width: 678px;
}

table.texttabelle{
	table-layout: fixed;
	width: 678px;
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 15px;
}

table.texttabelle td{
	padding-top: 2px;
	padding-bottom: 2px;
}

table.texttabelle th{
	padding-bottom: 2px;
}

th.leftcolumn{
	width: 280px;
}
th{
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.lightgrey{
	background-color: #F1F1F1;
}

div.image{
	float: left;
	margin-top: 4px;
}

div.textmassage{
	margin-left: 215px;
}

div.textkontakt{
	margin-left: 200px;
}

h1.massageheading{
	margin-top: 0px;
}