﻿@import url('layout.css');
body {
	margin: auto;
	padding: 0px;
	border: 0px;
	color: black;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #E3E3E3;
	width: auto;
	overflow-y: scroll;
}
#container {
	width: 100%;
	margin: auto;
	padding: inherit;
	background-color: #E3E3E3;
	border-top: 10px solid #E3E3E3;
	
}
#page_content {
	background-color: white;
	z-index: 9;
	max-width: 900px;
	width: 100%;
	margin: auto;
	
}
#column_l {
	position: relative;
	margin: auto;
	border-top: 0px solid #E3E3E3;
	border-bottom: 10px solid #E3E3E3;
}
#column_l img{
}

#column_r {
	display:none;
	position: relative;
	float: left;
	margin: auto;
	border-bottom: 10px solid #E3E3E3;
	border-top: 10px solid #E3E3E3;
}

.page_box_content {
	background-color: white;
	margin: 0px;
	border-radius: 10px;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#preistraegerimg {
	position: relative;
	margin: auto;
    width:100%;
	max-width: 600px;
	height: auto;
}

h1,h2,h3,h4,.componentheading {color:#be3a36; font-weight:bold;margin:0.5em 0 0em;  font-family: Trebuchet MS,sans-serif;}
a {color:#295C9F;text-decoration:none;font-weight:bold;}
/* Formatvorlagen für Mastertitel */
#masthead_p {
width: 100%;
margin: auto;
max-width: 900px;
width: 100%;
}

#masthead {
	background-color: white;
	text-align: left;
	max-width: 900px;
	width: 100%;

	
	margin: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: 10px solid white;
	border-radius: 10px;
}
#masthead img {
	text-align: left;
	float:none;
	padding-top: 1px;
	padding-left: 5px;

}
#masthead p {
	max-width: 50%;
	color: black;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;

	text-align: center;
	float:right;

}
/* Formatvorlagen für Fußzeile */
#footer {
	width: auto;
	text-align: center;
	background-color: #008CD2;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	clear: both;
	overflow: auto;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #036;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
@media screen and (min-width: 687px) {
#masthead p {
	font-size: 28px;
}
#masthead img {
	max-width: 40%;
	height: auto;
}
#column_l {
	width: 100%;
	float:left;
}
#column_r {
}
}
@media screen and (max-width: 686px) {
#masthead p {
	font-size: 14px;
}
#masthead img {
	max-width: 35%;
	height: auto;
}
#column_l {
	width: 100%;
}
#column_r {
	width: 100%;
}
}
