/* CSS Document */

body {
	background:url(/graphics/common/fadebg.gif);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 40px;
background-color:#cccccc;
}

a:link { color:#778087; text-decoration:none; }
a:visited { color:#778087; text-decoration:none; }
a:active { color:#778087; text-decoration:underline; }
a:hover { color: #778087; text-decoration:underline; }

/* Structure */

#main {
	width: 780px;
	height: 540px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	text-align:left;
	
}

#main-scroll {
	width: 780px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	text-align:left;
	padding-bottom:20px;
}

#header {
	background-color: #FFFFFF;
}

#topmenu {
 font-size:10px;
	background-color: #EDEDED;
	margin: 0 50px 0 50px;
	padding:0;
	height:1.8em;
}


#topmenu li {
	display: inline;
}

#topmenu li a {
	display: block;
	color:#778087;
	font-weight:bold;
	font-size:1.1em;
	background-color: #EDEDED;
	text-decoration:none;
	padding: .2em 2.4em 0 .2em;
	height:1.4em;
	vertical-align:middle;
	border-right: 1px solid white;
	float:left;
}

#topmenu li a:hover {
	color: #EDEDED;
	background-color:#778087;
	text-decoration:none;
	display: block;
	
}

#content {
	clear:both;
	padding: 14px 50px 10px 50px;
}

#discotable {
	clear:both;
}

#discotable table{
	width:700px;
}

#discotable table td.albumimg {
	width:100px;
	padding-bottom:30px;
	padding-right: 8px;
}

#discotable table td.caption {
	font-size:10px;	
	vertical-align:top;
	width:116px;
	padding-left:4px;
	padding-right:4px;
	float: left;
}

#footer {
	background-color: #FFFFFF;
	margin: 0 0 0 50px;
	padding:0;
	width:680px;
	height:.6em;
    clear:both;
}

/* Classes */

.dropdown {
	float:right;
	padding-right:5px;
	padding-top:10px;
}

.title_disco {
	float:left;
	padding-top:10px;
	padding-bottom:20px;
}

.title {
	padding-top:10px;
	padding-bottom:14px;
}

.logo {
	padding: 26px 0 14px 50px;
}

.links {
	padding:0 5px 5px 0;

}

div.albumpage {
	height:300px;	
	margin: 6px 0 10px 0;
}

.largeimg {
	float:left;
	margin-right: 20px;
}

p.description{
	padding-top:20px;
}

.date {
	color:#4E4C47;	
}

.news p {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:1em;
	padding-bottom:1em;
}

.linkbox {
	padding:0 100px 20px 0;
	float:left;
}

.linkbox ul{
	padding:0px;
	margin:0px;
}

.linkbox li{
	list-style:none;
}

.homebox_left {
width:310px;

}

.homebox_right {
width:350px;
float:right;

}

/* Titles */

h1 {
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: bold;
	font-size:1em;
}

h2 {
	color:#4E4C47;	
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: bold;
	font-size:1em;
}

h3 {
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: bold;
	font-size:1em;
}

p {
	padding:0px;
	margin:0px;
}

.medium {
font-size:11px;
}

/* Style Email-Form */

fieldset {
	padding: 0 0 20px 0;
	border:none;
}
	
label {
	padding-bottom:10px;
	display: block;
}

input {
	margin-bottom:10px;
	color:#ccc;
}

input:focus {
	background-color: #ffffcc;
	color:#000000;
}

.midinput {
	padding: 10px 0 10px 0;
}

textarea {
	color:#000000;
}

textarea:focus {
	background-color: #ffffcc;
	color:#000000;
}

.sudiopix {padding:20px 0 20px 0;}

.sudiopix img {
margin-bottom:10px;
margin-right:10px;
border: 1px solid #ccc;}