/* CSS Document */

html, body{
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	background-color: #000000;
}

h1,h2,h3,h4{
	text-decoration: none;
}

#body{
	width: 1000px;
	background-image: url(../images/layout/content_background.jpg);
	background-repeat: no-repeat;
}

#main{
	width: 100%;
	clear: both;
}

#musicplayer{
	position: absolute;
	margin-top: 310px;
	margin-left: 100px;
}

#navigation{
	position: absolute;
	margin-top: 240px;
	margin-left: 240px;
	width: 436px;
	background-image: url(../images/navi/navi_border.png);
	background-repeat: no-repeat;
}

#header{
	/*background-image: url(../images/layout/header.jpg);*/
	height: 545px;
}

div#border{
	width: 700px;
  background: #303030;

	opacity:.8;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
}

div.rounded div {
  height: 1px;
  overflow: hidden;
}

#content{
	padding:20px;
	padding-bottom: 30px;
}

#main_content{
	width: 800px;
}

#title{
	position: relative;
}

#footer{
	width: 100%;
	margin-top: 50px;
}

.headline{
	font-size: 15px;
	margin-top: 15px;
	font-weight: bold;
	color: #EFC967;
}

.text{
	font-size: 12px;
}

.nav{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

a{
	color: #EFC967;
	text-decoration: none;
}

.link{
	border-bottom: 1px dotted #ffffff;
}

.link:hover{
	border-bottom: 0px;
}

.form_text{
	margin-top: 5px;
	float: left;
	width: 150px;
}

.form_field{
	clear: both;
	width: 500px;
}

#error{
	width: 630px;
	height: 20px;
	padding: 10px;
	border: 1px solid #B90000;
	background-color: #ED4040;
	margin-bottom: 10px;
	color: #000000;
}

#success{
	width: 630px;
	height: 20px;
	padding: 10px;
	border: 1px solid #0EC000;
	margin-bottom: 10px;
	color: #000000;
}