/*
============================================================================================================================
Das komplette Stylesheet unterliegt dem Copyright des Autors, Kevin Jakob, sowie der Band nevAmind und ist geistiges
Eigentum derselben.
Die enthaltenen Formatierungen bzw. Inhalte dürfen nur mit ausdrücklicher Genehmigung der Band weiterverwendet werden.
Bei Anfragen wenden sie sich bitte an die Adresse info@nevamind.de oder an die Adresse des Autors mail@kevin-jakob.de.
//==========================================================================================================================
*/

/*
================================================================
Allgemeine Formatierungen
================================================================*/
body
{
    background-color: #000000;
    color: #FFFFFF;
    font-family: Verdana, Arial, "Times New Roman";
}
/*==============================================================*/

/*
================================================================
Formatierungen für die Navigationsleiste am oberen Rand
	--> Header
================================================================*/
div.Header
{
	width: 1035px;
	height: 360px;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}
	div.Header img#HeaderPic
	{
		position: absolute;
		width: 1025px;
		height: 360px;
		border: none;
		padding-left: 10px;
	}
	div.Header a 
	{
		position: absolute;
		text-decoration: none;
		color: #000000;
	}
		div.Header  a:active{outline: none;}
		div.Header  a:focus{outline: none;}
		div.Header  a#German
		{
			background-image:url(../pix/site/thumb_ger.jpg);
			width: 30px;
			height: 18px;
			margin-left: 995px;
			margin-top: 330px;
		}
		div.Header a#English
		{
			background-image:url(../pix/site/thumb_eng.jpg);
			width: 30px;
			height: 18px;
			margin-left: 995px;
			margin-top: 330px;
		}
		div.Header  a#News
		{
			background-image:url(../pix/site/system_leer.png);
			width: 123px;
			height: 27px;
			margin-left: 123px;
			margin-top: 82px;
		}
		div.Header  a#Pix
		{
 			background-image:url(../pix/site/system_leer.png);
			width: 115px;
			height: 27px;
			margin-left: 21px;
			margin-top: 121px;
		}
		div.Header  a#Live
		{
 			background-image:url(../pix/site/system_leer.png);
			width: 115px;
			height: 27px;
			margin-left: 96px;
			margin-top: 172px;
		}
		div.Header  a#Video
		{
 			background-image:url(../pix/site/system_leer.png);
			width: 120px;
			height: 27px;
			margin-left: 21px;
			margin-top: 225px;
		}
		div.Header  a#Music
		{
 			background-image:url(../pix/site/system_leer.png);
			width: 115px;
			height: 27px;
			margin-left: 188px;
			margin-top: 246px;
		}
		div.Header  a#Guestbook
		{
 			background-image:url(../pix/site/system_leer.png);
			width: 117px;
			height: 27px;
			margin-left: 387px;
			margin-top: 280px;
		}
		div.Header  a#JoinClub
		{
 			background-image:url(../pix/site/system_leer.png);
			width: 119px;
			height: 27px;
			margin-left: 580px;
			margin-top: 270px;
		}
		div.Header  a#Links
		{
 			background-image:url(../pix/site/system_leer.png);
			width: 118px;
			height: 27px;
			margin-left: 733px;
			margin-top: 206px;
		}
		div.Header  a#Shop
		{
 			background-image:url(../pix/site/system_leer.png);
			width: 118px;
			height: 28px;
			margin-left: 813px;
			margin-top: 144px;
		}
		div.Header  a#Contact
		{
 			background-image:url(../pix/site/system_leer.png);
			width: 118px;
			height: 27px;
			margin-left: 851px;
			margin-top: 240px;
		}
/*==============================================================*/

