﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #f4f4f4;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	padding: 0px;
	font-size: 0.9em;
	overflow-y: scroll;
}
/* Formatvorlagen für DIV-Tags */
#container {
    width: 950px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:#F7F3EA;
    border-top: 3px solid #D7DCDF;
	border-right: 3px solid #D7DCDF;
	border-bottom: 3px solid #D7DCDF;
	border-left: 3px solid #D7DCDF;
	background-image: url('../images/40proz.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position:center;
}
#masthead {
margin-left: 0px;
}
#navigation {
    text-align:center;
    margin: 10px 0px 0px 0px;
	background-color: #ffffcc
}
html>body #navigation {
	overflow: hidden;
}
#content_left {
     width: 200px;
     float: left;
     text-align: center;
     margin-top: 25px;
}

#column_right a{
	margin: 0 0px;
	padding: 0px;
	display: inline-block;
	border: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#column_right a:hover {
	background-color: #FFFF99;
}

#content_container {
	padding: 0px;
	margin-top: 20px;
}
#column_left {
	float: left;
	margin-top: 0px;
}
#column_right {
    margin-top: 5px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	width: 950px;
	padding-top: 15px;
}
/* Formatvorlagen für Mastertitel */
#masthead h1 {
	color: #4E5659;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #79878D;
	margin-bottom: 0px;
}
#masthead a {
	color: #4E5659;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Formatvorlagen für die Navigation (Aktuell) */
#navigation tr {
	margin: 2;
	padding: 0;
}
#navigation td {
     border-bottom-style: solid;
     border-width: 1px;
     border-color:#CCFFCC;
     background-color:#FFFFCC;
	 float: left;
	 text-align: center;
}
#navigation a {
	margin: 0 0px;
	padding: 0px;
	display: inline-block;
	border: 0px;
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	background-color:  #f4f4f4;
	}
#navigation img {
	border: 0px;
}
/* Formatvorlage für die linke Spalte */
#content_left tr {
	margin: 2;
	padding: 0;
}
#content_left td {
     border-bottom-style: solid;
     border-width: 1px;
     border-color:#CCFFCC;
     background-color:#FFFFCC;
	 float: left;
	 text-align: left;
}


#content_left a {
	margin: 0 0px;
	padding: 0px;
	display: inline-block;
	border: 0px;
	text-decoration: none;
	color: #000;
}
#content_left a:hover {
	background-color:  #f4f4f4;
	}
#content_left img {
	border: 0px;
}


/* Formatvorlagen  */
#h1 {
	font-size: xx-large;
	color: black;
	margin-top: 0px;
	font-family: Helvetica,Arial,sans-serif;
	font-style:italic;
}
#h2 {
	font-size: x-large;
	color: black;
	margin-top: 0px;
	font-family: Helvetica,Arial,sans-serif;
	font-style:italic;
}
#h3 {
	text-align: center;
	font-size: large;
	color: black;
	margin-top: 0px;
	font-family: Helvetica,Arial,sans-serif;
	font-style: italic;
}
#h4 {
	font-size: medium;
	color: black;
	margin-top: 0px;
	font-family: Helvetica,Arial,sans-serif;
	font-style:italic;
}
#h5 { 
	font-size: small;
	color: black;
	margin-top: 0px;
	font-family:Helvetica,Arial,sans-serif;
	font-style:italic;
}
#h6 { 
	font-size: xx-small;
	margin-top: 0px;
	font-family: Helvetica,Arial,sans-serif;
	font-style:italic;
}
#li {
    font-size: medium;
    font-family: Helvetica,Arial,sans-serif;
    font-style: italic;
}
#p {
	font-size: medium;
	font-family: Helvetica,Arial,sans-serif;
}
#a {
	color: #006699;
}
#a:hover {
	background-color:  #f4f4f4;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	margin: 0;
	font-size: 0.8em;
	text-align: center;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
}
#footer a {
	color: #006699;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
