﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color:#FFFFCC;
	overflow:scroll;
}
td {
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}
#container {
	background-color: #fff;
	padding: 0px;
	width: 620px;
	margin: 0px auto;
	border-top: 0px;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0px;
	border-left: 1px solid #b7b7b7;
	text-align:left;
}

* html #container {  /* nur fuer Internet Explorer */
  width:622x;     /* Version 5.x */
  w\idth:620px;    /* Version 6 */
  w\idth:622px;    /* Version 7 */
}

#masthead {
	text-align: right;
	background-color:#FDA479;
	width: 620px;
}

#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 385px;
	margin: 0px;
	padding: 0px 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0px auto;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 620px;
	text-align: center;
	background-color:#FDA880;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
	margin: 0px;
	padding: 0px;
}
#masthead p {
	font-size: 11px;
	color: #545454;
	margin: 10px 10px 0px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #545454;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #545454;
	text-decoration: underline;
}
#footer a:hover {
	color: #545454;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #036;
	text-decoration: underline;
}

a img {
border : 0px none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_noBorder {
	border-width: 0px;
}
.style_borderBottom{
	border-width: 1px;
}
