@charset "utf-8";
/* CSS-Stylesheet für ucb-artists
Code by ucb 
*/



/*
Basics
---------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}



img {
	border:0 none;
}

a:hover img,
a img {
	background:none !important;
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.5em;
	color:#575b4a;
	margin-top: 30px;
	font-style: normal;
	font-variant: small-caps;
}

.fixfloat {
	float:none;
	clear:both;
	width:1px;
	padding:0;
	font-size:1px;
	line-height:1px;
	height:1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	/*border-bottom:5px solid #111;  */
    /*padding-bottom:0.3em;*/
    /*font-weight: bold; */
    margin-bottom:0.5em;
	/* text-transform: uppercase; */
    /*background-color: #00AEEF;*/
    /*color: #00AEEF; */
    /*color: #47B9D3;*/
    line-height: 1.2em;
	color: #575b4a;
	text-align: center;
}

h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	margin-bottom:0.5em;
}


h3 {
	font-size: 20px;
}

h4 {
	color: #CC3300;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;
}



p {
	margin:0 0 1em 0;
}

#content a {
	color:#575b4a;
	text-decoration:none;
}

#content a:hover {
	color:#fff;
	background-color:#575b4a;
}
#blocktext {
	display: block;
}

.floatLeft {
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin-right:10px;
	width: 620px;
}

.floatRight {
	float: right;
	/*border: 1px solid #ccc; */
    padding: 5px;
	margin-left: 10px;
	margin-right: 20px;
}



/*
Seitenkonstrukt
---------------------------------------------------------------------*/

#wrapper {
	width:690px;
	background:#fff;
	margin-bottom: 20px !important;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}


#header,
#menu,
#footer {
	width:650px;
	margin: 0 20px;
}

#footer p {
    padding:10px;
}


#footerlinks {
	background-color:#575b4a;
	width:650px;
	margin:0 20px;
	color: #fff;
	font-size: 11px;
	padding: 2px 0;
}

.left-link a,
.right-link a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}



.left-link {
   width:48%;
   float: left;
   margin-left: 10px;
}

.right-link {
   width:48%;
   float: right;
   margin-right: 10px;
   text-align: right;
}


#header {
	height:100px;
}


#content {
	margin:50px 30px 45px 30px;
    width:630px;

}

h1.logo {
	text-indent:-9999px;
	width:690px;
	height:100px;
	border:0 none;
	background-image: url(llc_pix/head_logo_vogel.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#bgRocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(bg_html.gif) no-repeat top center;
    z-index: 1;
}











#top {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	font-size:11px;
	line-height:1.6em;
	background:#111;
	height:22px;
	width:840px;
	color:#fff;
}

#top a {
	color:#fff;
	text-decoration:none;
}

#top a:hover {
	text-decoration:none;
}

#langmenu {
	width:48%;
	text-align:right;
	margin-right:20px;
	float:right;
}



#footer {
	padding-top:20px;
	color: #FFF;
}

#footer a {
	font-size:11px;
	color:#575b4a;
	text-decoration:none;
}

#footer a:hover {
	color:#575b4a;
	text-decoration:none;
}







#menu {
	margin-top:5px;
	color: #FFFFFF;
}

#menu a {
	text-decoration: none;
	color: #FFF;
}

#menu ul {
	padding: 0;
	list-style-type:none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #575b4a;
	font-style: normal;
	text-align: center;
}

#menu li {
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #575b4a;
}

#menu li a {
	display: block;
	margin: 1px 0;
	padding: 2px 10px;
	color: #575b4a;
	font-size:12px;
	text-transform:capitalize;
}

#menu li.active a,
#menu li.active a:hover {
	background-color: #575b4a;
	color:#fff;
}

#menu li a:hover {
	background-color: #575b4a;
	color:#fff;
}

















/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1.01
Formular Generator fÃ¼r Redaxo 4.x 
Ab: Version 4.5 Community Editon
Stand: 22.01.2008 

Erstellt von: Thomas Skerbis , www.klxm.de
Dieses CSS dient als Beispiel
Bitte nicht 1:1 Ã¼bernehmen, ist ja auch nicht wirklich hÃ¼bsch ;-) 

Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschlieÃŸt */
.formgen {
	font-size: 1em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 370px;
}


/* 
Wie sehen die einzelnen BlÃ¶cke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	background-color: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 210px;
	height: 250px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
	height: 200px;
                width: 200px;
	background-color: #eeeeee;
	margin-left: 4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #003366;
	font-size: 1.2em;
}
/* Ãœberschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #003366;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #990000;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 90%;
	
}


/* Definition des Fieldsets, das das ganze Formular umschlieÃŸt */
.formgen fieldset {
width: 345px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border: 1px solid #5D81A3;
}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #990000;
}
#artists {
	height: auto;
	width: 147px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.past {
	color: #999999;
}
#wrapper #content table tr td blockquote strong {
	text-align: center;
}
.block {
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #330;
	text-decoration: none;
	background-color: #FFF;
}
.tabtext {
	font-variant: small-caps;
	text-transform: lowercase;
}
.albumtitel {
	color: #ffffff;
	text-align: center;
	font-size: small;
}