/*
================================================================
Formatierungen für die Navigationsleiste am oberen Rand
im Admin Bereich (man kommt hier ohne das Bilder gedöns aus)
	--> HeaderAdmin
================================================================*/ 
div.HeaderAdmin
{
	width: 1035px;
	height: 150px;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}
	div.HeaderAdmin h1
	{
		color: #FFFFFF;
		font-size: 15px;	
	}
	div.HeaderAdmin a
	{
		text-decoration: none;
		color: #CABB00;
		font-size: 14px;
		padding-left: 10px;
	}
		div.HeaderAdmin a:hover {color: #FFEB04;}
		
/*==============================================================*/

/*
================================================================
Formatierungen für die Inhaltsseite im unteren Bildschirmbereich
	--> Content
================================================================*/
div.Content
{
	width: 1035px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	border : none;
}
/*==============================================================*/

/*
================================================================
Formatierungen für die Contentbox im linken Teil des Contentbereichs
	--> ContMain (Hauptbereich)
================================================================*/
div.ContMain
{
	width: 75%;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	border: none;
	float: left;
}
	div.ContMain h1
	{
		text-align: left; 
		font-size: 24px;
		font-weight: normal;
		padding-left: 5px;
		color: #FFEB04;
		border-bottom: 2px solid #A4A4A4;
		padding-bottom: 5px;
	}
	div.ContMain h2
	{
		font-size: 17px;
		font-weight: bold;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 15px;
		margin-left: 5px;
		margin-top: 25px;
	}
	div.ContMain h3
	{
		font-size: 13px;
		font-weight: bold;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 5px;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	
	div.ContMain p
	{
		line-height: 1.5;
		font-size: 12px;
		padding-left: 7px;
		padding-right: 20px;
		padding-top: 3px;
		padding-bottom: 5px;
		margin-top: 0px;
		margin-left: 0px;
		color: #FFFFFF;
		text-align: justify;
	}
	div.ContMain p.inner
	{
		line-height: 1.5;
		font-size: 12px;
		padding-left: 7px;
		padding-right: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		color: #FFFFFF;
		text-align: justify;
	}
	
	div.ContMain form
	{
		line-height: 1.5;
		font-size: 12px;
		padding-left: 7px;
		padding-right: 15px;
		margin-top: 10px;
		margin-bottom: 5px;
		margin-left: 0px;
		color: #FFFFFF;
		text-align: justify;
	}
	div.ContMain table
	{
		line-height: 1.25;
		font-size: 12px;
		padding-left: 2px;
		padding-right: 15px;
		margin-top: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
		color: #FFFFFF;
		text-align: justify;
	}
	div.ContMain table.schedule th
	{
		text-align: left;
	}
	div.ContMain a
	{
		text-decoration: none;
		color: #CABB00;
	}
			div.ContMain a:hover {color: #FFEB04;}
	
/*==============================================================*/

/*
================================================================
Formatierungen für die Contentbox im rechten Teil des Contentbereichs
	--> ContSub (Sekundärbereich)
================================================================*/
div.ContSub
{
	width: 25%;
	margin: 0;
	padding: 0;
	float:left;
}
	div.ContSub h1
	{
		text-align: right; 
		font-size: 16px;
		font-weight: bold;
		color: #FFEB04;
		margin-top: 10px;
		margin-left: 40px;
		margin-right: 0px;
		border-bottom: 2px solid #A4A4A4;
		padding-bottom: 5px;
		padding-right: 5px;
	}
	div.ContSub h2
	{
		font-size: 13px; 
		text-decoration: underline;
		text-align: right; 
		font-weight: bold;
		margin-bottom: 5px;
		margin-right: 5px;
		margin-top: 10px;
	}
		div.ContSub h2#TopRight
		{
			margin-top: 20px;
		}
	div.ContSub h3
	{
		font-size: 12px;
		text-decoration: none;
		text-align:right;
		font-weight:bold;
		margin-right:5px;
		margin-bottom: 5px;
		margin-top: 10px;		
	}
	div.ContSub p
	{
		font-size: 12px;
		margin-left: 30px;
		margin-right: 5px;
		text-align: right;
		margin-bottom: 15px;
		line-height: 1.5;
		color: #FFFFFF;
	}
	div.ContSub form
	{
		font-size: 12px;
		margin-left: 25px;
		margin-right: 5px;
		text-align: right;
		margin-bottom: 15px;
		line-height: 1.5;
		color: #FFFFFF;
	}

	div.ContSub a
	{
		text-decoration: none;
		color: #CABB00;
	}
		div.ContSub a:hover {color: #FFEB04;}
/*==============================================================*/