@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	10;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/
body {
	margin: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	/*background-image: url(/img/background/current/content_bkgd_tile.jpg); */
	background-image: url(/img/background/current/background_image.jpg);
	background-position:top
	/*background-repeat: repeat; */
	font-weight: normal;
	background-color: rgb(182,207,209);
}

h1 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #000000;
	margin-top: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color: #000000;
}
/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98.1818%;
	padding-left: 0.909%;
	padding-right: 0.909%;
}
/* BANNER AREA */
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header .container {
	background-image: url(/img/background/current/banner_bkgd.jpg);
	background-repeat: repeat-x;
}
.toplogo {
	padding-left: 10px;
	padding-top: 5px;
}
.bannernav {
	padding-top: 20px;
	float:right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

/* MENU AREA */
#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.menu {
	
}
.menu .container {

}
/* CONTENT AREA */
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 100%;	
}
.content .container {
	border: 2px solid rgba(255,255,255,0.7);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
		
	padding-top: 20px;
	padding-bottom: 30px;
	
	min-height: 200px; 

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF, endColorstr=#FFF);
	/* For IE 8*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF, endColorstr=#FFF)";
    */
}	
/* SIDEBAR AREA */
#Sidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;

	display: block;
}
.sidebar{

}
.sidebar .container{
	border: 2px solid rgba(255,255,255,0.7);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	float: none;
	padding-left: 10px;
	/*	background-image: url(/img/background/current/content_bkgd.jpg);*/
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF, endColorstr=#FFF);
	/* For IE 8*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF, endColorstr=#FFF)";
	*/
	top: 5px;
}
#Sidebar2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.sidebar2{

	
}
.sidebar2 .container{
	border: 2px solid rgba(255,255,255,0.7);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	float: middle;
	padding-left: 10px;
	/*	background-image: url(/img/background/current/content_bkgd.jpg);	*/
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.7 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF, endColorstr=#FFF);
	/* For IE 8*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF, endColorstr=#FFF)";
	*/
	top: 10px;
}
.imageright {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
	height: auto;
	width: 33%;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;	
}
.footer .container {
	border: 2px solid rgba(51,102,153,0.7);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: auto;
	width: auto;
	/*	background-image: url(/img/background/current/footer_bkgd.jpg);
	background-repeat: repeat-x; */
	/* Fallback for web browsers that doesn't support RGBa */
	background-color: rgb(0,51,255);
	/* RGBa with 0.7 opacity */
	background-color: rgba(51,102,153,0.7);
	/* For IE 5.5 - 7*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#369, endColorstr=#369);
	/* For IE 8*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#369, endColorstr=#369)";
	*/
	top: 15px;
}
.copyright {
	padding-left: 40px;
	padding-top: 12px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 93.9204%;
	padding-left: 0.5397%;
	padding-right: 0.5397%;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 62.0689%;
	display: block;
	height: 100%;
}
.content .container {

}
#Sidebar {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 36.7816%;
	display: block;
}
.sidebar{
	border-top-style: none;
	border-right-style: none;
}

.sidebar .container{
	top: 0px;
}
#Sidebar2 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 36.7816%;
	display: block;
}
.sidebar2{
	border-top-style: none;
}

.sidebar2 .container{
	top: 5px;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.footer {

}

.footer .container {
	top: 5px; 
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 94.2803%;
	max-width: 1232px;
	padding-left: 0.3598%;
	padding-right: 0.3598%;
	margin: auto;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.4122%;
	display: block;
	height: 100%;
}

#Sidebar {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 32.8244%;
	display: block;
}
.sidebar{
	border-top-style: none;
	border-top-width: 1px;	
}
.sidebar .container{
	top: 0px;
}
#Sidebar2 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 32.8244%;
	display: block;
}
sidebar2{
	border-top-style: none;
}

.sidebar2 .container{
	top: 5px;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
