﻿@import url(layout.css);
body {
	color: #000000;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #ffffff;
}
#container {
	width: 1000px;
	margin: 15px auto;
}
#masthead {
	width: 99%;
	height:155px;
	text-align:center;
}
#navigation {
	overflow: hidden;
	font-size: medium;
	padding-left: 15px;
	height:25px;
	background-color: navy;
}
#column {
	width: 99%; 
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

#column_l {
	font-size: 16px;
    width: 200px;
    float: left;
    margin-left:90px;
    height: 300px;
    border: 3px #FFA620 solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#column_m {
	font-size: 16px;
    width: 200px;
   float: left;
   margin-left:60px;
   height: 300px;
   border: 3px #2B95FF solid;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;

}

#column_r {
	font-size: 16px;
   width: 200px;
   float: left;
   margin-left:60px;
   height: 300px;
   border: 3px #5E2F00 solid;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
}
#footer {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead p {
	font-size: 36px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	margin: 20px 150px 0 10px;
	float: right;
}

/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 3px 10px 3px 10px;
	padding: 0 10px 0 10px;
}
#navigation li {
	float: left;
}
#navigation a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
	border-right:2px #ffffff solid;
}
#navigation a:hover {
	color: #FFA620;
	text-decoration: none;
	border: 1px solid #a9a9a9;
}
#navigation a:visited {
	font-weight: bold;
	background-color: #000080;
	color: #ffffff;
	text-decoration: none;
}
#navigation a:active { 
	font-weight:bold;
	background-color:#5E2F00;
	text-decoration:underline; 
}
#navigation a:focus { 
	font-weight:bold;
	background-color:red;
	text-decoration:underline; 
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	margin: 1px;
	padding: 1px;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
/* iFrame						*/
#iframe {
	width:98%;
    height: 850px;
    overflow: hidden;
    border: none;	
}
/* Formatvorlagen für Hyperlinks */
a {
	text-decoration: underline;
	color:#000000;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_25 {
 margin-left:40px;
}
.style_td {
	border:0px;
	width:33%;
}
.style_underline {
	width:100%;
	height:25px;
}
.box_l {
	color:#FFA620;
}
.box_m {
	color:#2B95FF;
}
.box_r {
	color:#5E2F00;
}
.hinw {
	font-size: x-small;
	font-weight: lighter;
}
