@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background: #b5b9bb url('../images/layout/BodyBG.png');
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #ffffff;
	width: 620px;
}
#navigation {
	overflow: hidden;
	background-image: url('../images/layout/TopMenuBG.gif');
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	background-position: left bottom;
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	position: relative;
	background-image: url('../images/layout/ColRBG.png');
	background-repeat: no-repeat;
}
#column_r h1 {
	font-size: 15px;
	background-image: url('../images/layout/ColRH1.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#column_r ul {
	list-style-type: circle;
	width: 100%;
	margin: 0;
	padding: 0;
}
#column_r li {
	display: block;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 8px;
}
#column_r a {
	color: #0033CC;
}
#column_r a:hover {
	color: #0099FF;
}
#footer {
	background-position: left top;
	width: 620px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/layout/FooterBG.gif');
	background-repeat: repeat-x;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #0099CC;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/layout/TopMenuBG.gif');
	height: 28px;
	line-height: 28px;
	font-weight: bold;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url('../images/layout/TopMenuBG_over.gif');
}
#navigation_shadow {
	height: 9px;
	background-image: url('../images/layout/TopMenuShdw.png');
	background-repeat: no-repeat;
	background-position: left top;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #0033CC;
	text-decoration: none;
}
#footer a:hover {
	color: #0033CC;
	text-decoration: underline;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* Some text formats */

h1 {
	font-size: 24px;
	color: #385487;
}
h2 {
	font-size: 18px;
	color: #385487;
}
h3 {
	font-size: 13px;
	color: #385487;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.small {
	font-size: 10px;
}
