/**
 * GENERAL
 */

* {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #3F3F3F;
}

body {
	margin: 0;
	text-align: center;
	background: url('img/layout/background.png');
	background-repeat: repeat-x;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}

#header {
	cursor: pointer;
	position: relative;
	background: url('img/layout/header.png');
	background-repeat: no-repeat;
	height: 117px;
	margin-bottom: 10px;
}

#inhaber {
	position: absolute;
	bottom: 20px;
	left: 187px;
	color: white;
	font-size: 10px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
	text-align: right;
}
/**
 * NAVIGATION
 */

#navigation {
	position:relative;
	width:265px;
	padding-right:30px;
	float:left;
	text-align:right;
	height:410px;
}

#navigation ul {
	margin:0px 0px 20px 0px; /* create a 20px margin at the bottom of an <ul>-block */
	padding:0;
	list-style-type:none;
}

#navigation li {
	border-bottom: 1px solid black;
}

#navigation a {
	font-size: 14px;
	color: #0243AB;
	text-decoration: none;
}

#navigation a:hover {
	color: #000;
}


#address {
	position:absolute;
	bottom:0px;
	left:140px;
	font-size: 12px;
	color: #3F3F3F;
}

#address a {
	font-size: 12px;
}

/**
 * CONTENT
 */
#content {
	float:right;
	padding-left: 10px;
	padding-right: 10px;
	width: 495px;
	font-size: 12px;
	color: #3F3F3F;
	text-align: right;
}

.service {
	text-align: justify;
	padding: 10px;
	height: 98px;
}

.service img {
	float:right;
	border:0;
	margin-left:10px;
	height:98px;
}

p {
	text-align:justify;
	font-size: 12px;
}