/*==================================
	 REDIFINE TAGS 
===================================*/

body {
	background: #f2f2f2;
	font: normal normal normal 12px/1.2em Arial, Helvetica, sans-serif;
}

hr {
	
	border: none;
	border-top: solid 1px #ccc;
	margin-top: 15px;
	margin-bottom: 15px;

}

a {

	color: black;
	text-decoration: underline;
}

img, a img {
	border: none;

}

ul {
	list-style: none;
}

h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #8cbcef;
}

label {
	display: block;
	font-weight: bold;
}

input[type=text], textarea {
	width: 400px;
	border: 1px solid black;
}

textarea {
	height: 300px;
}

input[type=text]:focus, textarea:focus {
	border: 1px solid #ccc;
}

.errorField {
	border: 1px solid red;
}

.redStar {
	color: red;
}

/*==================================
	 DIVS 
===================================*/


div#main {
	margin: 0 auto;
	padding:0;
	width: 720px;
}

div#header {
	width: inherit;
	height: 240px;
}

div#flashHeader {
	background: url(../../img/layout/head.jpg) no-repeat;
	width: 760px;
	height: 240px;
}


div#navi {
	width: 335px;
	height: 20px;
	margin-left: 425px;
	margin-top: 190px;
	padding:0;
}

div#navi ul {
	list-style: none;
	padding:0;
	margin:0;
}

div#navi ul li {
	display: inline;
	padding:0;
	margin:0;
}

.navNews, .navArtists, .navReleases, .navTour, .navMedia,
.nav_o_News, .nav_o_Artists, .nav_o_Releases, .nav_o_Tour, .nav_o_Media {
	height: 20px;
	display:block;
}

.navNews, .nav_o_News {
	width: 51px;
}

.navArtists, .nav_o_Artists {
	width: 73px;
}

.navReleases, .nav_o_Releases {
	width: 90px;
}

.navTour, .nav_o_Tour{
	width: 51px;
}

.navMedia, .nav_o_Media {
	width: 57px;
}

.navNews {
	background:url(../../img/layout/navi/nav_news.gif) no-repeat;
}

.navArtists {
	background:url(../../img/layout/navi/nav_artists.gif) no-repeat;
}

.navReleases { 
	background: url(../../img/layout/navi/nav_releases.gif) no-repeat;
}

.navTour { 
	background: url(../../img/layout/navi/nav_tour.gif)  no-repeat;
}

.navMedia { 
	background: url(../../img/layout/navi/nav_media.gif)  no-repeat;
}

.nav_o_News {
background:url(../../img/layout/navi/o_nav_news.gif) no-repeat;
}
.nav_o_Artists {
background:url(../../img/layout/navi/o_nav_artists.gif) no-repeat;
}
.nav_o_Releases {
background:url(../../img/layout/navi/o_nav_releases.gif) no-repeat;
}
.nav_o_Tour {
background:url(../../img/layout/navi/o_nav_tour.gif) no-repeat;
}
.nav_o_Media {
background:url(../../img/layout/navi/o_nav_tour.gif) no-repeat;
}

div#mainContent {
	
	margin-left: 60px;
	width: 700px;
	height: auto;
	background: White url(../../img/layout/bar.gif) top no-repeat;
	padding-top: 40px;
}

div#footer {
	margin: 0;
	margin-top: 50px;
	padding: 0;
	background: Black url(../../img/layout/footer_shade.gif) repeat-x;
	height: 150px;
	color: White;
}

div#foot_l, div#foot_m, div#foot_r {
	float: left;
	color: white;
	width: 220px;
	padding: 0;
	margin: 0;
	padding-right: 5px;
	height: 150px;
}

div#foot_l ul, div#foot_m ul, div#foot_m ul, div#foot_r ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
}

div#foot_l ul li, div#foot_m ul li, div#foot_m ul li, div#foot_r ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}

