﻿/* CSS Layout Formatierung */

body { width:90%;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	background-color: #2E8B57;
}

 
.container { width:100%;padding:0px;
	         margin: 0;background-color:transparent;
	
}


 
.masthead {text-align:right;width:100%;
           margin:0px;
	       background-color: #fff5ee;
}

.navigation {width:100%;margin:0px;
	         background-color: #228b22;
	         overflow: hidden;

}

/* Formatvorlagen für die Navigation */

.navigation ul {width:100%; margin:0px;
	            padding:0px;list-style-type:none;
	            text-decoration:none;

}



.page_content {width:87%;border-top-width: 1px;
               border-top-style:solid; height:1012px;
	           border-top-color:#CCAA77; background-color:gray;
}


.column_l {background-color: #228b57;
           float:left; width:477px; height:1012px; 
}


 
.column_r { padding:0px; margin-left:480px;
            background-color:blue; position:absolute;
            width:43%; height:1012px;}


.button button{background-color:#4169e1;margin-left:240px;}
	            	            

.button button a{color:white; text-decoration:none;}
	
.button  button:hover{background-color:orange;}




.column_l .text{color:#FFDEAD; padding:5px 2px;}
                


	 
.footer {background-color:#228b22;

         text-align:center;width:87%;height:50px;

}

/* Formatvorlagen für Mastertitel */
 

.masthead p {
	font-size: small; 
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Formatvorlagen für die Navigation */
/*.navigation ul { padding:2px; margin-left:300px;
                 width:87%;  }
*/
	 
.navigation li { display:inline-block;
                 padding:2px; text-decoration:none;
                 margin-left:5px;list-style:none;
                 }

.navigation a {color: #fff5ee;text-decoration:none;
	           margin-left:10px;padding:2px;display:block;
	           border-style: none; text-align:center;
	           margin-right:auto;
}

.navigation a:hover {color:#FF7F50;border-style: none; text-decoration:none;}
	 
/* Inhaltsformatvorlagen */
h1 {
	font-size: 2em;
	color: #393939;
}

h2 {text-shadow: -2px 6px 10px #87ceeb;
    font-size: 1.75em;color: #469;
}

h3 {text-shadow: -2px 4px 10px #228b22;
    font-size: 1.5em;
	color: #469;
}
 
/* Formatvorlagen für Fußzeile */



.footer p { 
	font-size: x-small;
	text-align: center;
	color: #fff;
	margin-top:2px;
	padding: 1px;
}
.footer a {
	color: #fff5ee;
	text-decoration:none;
}
.footer a:hover {
	color:orange;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}