* {
    margin: 0px;
    padding: 0px;
}

body {
    background: url(../images/background.jpg) no-repeat center #1a181d;
    background-position: 50% 0%;	
}

a {
  font-size: 75%;
  font-weight: bold;
  color: #414141;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px dotted;
}

a img {
    border: none;
}

form {
    line-height: 1.3em;	
}

form label {
    display: block;
    float: left;
    width: 100px;   
}

form input {
    width: 250px;
    float: left;
    border: 1px solid #414141;
}

form textarea {
    width: 250px;
    border: 1px solid #414141;
}

form #title,
form #postway,
form #mailway {
    width: auto;
}

form #title {
    float: none;
    border: none;
}

form #mailway,
form #postway {
    border: none;
    position: relative;
    top: 2px;
}

form .long {
    width: 370px;
}

form .clearingElement {
    display: block;
    height: 5px;
}

form .required {
    font-weight: bold;
}

form #submit {
    width: auto;
    border: 1px solid #414141;
    float: right;
    margin-right: 48px;
    margin-top: 5px;
    background-color: #FFFFFF;
}

form p {
    font-size: 10px;
    text-align: center;
}

.error {
    background-color: #C92427;
}

.clearingElement {
    clear: both;	
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

#allContent {
	position: relative;
	width: 1000px;
    height: 800px;
    font-family: Geneva, MS Sans Serif, Sans-Serif;
    font-size: 84%;
    color: #414141;
    line-height: 1.3em;
    left: 50%;
    margin-left: -500px;
}

#mainMenu {
    display: none;	
}

#imagesMenu a {
    display: block;
    position: absolute;
}

#imagesMenu a:hover {
    border: none;	
}

#imagesMenu a.keepCool {
    width: 190px;
    height: 190px;
    left: 124px;
    top: 79px;
    background-image: url(../images/navi_home_1.png);
}

#imagesMenu a.downloads {
	width: 230px;
	height: 231px;
	top: 541px;
	left: 674px;
    background-image: url(../images/navi_downloads_1.png);
}

#imagesMenu a.song {
	width: 213px;
    height: 246px;
    top: 510px;
    left: 42px;
    background-image: url(../images/navi_song_1.png);
}

#imagesMenu a.programm {
	width: 254px;
	height: 259px;
	top: 70px;
    left: 682px;
	background-image: url(../images/navi_programm_1.png);
}

#contentBox .subMenu {
    width: 387px;
    position: absolute;
    top: 186px;
    left: 289px;
    background-image: url(../images/bg_subnavi.jpg);
    background-repeat: no-repeat;
    padding: 4px 0px 7px 0px;
    text-align: center; 
}

#contentBox .subMenu a {
    font-weight: bold;
    padding: 3px;	
}

#contentBox .content {
    width: 400px;
    height: 400px;
    position: absolute;
    overflow: scroll;   
    top: 237px;
    left: 292px;
    line-height: 1.7em
}

#contentBox .content h1 {
	   font-size: 110%;
	   margin-bottom: 20px;
}

#contentBox .content p {
	margin-bottom: 20px;
}

#contentBox .content ul {
    margin-bottom: 20px;
    list-style-type: circle;	
    list-style-position: inside;
    font-weight: bold;
    margin-left: 3px;
}

#contentBox .content embed {
    margin-top: 10px;
}

#contentBox .linkBox {
    margin-top: 5px;	
}

#contentBox .linkBox .linksLeft {
    float: left;
    margin-right: 20px;	
}

#contentBox .linkBox .linksRight {
    float: left;	
}

#contentBox .content .oneRow {
    line-height: 1.2em;	
}

#contentBox .content .oneRow a img {
    float: left;
    margin-right: 20px;
}

#contentBox .content .oneRow .leftRow {
	width: 198px;
	float: left;
	margin-bottom: 15px;
}

#contentBox .content .oneRow .rightRow {
    width: 198px;
    float: right;
    margin-bottom: 15px;
}

#contentBox .content .mediaRow {
    padding-bottom: 20px;
}

#contentBox .content .mediaRow .name {
    font-size: 30%;	
    float: left;
}

#contentBox .content .mediaRow .logos {
	float: right;
}

#contentBox .content .mediaRow .logos a {
    	display: block;
    	float: right;
    	width: 50px;
}

#contentBox .content .lyrics {
    font-size: 75%;	
}

#contentBox .formular {
    overflow: hidden;	
}

#contentBox .content .leftCol {
    width: 230px;
    float: left;
    line-height: 1.3em;	
    margin-bottom: 10px;
}

#contentBox .content .rightCol {
    width: 130px;
    float: right;	
    text-align: center; 
    line-height: 1.3em; 
    margin-bottom: 10px;
    font-size: 75%;
}

#footer {
	width: 400px;
	text-align: center;
	position: absolute;
	top: 678px;
	left: 290px;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	display: inline;
	padding: 0px 5px;
}

#footer ul li a {
	font-weight: normal;
}
