@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%;
}


/*   BASICS   */
/*   **************************************************   */

body {
	margin: 0;
	padding: 0;
	font-family: 'times new roman',times,serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	color: #666;
	background: #fff url(../images/bg.jpg) repeat-x fixed center top;
}

/*   TYPOGRAPHY   */
/*   **************************************************   */

/* headings */

  h1,h2,h3,h4,h5,h6 { 
  	font-family:"times new roman",times,serif; 
  	font-weight: normal; 
  	color:#c00;
  	margin: 0.7em 0 0.4em 0; 
  }

  h1 { font-size: 200%; line-height: 160%; }                        /* 24px */
  h2 { font-size: 170%; color:#fff; background-color:#000066; padding:0 5px 0 5px; /*filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;*/}          /* 24px */
  h3 { font-size: 150%; color: #000066; }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67%; color:#000066 }                     /* 14px */
  h6 { font-size: 116.67%; color:#000066 }  /* 14px */

/* links/buttons */

a, a:link, a:visited, a:focus {
	color:#c00;
	text-decoration:none;
}
a:hover { border-bottom:#F81D15 thin dotted; }
.header_logo a:hover { border-bottom: none; }

/*
	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:	25;
	
	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/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */
h1 { font-size: 200%; line-height: 100%; }  
#header {
	width: 100%;
	margin: auto;
	text-shadow: #CCC;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	background: #fff fixed right top;
}
.header_content {
    width: 100%;
	height: 130px;
	padding-top:0;
}
.header_logo {
    float: left;
}
#footer {
    width: 100%;
    margin: auto;
    text-shadow: #CCC;

	filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;	
}
.footer_content {
    width: 100%;
	height: 240px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.footer_content .footer1, .footer_content .footer2, .footer_content .footer3 {
    width: 220px;
    float: left;
    font-size: 13px;
	line-height:1.2em;
    color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 0;
	border-top:#CCC solid 1px;
}
.footer_content .footer2 {
    width: 280px;
}
.footer_logo {
    float: left;
	display: none;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	padding-top: 2%;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 5%;
}

/* 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: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 120px;
	width: 100%;
	display: block;
}
h1 { font-size: 200%; line-height: 100%; }                        /* 24px */
#header {
	width: 100%;
	margin: auto;
	text-shadow: #CCC;
	position: fixed;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	background: #fff fixed right top;
}
.header_content {
	height: 130px;
	padding-top: 0;
}

#footer {
	background-color:#FFF;
}

.footer_content {
    width: 100%;
	height: 140px;
	padding-top: 5px;
}
.footer_content .footer1, .footer_content .footer2, .footer_content .footer3 {
    width: 220px;
    float: left;
    font-size: 13px;
	line-height:1.2em;
    color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 30px;
}
.footer_content .footer2 {
    width: 240px;
}
.footer_content .footer3 {
    width: 140px;
}

}

/* Desktoplayout: 769 bis maximal 955 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 955px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 200px;
	width: 100%;
	display: block;
}
#header {
	width: 100%;
	margin: auto;
	text-shadow: #CCC;
	position: fixed;
	background: #fff url(../images/logo_sbv.png) no-repeat fixed right top;
}
.header_content {
    width: 90%;
	height: 150px;
	padding-top: 60px;
}
.header_logo {
    float: left;
}
#footer {
    width: 100%;
    margin: auto;
    text-shadow: #CCC;
	background-color:#FFF;
	filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;	
}
.footer_content {
    width: 90%;
	height: 140px;
	padding-top: 30px;
	padding-bottom: 0;
}
.footer_content .footer1, .footer_content .footer2, .footer_content .footer3 {
    width: 220px;
    float: left;
    font-size: 13px;
	line-height:1.2em;
    color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 30px;
}
.footer_content .footer2 {
    width: 280px;
}
.footer_logo {
	display:block;

}
}
