/* CSS Document */
/*Farben-----------------------------------------------------------------------------------------------------------------*/	 

/*Gold B3A16D Grau 383539

/*-----------------------------------------------------------------------------------------------------------------*/	 

		body { padding: 0px; margin: 0px;
		       font: normal 10pt verdana,sans-serif;
			   color: #ffffff; background-color: #383539;
			   height:100%;
			   }
image {border: none}
/*Kopf-----------------------------------------------------------------------------------------------------------------*/	 
		#head   { position: relative; top:0px; left: 0px; 
		          height: 90px;
				  background-color: #000000;
				  background-image: url(img/px_p4c.gif);
				  background-repeat: repeat-x;
				 padding: 0px; margin: 0px;
		         }	
		#head img{margin: 5px;
		}
		
/*Links im Head-----------------------------------------------------------------------------------------------------------------*/	 
		.systemlinks        {position: absolute; right: 0px; bottom: 12px;}
		.systemlinks a      {font-size: 12px; 
							color: #B3A16D;
							padding: 0px 8px 0px 8px;
							border-right: 1px solid #B3A16D;
							text-decoration: none; 
		                     }		 
		.systemlinks a:hover {	color: #cccccc;
								text-decoration: underline;
								}		
		.systemlinks a:visited {color: #B3A16D;
								text-decoration: underline;
								}
		.systemlinks a:active {color: green;
								text-decoration: underline;
								}	   
		.systemlinks a.last  {
								border-right: none;
								}	
		.systemlinks .right	{
							text-align: right;
							}  
		
/*content oben-----------------------------------------------------------------------------------------------------------------*/	 
		
		#topcontent         {position: relative; top: 0px; left: 0px;
							height: 53px;
							background-color: #000000;
							background-image: url(img/titel_p4c.jpg);
							background-repeat: no-repeat;
							margin: 0px;
							padding: 0px;
							color: #999999;
							text-align:right;
							}
							
/*Content-----------------------------------------------------------------------------------------------------------------*/	 
		#content        {float: left;
						width: 800px;
						color: black;
						background-image: url(img/p4c_middle.jpg);
					   }
   		#content a      {color: #000000; }
		#content ul		{margin-bottom: 0px;}
		#content h2		{font-size: 18px;
						font-weight: bold;
						padding: 0px;
						margin: 0px;
						}
		#content h4		{font-size: 12px;
						font-weight: bold;
						padding: 0px;
						}
		.large         {width: 500px;
						height: 520px;
						overflow: auto;
						float: left;
						padding: 0px 0px 0px 10px ;
						}
		.small 	   {width: 260px;
					height: 480px;
					overflow: auto;
					border-right: 2px dotted #B3A16D;
					float: left;
					padding: 0px 0px 0px 20px;
					}

		.small h1	{
					font-size: 22px;
					font-weight: bold;
					margin: 0px;
					font-family:"Times New Roman", Times, serif;
					}
		.small h3	{
					font-size: 26px;
					font-family: Times, serif;
					font-weight: bold;
					margin: -10px 0px 10px 0px;
					color: #B3A16D;
					}
		.breit_float   { 	width: 460px;
							margin: 10px;
						}
	    .breit_float img   { 	float: left;
								margin: 0px 20px 0px 0px;
							}
	.small a      {	border: solid 2px #B3A16D;
					margin: 2px;
					padding: 0px;
					float: left;
	                }		 
	.small a:hover {border: solid 2px #B3A16D;
					}		
	.small a:visited {border: solid 2px #B3A16D;
						}
	.small a:active {border: solid 2px green;
						}	  


/*Fuss runde Ecken-----------------------------------------------------------------------------------------------------------------*/	 		
		#foot         {float: left;
						clear: left;
						width: 800px;
						height: 44px; 
		                text-align: center;
						background-color: #000000;
						background-image: url(img/px_p4c.gif);
						background-repeat: repeat-x;
						padding: 16px 0px 0px 0px;
					   }
		#foot a     {	font-size: 12px; 
						color: #B3A16D;
						padding: 0px 4px;
						border-right: 1px solid #B3A16D;
						text-decoration: none; 
		            }		 
		#foot a:hover {
						color: #cccccc;
						text-decoration: underline;
						}			   
		#foot  a.last  {
						border-right: none;
						}			   

/*Positionierung oben zentriert-----------------------------------------------------------------------------------------------------------------*/	 
		#all         { 	
						position: absolute; top: 10px; left: 50%;
		                width: 800px; 
						height: 600px;
						background-color: #383539;
		                margin-left: -400px; 
					}

/*Buchunsformular-----------------------------------------------------------------------------------------------------------------*/	 

#table	{
		width:490px;
		color:#000000;
		font-size:10px;
		background-color:#eeeeee;
		}

.short	{width: 40px;}
.mini	{width: 20px;}
.middle	{width: 167px;}
.three	{width: 100px;}
.long	{width: 340px;}
input {	
		background-color:#eeeeee;
		border: solid 1px #cccccc;
		}
textarea {	
		background-color:#eeeeee;
		border: solid 1px #cccccc;
		}		
select {
		background-color:#eeeeee;
		border: solid 1px #cccccc;
		}