/****************************************************************************************
B A S E   S E T T I N G S
*****************************************************************************************/
body	{
		margin: 0;
		padding: 0; 		
		}
		

/****************************************************************************************
M A I N   P O S I T I O N I N G   I N   U S E D   S E Q U E N C E
*****************************************************************************************/
#wrapper {
		width: 100%;
		}

#theme	{
		width: 100%;	
		}

#header_print {
		float: left;
		width: 100%;
		height: 80px;
		display: block;
		}

#nav_home {
		display: none;
		}

#nav {
		display: none;
		}

#navpt_home	{
		display: none;
		}

#patmueller_home {
		display: none;
		}

#content {
		width: 100%;
		float: left;
		margin: 0 0 20px 0; 
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-size: 11px;
		line-height: 16px;
		color: #333;
		}

#patmueller {
		display: none;
		}

#footer_home {
		display: none;
		}

#footer {
		float: left;
		width: 100%;
		height: 50px;
		font-size: 10px;
		line-height: 13px;
		color: #dadada;
		background: url("../img/layout/footer_bgr.jpg") no-repeat;
		}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

.clearfix {
		display: inline-block;
		}

/* Hides from IE-mac \*/
* html .clearfix {
		height: 1%;
		}
		
.clearfix {
		display: block;
		}
/* End hide from IE-mac */
		

/****************************************************************************************
H T M L   E l e m e n t s   i n   a l p h a b e t i c a l   o r d e r 
*****************************************************************************************/

/*** Content Components ******************/
#content a, a:visited {
		text-decoration: none; 
		color: #187c7b;
		}

#content a:hover {
		text-decoration: none; 
		color: #000;
		}			

#content a.patmueller {
		display: none;
		}
		
#content h1 {
		font-size: 150%; 
		font-weight: normal; 
		line-height: 21px;
		color: #187c7b;
		text-transform: uppercase;
		margin-bottom: 25px;
		}

#content h2 {
		font-size: 100%; 
		font-weight: bold;
		line-height: 1.8em;
		color: #333;
		}
		
#content h3 {
		font-size: 100%; 
		font-weight: normal;
		line-height: 1.2em;
		color: #333; 
		text-transform: uppercase;
		}

#content hr {
		background-color: #333; 
		color: #333; 
		border: #333; 
		height: 1px; 
		margin-top: 1.5em; 
		margin-bottom: 3px;
		}

#content img, a img {
		border: 1px solid;
		border-color: #333;
		}

#content img.keinrahmen, a img.keinrahmen {
		border: none;
		}

#content input, textarea, select {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
		font-size: 100%;
		}

#content input.border, textarea.border {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-size: 100%; 
		border: 1px solid #333;
		}

#content p {
		margin-bottom: 1em;
		padding: 0;
		font-size: 11px;
		}

#content td {
		font-size: 100%;
		}

#content ul {
		margin: 0;
		padding: 0 0 0 15px;
		list-style-type: disc;
		}
		

/*** Footer Home Components ******************/
#footer_home a, a:visited {
		color: #dadada;
		text-decoration: none;
		}
		
#footer_home a:hover {
		color: #424243;
		}		

#footer_home p	{
		display: none;
		}


/*** Footer Components ******************/
#footer_home a {
		color: #dadada;
		text-decoration: none;
		}

#footer p {
		margin: 10px 54px 0 0;
		text-align: justify;
		}
		
#footer_home p	{
		display: none;
		}
		
		
/*** Navigation Home Components ******************/
a.navpt_home {
		display: none;
		}