@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	height:100%;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat;
	color: #CCC;
	margin:auto;
}


#main {
	width: 900px;
	height:100%;
	margin: auto;
	background-image: url(images/body-bg.png);
	border-style:solid;
	border-width:medium;
	border-color:#999;
	text-align:center;
}

#menu {
	background-color:#1E1E1E;
	height:50px;
	line-height:50px;
	font-size:24px;
	text-align:right;
	padding-right:20px;
}

#title {
	font-size:24px;
}

.about {
	width:500px;
	height:400px;
	display: inline-block;
	float:left;
	margin-left:30px;
	text-align:left;
	
}

#image {
	height:380px;
	padding-top:20px;
}

#erfahrung {
	width:800px;
	position:relative;
	text-align:left;
	margin-left:30px;
	margin-top:20px;
}

.divider {
	text-align:center;
}

#title {
	font-size:24px;
}

a:link {
    color: #CCC;
	text-decoration: none;
}

a:visited {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CCC;
}

.video {
	display:inline-block;
	width:400px;
}

.videotext {
	display:inline-block;
	width:400px;
	text-align:center;
}

.foto {
	display:inline-block;
	width:200px;
	margin:5px;
}