/* Start of CMSMS style sheet 'screen' */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font: 16px/18px Times;
	background-color: #f4f1ef;
	text-align: center;
	}

p, h1, h2, h3, h4 {
	margin-top: 0;
}

p {
    margin-bottom: 18px;
}

h2 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

a {
    color: #009ee1;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img, a img {border: 0 none;}

ul {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    padding-left: 10px;
    background: url("/uploads/images/layout/li-dot.gif") no-repeat 0 .5em;
    margin-bottom: 0.2em;
}

hr {
    color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
}

/* Tabellen
------------------------------------------------------ */

table {
	margin: 0 0 18px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
    font-weight: bold;
    text-align: left;
    padding: 2px 5px 5px;
    vertical-align: top;
    border-bottom: 1px solid #000;
}

td {
	vertical-align: top;
	font-size: 16px;
    padding: 3px 20px 3px 0;
}

table.normal {
	width: 100%
	}
	
/* Formular
------------------------------------------------------ */

form {
	margin: 0;
	padding: 0;
	}
	
input {
	padding: 0;
	margin: 0;
	font-size:16px;
	}

label {
	padding: 0;
	margin: 0;
	}

ol.form {
	margin: 18px 0 0 0;
	padding: 0;
    width: 600px;
}

ol.form li {
    list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}

ol.form li label {
    display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding: 2px 20px 0 0;
}

ol.form li input, ol.form li textarea {
    font: 16px/18px Arial, Verdana;
}

ol.form li input.formField, ol.form li textarea {
    width: 350px;
	background-color: #fff;    
    border: 1px solid #000;
	padding: 3px 2px;
}

ol.form li textarea {
    height: 85px;
}

ol.form span.legend {
	font-size: 11px;
	}

input.checkbox {
	margin-bottom: 4px;
}

div.buttons {
	margin-top:14px;
	text-align:right;
	width:526px;
	}

input.submit {
	background-color:#4c4c4c;
	border:1px solid #000;
	color:#fff;
	font-weight:bold;
	overflow:visible;
	padding:2px 10px;
}

/* Layout
------------------------------------------------------ */

h1#header {
    background: url("uploads/images/layout/header.jpg") no-repeat 0 0;
    height: 107px;
    text-indent: -9999px;
    width:768px;
    margin:0 auto;
	}
	
h1#header a {
	display: block;
	height:107px;
	}
	
div#content, div#footer {
	width: 640px;
	margin: 0 auto 18px;
	text-align: left;
	}

div.video {
	padding: 13px 0  14px 12px;
	background: url("uploads/images/layout/youtube.gif") no-repeat 0 0;
}

div#footer {
	width: 656px;
	background: url("uploads/images/layout/footer.gif") no-repeat 0 0;
	padding: 26px 0;  
	}
	
address {
	padding: 0 16px;  
	font-style: normal;
	font-size: 14px;
	}

/* Navigation
------------------------------------------------------ */
	
div#navigation {
	height: 58px;
    width:768px;
    margin:22px auto 0;
    padding: 0;
	}
	
#navigation ul {
    margin: 0 0 0 56px;
    padding: 0;
}
#navigation li {
    float:left;
    background: none;
    margin: 0;
    padding: 0px 13px 0 0;
    text-indent: -9999px;
}
#navigation ul li a {
    display:block;
    height: 34px;
    text-decoration: none;
}

#navigation ul li.das-soundsystem a { background: url("uploads/images/layout/das-soundsystem-a.gif") no-repeat 0 0; width: 192px}
#navigation ul li.das-soundsystem a:hover, #navigation ul li.das-soundsystem a.active { background: url("uploads/images/layout/das-soundsystem-b.gif") no-repeat 0 0; }

#navigation ul li.die-djs a { background: url("uploads/images/layout/die-djs-a.gif") no-repeat 0 0; width: 95px}
#navigation ul li.die-djs a:hover, #navigation ul li.die-djs a.active { background: url("uploads/images/layout/die-djs-b.gif") no-repeat 0 0; }

#navigation ul li.videos a { background: url("uploads/images/layout/videos-a.gif") no-repeat 0 0; width: 94px}
#navigation ul li.videos a:hover, #navigation ul li.videos a.active { background: url("uploads/images/layout/videos-b.gif") no-repeat 0 0; }

#navigation ul li.kontakt a { background: url("uploads/images/layout/kontakt-a.gif") no-repeat 0 0; width: 109px}
#navigation ul li.kontakt a:hover, #navigation ul li.kontakt a.active { background: url("uploads/images/layout/kontakt-b.gif") no-repeat 0 0; }

#navigation ul li.links a { background: url("uploads/images/layout/links-a.gif") no-repeat 0 0; width: 80px}
#navigation ul li.links a:hover, #navigation ul li.links a.active { background: url("uploads/images/layout/links-b.gif") no-repeat 0 0; }

/* End of 'screen' */

