* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #cad6ca url(images/fond.png) repeat-x;
}

#box {
	margin: auto;
	width: 800px;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #4c4c4c url(images/bettina_logo.png) no-repeat right -15px;
}

#header {
	height: 140px;
	margin-right: 160px;
	background: #808080 url(images/header_fond.jpg) no-repeat;
}

#left {
	width: 160px;
	float: left;
}

#right {
	width: 160px;
	float: right;
}

#content {
	width: 480px;
	background-color: #666;
	float: left;
	padding-top: 25px;
	min-height: 500px;
}

.img_one {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #4c4c4c;
	width: 455px;
}

#header h1 {
	position: absolute;
	top: 60px;
	margin: 0;
	z-index: 2;
	font: italic normal 2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 10px;
}

#header h1 a:link {
	color: #69cb67;
	text-decoration: none;
	padding-left: 10px;
	background-image: none;
}

#header h1 a:hover {
	text-decoration: none;
	color: #fff;
	background: none;
}

#header h1 a:visited {
	text-decoration: none;
	color: #69cb67;
	padding-left: 10px;
	background: none;
}

#impressum {
	color: #d0d0d0;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	background: none;
}

#impressum a:link {
	background-image: none;
	padding-left: 0;
	background: none;
}

#impressum a:hover {
	background-image: none;
	padding-left: 0;
	background: none;
	color: white;
}

#impressum a:visited {
	background-image: none;
	padding-left: 0;
	background: none;
}

#nav a:link {
	text-decoration: none;
	font-weight: bold;
	color: #69cb67;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #4c4c4c;
	background-image: none;
}

#nav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #666;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#nav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #69cb67;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #4c4c4c;
	background-image: none;
}

#nav a.current {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #666;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#content h1 {
	color: silver;
	padding-left: 10px;
}

#content h3 {
	color: silver;
	padding-left: 10px;
}

#content h4 {
	padding-left: 10px;
	padding-top: 10px;
}

#content h5 {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

#content p {
	color: #ccc;
	padding-left: 10px;
	padding-right: 10px;
}

a:link {
	text-decoration: none;
	color: #69cb67;
	background: url(images/square.png) no-repeat 0 4px;
	padding-left: 12px;
}

a:hover {
	text-decoration: none;
	color: white;
	
}

a:visited {
	text-decoration: none;
	color: #69cb67;
	background: url(images/square.png) no-repeat 0 4px;
	padding-left: 12px;
}

#right p {
	padding: 10px;
	color: #999;
}

#footer {
	height: 25px;
	text-align: center;
	padding-top: 10px;
	color: #666;
	background-color: #cad6ca;
}

.pdf {
	float: left;
	border-style: none;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
}

b {
	color: white;
}

.line {
	border-bottom: 1px solid #4c4c4c;
	margin-right: 10px;
	margin-left: 10px;
}

ul {
	color: #ccc;
	padding-left: 50px;
	padding-right: 100px;
	
}