/*---------------------------------------------
		  BASIC Style Sheet
		  
		  version: 		1.0
		  author:  		ch. mueller
		  webseite:		http://www.xpect-media.de
		  Stand: 		02.04.2008
		  email: 		info@xpect-media.de
		  
------------------------------------------------*/


	* {
		padding:0;
		margin:0;
	}
	
	
/* ######################## BODY ######################## */

	BODY {
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		
		color:#000000;
	}
	
/* ###################### BODY END ###################### */


/*  ###### FORMATTING ##### */
    /* Nach LVHA vorgehen Eselsbruecke LoVe HAte */ 
	
	/* Links */
	A {}
	A:link {}
	A:visited {}
	A:hover {
				/*background-color:#FF9900;*/
	}
	A:active { 
				background-color:#FFFFFF;
	}
	/* wird vom IE6 nicht unterstuetzt */
	A:focus {}
	
	UL{
		list-style-type:none;
	}
	
	/* p-Tag, dass einen Zeilenumbruch erzeugt */
	P {
		
		padding-bottom:12px;
	}
	
	/* &#65533;berschriften */
	H1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:24px;
	}
	
	H2 {color:#000066;
	}
	
	H3 {
	font-size:14px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
	}
	
	/* Listenelement mit Verlinkung */
	LI A {
			text-decoration:none;
			color:black;
}
	
/* ##### FOMATTING END ##### */

/* ###### ALL CONTENT ##### */


        #robots {
        position:absolute;
        text-indent:-7000px;
        
        }

/* ### CENTER ### */
	
	/*center beinhaltet alle Content-Bereiche*/
	#center{
				margin:auto;
				width:1000px;
				
	}

/* ### INFONAV ### */

	/*die Infonav befindet sich am Kopf der Webseite*/
	#infonav{
			list-style-type:none;
			height:25px;
			margin:auto;			
	}
	
	/*Pseudoklasse f&#65533;r Anker*/
	#infonav LI A:hover {
			background-color:#FF9900;
	}
    
	#infonav LI {
		margin-left: 12px;	 
        }
        
        #infonav UL {
        	float:right;
        } 
		
	

/* ### INFONAV END ### */


/* ### HEADER ### */
	/*Hier befindet sich das Logo und die main-Navigation */
	#header{
			
	}

/* ### HEADER END ### */


/* ### CONTENTCONTAINER ### */

	/* der contentcontainer beinhaltet die linke (left) und rechte (right) Spalte, sowie den content-Bereich*/
	#contentcontainer{
	
		text-align:left;
 		width:100%;
	}
	
	#contentcontainer .borderspacer {
          padding:10px;
        }
	

/* ### LEFT ### */

	/* ### Linke Spalte ### */
	#left {
			width:200px;
			float:left;
			border-right:1px solid #000;
			
	}
	/*Liste f&#65533;r die subnav*/
	#left UL{ 
				margin-left:25px;
				border-top:1px solid #000;
				width:150px;
	}
	/*Liste Link*/	
	#left LI A{
				border-bottom:1px solid #000;
				display:block;
				line-height:25px;
				height:25px;
				
	}
	/*Pseudoklasse f&#65533;r Anker*/
	#left LI A:hover {
						background-color:#99CCFF;
	}

	/*2-Ebene der Liste*/
	#left UL UL.level2 {
					border-top:none;
					margin-left:0px;
					position:relative;
	}
	#left UL UL.level2 A{
						padding-left:24px;
	}


/* ### LEFT END ### */


/* ### CONTENT ### */

	/* Im content-Bereich steht der eigentliche Inhalt*/
	#content{
				
				
				float:left;
				
				background-color:#ccc;
				border:1px solid #000;
				padding-top:5px;
				width:580px;
				min-height:400px;
		                /*important for Firefox*/
                  		height:auto !important; 
                		height:400px;
                		background-color:#e5e5e5;
                		
	}
	
	#content P {
 				text-align:left;
	}

/* ### CONTENT END ### */


