/**
* CSS
* 
* @version 1.0
* @author Tim Bj&#248;rn 
*/


body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: helvetica, arial;
	color: #898989;
	line-height: 15px;
	background-color: #060606;
}


a {
	color:#c0c0c0;
	padding: 0;
	margin: 0;
}

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

.navigation {
    width: 100%;
}

#menuvz {
	background-image: url(images/menu_volkmarzimmermann.gif);
	background-repeat: no-repeat;
}

#menucalendar {
	background-image: url(images/menu_calendar.gif);
	background-repeat: no-repeat;
}

#menudiscography {
	background-image: url(images/menu_selecteddiscography.gif);
	background-repeat: no-repeat;
}

#menumusic {
	background-image: url(images/menu_musicplayer.gif);
	background-repeat: no-repeat;
}

#menuprojects {
	background-image: url(images/menu_projects.gif);
	background-repeat: no-repeat;
}

#menucontact {
	background-image: url(images/menu_contact.gif);
	background-repeat: no-repeat;
}


.subtitle {
	color:#c0c0c0;
}

.buy{
height:25px;
width:70px;
margin:17px 0px 0px 0px;
background-image: url(images/buy.gif);
background-repeat: no-repeat;
cursor:pointer;
}

.current_page_item a{
text-decoration: underline;

}

.contacttext {

	width:284px;
	height:50px;
	color:#000;
}

.contactinput {

	width:284px;
	color:#000;
}


.contentwrap {
	width:97%;
	height:245px;
	overflow-y: auto;
	overflow-x: hidden;
	
}

.content {
	width:600px;
	padding:0 0 0 17px;
}

h1, h2, h3, h4, h5 ,h6, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 12px;
	color:#c0c0c0;
	text-transform: uppercase;
}

dt {
	cursor: pointer;
	font-size: 17px;
	height:32px;
	color: #c0c0c0;
	padding: 15px 0 0 15px;
	font-weight: normal;
}

dd {
	border-bottom: solid 1px;
	border-bottom-color: #323232;
}



#copyright {
	font-size: 9px;
	text-align: right;
	margin: 15px 17px 0 0;
}



