@charset "utf-8";

@font-face {
	font-family: 'FranklinGothicDemiCondRegular';
	src: url('fradmcn-webfont.eot');
	src: local('☺'), url('fradmcn-webfont.woff') format('woff'), url('fradmcn-webfont.ttf') format('truetype'), url('fradmcn-webfont.svg#webfontYJJDmw5m') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Allgemeine Typo */

body {
	font-family:Tahoma, "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1 {
	font-size:35px;
	padding-bottom:10px;
	text-transform: uppercase;
	font-family: 'FranklinGothicDemiCondRegular', "Arial Narrow", Arial, Verdana, Trebuchet, sans-serif;
	color:#674700;
}

h2 {
	font-family: 'FranklinGothicDemiCondRegular', "Arial Narrow", Arial, Verdana, Trebuchet, sans-serif;
}

h3 {
	font-size:1em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	text-transform: uppercase;
	font-family: 'FranklinGothicDemiCondRegular', "Arial Narrow", Arial, Verdana, Trebuchet, sans-serif;

}

p {
	font-size:0.8em;
	line-height:1.8em;
	margin-bottom:10px;
}


time{
	font-size:.8em;
	text-transform: uppercase;
	font-family: 'FranklinGothicDemiCondRegular', "Arial Narrow", Arial, Verdana, Trebuchet, sans-serif;
	}
	
.center{
	text-align:center;
	}
	
.textklein {
	font-size:0.6em;
	color:#999999;
}

.textklein a {
	color:#999999;

}

.rot {
	color: red;
}

.klein {
	font-size:10px;
}

.fett {
	font-weight:bold;
}

label {
	font-size: 0.8em;
	clear:both;
}

marquee, marquee a, marquee .date {
	color:#f0a815;
	font-size:10px;
	font-weight:bold;
}

marquee a:hover {
	color:#FF6600;
}
/*---------------navi-----------------*/
nav a {
	font-size:11px;
	color:#734d00;
	text-decoration:none;

}

/*---------------content-----------------*/

#content h3:hover, #content h3:focus {
	color:#734d00;
}
#content a {
	color:#666666;
	text-decoration:none;
}

#content a:hover, #content a:focus {
	color:#666666;
	text-decoration:underline;
}

#artists article h1{
	font-size:30px;
	margin:10px 0;
	}


/*---------------sidebar-----------------*/
#sidebar h3 {
	padding: 5px;
}


#sidebar p, #sidebar ol li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 5px;
}

#sidebar ol li{
	list-style:outside decimal;
	line-height:16px;
	}
#sidebar ol li a{
	text-decoration:none;
	color:#333;
	}
	
#sidebar ol li a:hover{
	color:#666666;
	text-decoration:underline;
	}
		
ol {
	list-style-type:decimal;
	list-style-position:inside;
	}

ol li:hover {
	background-color:#E8E8E8;
	}	

.newstitel {
	font-weight:700;
}



/*---------------footer-----------------*/

footer {
	color:#B9B9B9;
	
}

footer a {
	font-size:11px;
	color:#B9B9B9;
	text-decoration: none;
	padding:0px;
	list-style:none;
}

footer a:hover, footer a:focus {
	color: white;
	background-color:#CCCCCC;
}

#footer-copyright {
	font-size:11px;

}


/*-------------loginbereich------------------*/

.name_login {
	text-transform:uppercase;
	font-weight:700;
}

/* typo neue artists-page*/

header h1{
	color:#ffd787;
	font-size:50px;
	letter-spacing:-1px;
	padding-top:10px;
	}
header h3{
	color:#f1a815;
	font-size:35px;
	}
header h4{
	color:white;
	}
header p{
	color:white;
	}			