/* ### RIGHT ### */
	/* rechte Spalte*/ 
	#right{
			width:200px;
			float:left;
			border:1px solid #000;
	}

/* ### RIGHT END ### */

/* ### CONTENTCONTAINER END ### */

/* ### CONTENT END ### */

/* ##### CONTENT ALL END ##### */

/*--------------------------------------------------------------*/

/* ##### NAVIGATION ##### */

/* ### MAINNAV ### */

	/* die Hauptnavigation */
	#mainnav{
				height:25px;
	}
	
	
	#mainnav UL{
				list-style-type:none;
				text-align:center;
				margin:auto;
	}
	
	#mainnav UL LI{
					float:left;
					padding-left:15px;
					padding-right:15px;
	}
	
	#mainnav UL LI A {
						display:block;
						height:25px;
						line-height:25px; 
						float:left;
	}
	
	#mainnav UL A:hover{
				background-color:#FF9900;
	}

/* ### MAINNAV END ### */


/* ### SUBNAV ### */
	
	/* die Subnavigation */
	#subnav UL{
				list-style-type:none;
				text-align:left;
				margin:auto;		
	}
	
	#subnav UL LI{}


/* ### SUBNAV END ### */



/* ### BREADCRUMBNAV ### */
	
	/*dieses Menue zeigt den aktuellen Pfad an */
	#breadcrumbnav{
			width:100%;
			height:100%;
			height:20px; 
			line-height:20px;
			border-top:1px solid #000;
	}

/* ### BREADCRUMBNAV END ### */



/* ### METANAV ### */
	
	/* die meta-Navigation*/
	#metanav{
			width:100%;
			height:100%;
			height:50px; 
			background-color:#CCCC66;
	}
	
	#metanav UL{	text-align:center;
	}
	
	#metanav UL LI{
					float:left;
					padding-left:15px;
					padding-right:15px;
				
			}

	#metanav UL LI A{
						display:block;
						height:25px;
						line-height:25px; 
						float:left;
			
	}
/* ### METANAV END### */


/* ### FOOTER ### */

	#footer{
	clear:both;
    	border:1px solid #000;
	background-color:#99CCFF;
	height:30px;
	font-size:11px;
}
    #footer UL {
     margin:auto;
     width:50%;
     text-align:center;
    }
	#footer UL A {	
	  margin-left:6px;
	  margin-right:6px;
	  
	  
	  
	}
	/*Pseudoklasse f&#65533;r Anker*/
	#left LI A:hover {
		background-color:#FF9900;
	
	}
	
	#footer UL LI {
	float:left;
	
	}

/* ### FOOTER END ### */

#quicklink {
margin-left:25px;
}
#quicklink SELECT{
width:120px;
}

.einspaltiges-layout {

}

/* POWERMAIL */


#kontaktseite{
	font-size:12px;
}

	fieldset.tx-powermail-pi1_fieldset_kontaktseite legend{
	font-size:20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;
	}

	fieldset.tx-powermail-pi1_fieldset{
   		/* Disable border */
   		border:none;
   	}
	
	fieldset.tx-powermail-pi1_fieldset label {
		/* Style labels */
		display:block;
		width:120px;
		float:left;
		clear:both;
		margin-top:2px;
	}
	
	fieldset.tx-powermail-pi1_fieldset input,
	fieldset.tx-powermail-pi1_fieldset select {
		/* Style input fields*/
		width:200px;
		border:none;
		border-bottom: 1px solid black;
		margin: 2px;
	}
	
	
	div.tx_powermail_pi1_fieldwrap_html {
		/* Increase margin between every field */
		margin:5px 0;
	}


/*UserList*/

.tx-newloginbox-pi3 table { border:2px solid #ccc; width:100%; }
.tx-newloginbox-pi3 th { background:#ccc; padding:4px; white-space:nowrap; text-align:right; }
.tx-newloginbox-pi3 td { background:#eee; padding:4px; }
.tx-newloginbox-pi3-listrow th { text-align:center; }
.tx-newloginbox-pi3-singleView th { width:25%; }

/* Ende UserList*/