div#foot_l ul li a, div#foot_m ul li a, div#foot_m ul li a, div#foot_r ul li a{
	color: white;
	text-decoration: none;
}

div#foot_l, div#foot_m {
	
	border-right: dashed 1px #ccc;
}



div#foot_r {
  
}

/*==================================
	 CONTENT 
===================================*/

div#content {
	font: normal normal normal 12px/1.2em Arial, Helvetica, sans-serif;
	
}

div#content img {
	padding-bottom: 5px;
}

div#contentLeft {
	
	width: 175px;
	text-align: right;	
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
}

div#contentLeft .headImg {
	
	margin-bottom: 10px;
	
}

div#contentLeft p {
	margin: 0;
	margin-bottom: 30px;
	text-transform: capitalize;
}

div#contentLeft p a, div#contentRight p a  {
	display:block;
	margin: 0;
	margin-top: 10px;
	text-transform: capitalize;
	color: #8cbcef;
}

div#contentLeft p a + a {
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #8cbcef;
}


div#contentRight{
	float: right;
	width: 505px;
	margin-bottom: 15px;
	
}

div#contentRight p{
	padding-right: 15px;
}

div#contentRight ul, div#contentLeft ul {
	list-style: none inside;
}

div#contentRight ul li, div#contentLeft ul li {
	
	margin-bottom: 3px;
	text-transform: capitalize;
}


 div#contentLeft ul {
 	margin-top: 0;
 }



/*==================================
	 CLASSES 
===================================*/

/* NEWS */
.newsBox {
	margin-bottom: 30px;
}

.newsBottom {
	height: 17px;
	background: url(../../img/layout/_news_border.gif) repeat-x;
}

.newsHead {
	margin-bottom: 10px;
	padding: 0 10px 5px 0;
	
}

.newsDate {
	font-size: 10px;
	color: Black;
}

.newsBody {
	height: auto;
	padding-right: 15px;
}

.newsBody p {
	margin-bottom: 30px;
	padding-right: 10px;
}

/* ARTISTS */
.artists_l {
	width: 348px;
	height: 250px;
	background: Black;
	color:White;
	margin-bottom: 4px;
}

.artistsImg {
	height: 205px;
	margin-bottom: 5px;	
	
}

.artistsName {
	padding-left: 10px;
}

.bigBandImg {
	width: 500px;
	height: 410px;
	background: Black;
}


div#album_art {

	float: left;
	width: 120px;
	margin-right: 5px;
	margin-top: 15px;
}

div#tracks {
	float: left;
	width: 370px;
	margin-top: 15px;
}

div#tracks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px; 
}

div#tracks ul li{
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

div.pic_choose {

	width: 500px;
	height: auto;
	
	padding: 10px 0;
}

div.albm_choose {

	height: 200px;
	color: White;
	background: Black;
	float: left;
	margin-right: 2px;
}
div.albm_name {
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}


/*ALLGEMEINE*/

.clear {
 clear:both;
}

.upper {
	text-transform:uppercase;
	color: #8cbcef;
}
.noClass {

}

.blueDate{
	color: #8cbcef;
	text-transform: capitalize;
}
.borderOne {
	padding: 1px;
	border: solid 1px #ccc;
}

.blueBg {
	background: #e2eefb;
}

.fl {
	float: left;
}

.ml {
	margin-left: 5px;
	margin-bottom: 15px;
}

.smallMl {
	margin-left: 4px;
}

.bigMr{
	margin-right: 10px;

}

.black {
	color: Black;
}

.none {
	text-transform:capitalize;
}

#pic_viewer {
	
	width: 500px;
	height: 550px;
	margin-top: 20px;

}


/*==================================
	 PAGINA 
===================================*/

div#pagina {
	height: 20px;
	padding-left: 195px;
	margin-bottom: 20px;
}

div#pagina ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#pagina ul li {
	margin: 0;
	display: inline;
	padding: 0 5px 10px 5px;
}

div#pagina .activated {
	
	font-weight: bold;
}

