﻿@import url('layout.css');
body {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: repeat-x;
}

#container {
	width: 100%;
	margin-top: 10px;
	background-color: #fff;
}

#mytitle {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	text-align: left;
	float: right;
	vertical-align: bottom;
	height: 125px;
	position: absolute;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: xx-large;
}

#logo {
	width: 300px;
	position: absolute;
	top: 45px;
	z-index: 1;
}

#page_content {
	position: relative;
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	height: auto;
	width: 1000px;
}

#column {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 520px;
	height: auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	top: 0px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: x-large;
	position: relative;
	font-weight: lighter;
	color: #708090;
}

#column2 {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 960px;
	height: auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	top: 0px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: large;
	position: relative;
	color: #708090;
}
#picture {
	float: left;
	width: 1000px;
	text-align: center;
	left: 0px;
	position: relative;
	top: 0px;
	height: 450px;
}

#footer {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-color: #0069B4;
	border-top-style: solid;
	border-top-width: 1px;
	height: auto;
	vertical-align: top;
}


#column a:hover {
	text-decoration: underline;
	color: #222222;
}
#column2 a:hover {
	text-decoration: underline;
	color: #222222;
}

#column a:link {
	text-decoration: underline;
	color: #222222;
}
#column2 a:link {
	text-decoration: underline;
	color: #222222;
}

#column h3 {
	margin: 0 0 0 0;
	text-decoration: none;
	white-space: nowrap;
	color: #222222;
	padding: 0px 0 0 30px;
	font-weight: bolder;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: x-large;
}

#column2 h3 {
	text-decoration: none;
	white-space:nowrap;
	color: #0069B4;
	padding: 0px 0 0 0;
	font-weight: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#column img {
	border: #FFFFFF solid;
	float: none;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
}

#column2 img {
	border: #FFFFFF solid;
	float: none;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
}

/* Inhaltsformatvorlagen */

#content h1 {
	padding: 0px 0 0 0;
	font-weight: normal;
	color: #0069B4;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: xx-large;
}
#content h2 {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	font-weight: lighter;
	color: #BED600;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: xx-large;
}
#column2 h2 {
	padding: 0px 0 0 0;
	font-weight: lighter;
	color: #222222;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: x-large;
	padding-right: 30px;
	padding-top: 0px;
}

#picture img {
	float: none;
}

#content img {
	float: none;
}



/* Fußzeilen-Formatvorlagen */
#footer p {
	font-size: 0.85em;
	color: #808080;
	vertical-align: top;
}
#footer a {
	color: #708090;
	text-decoration: none;
}
#footer a:hover {
	color: #222222;
	text-decoration: none;
}

/* Hyperlink-Formatvorlagen */
a {
	color: #0069B4;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #0069B4;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#blueline {
	color: #0000FF;
}
