﻿@import url(layout.css);
body {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #fff;
}
h1 {
	text-align: left;
	font-size: 12.5px;
}
h2 {
	text-align: left;
	font-size: 12.5px;
}
h3 {
	text-align: left;
	font-size: 12.5px;
	padding-left: 6px
}

input.form {
	padding-left: 2px;
	padding-top: 2px;
	border: 1px dotted black;
	width: 240px;
	height: 18px
}
input.form:hover {
border: 1px solid #a6bd00;
}
input.send:hover {
border: 2px solid #a6bd00;
cursor: hand
}

textarea.form {
	padding-left: 2px;
	padding-top: 2px;
	border: 1px dotted black;
	width: 240px;
}
textarea.form:hover {
border: 1px solid #a6bd00;
}

#container {
	background-color: #fff;
	width: 760px;
	margin: 0 auto;
	border: 1px dotted #000;
}
#masthead {
	text-align: left;
	background-color: #a6bd00;
	border-width: 0;
	width: 760px;
	height:84px;
}
#navigation {
	background-color: #fff;
	border-bottom: 1px dotted #000;
	overflow: hidden;
}
#column_l {	
	width: 560px;
	margin: 0;
	padding: 0 12px;
	background-color: #fff;
}
#column_r {
	width: 154px;
	height: auto;
	margin: 0;
	margin-bottom: 1px;
	float: right;
	padding: 4px;
	background-color: #fff;
	position: relative;
}
#bottom {
	width: 154px;
	height: auto;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 760px;
	text-align: center;
	background-color: #fff;
	border-top: 1px dotted #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: none; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#bottom {
	background-color: #fff;
	width: auto;
	height: auto;
	margin: 0;
	float: right;
	padding: 0px;
	position: relative;
}
#signatur {
	width: 446px;
	margin: 0;
	padding: 0 12px;
	background-color: #fff;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}
.hr {
	border-top: 1px dotted #a6bd00;
}
.hrb {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}


/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 13px;
	border-left: 1px dotted #000;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border-left: 1px dotted #6f8905;
	background-color: #a6bd00;
}
/* Formatvorlagen für den Bottom */
#bottom ul {
	list-style-type: none;
	width: 154px;
	margin: 0;
	padding: 0;
}
#bottom li {
	float: left;
	margin-bottom: 1px
}
#bottom a {
	color: #000;
	width: 138px;
	text-decoration: none;
	display: block;
	padding: 5px 8px;
	border: 1px dotted #000;
	}
#bottom a:hover {
	color: #000;
	width: 138px;
	text-decoration: none;
	border: 1px dotted #000;
	background-color: #a6bd00;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_normal {
	font-weight: normal;
}
.feed {
	border-top: 1px dotted #a6bd00;
	font-size: x-small;
}

hr { 
	color: #a6bd00;
	height: 1px;
}

/* Formatvorlagen für Formulare */

.heading  {
	text-transform:uppercase;
	border-bottom: 1px solid #a6bd00;  
	}

.style1 {
	width: 110px
}
input	{ 
	margin-right: 3px; 
	color: #000000;
}

.main-pic {
	margin-top: 6px;
	margin-left: 1px;
}
