﻿@charset "utf-8";
body  {
		width:1000px;
		height:1150px;
		margin-top:0px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		border:solid 0px #000000;
		background-color: #ffffff;
		background-image:url(../images/bg.gif);
		background-repeat:repeat-x;
    }
    .twoColFixLt #container { 
    	width: 1000px; 
		height:1150px;
    	margin: auto; 
    }
	
    .twoColFixLt #mainContent {
		width:1000px;
		height:1150px;
    	margin-left:0px; 
		margin-top:0px;
		padding: 0 0 0 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		background-color:#ffffff;
		border:solid 0px #000000;
    } 
	
	.twoColFixLt #logo {
    	width: 1000px; 
		margin-top:0px;
		margin-left:0px;
    	padding: 0 0 0 0;
		border:solid 0px #000000;
    }
		
    .twoColFixLt #picture {   /* oben rechte seite */
    	float: right; 
    	width: 160px; 
		height:200px;
		margin-top:15px;
		margin-right:15px;
    	padding: 0 0 0 0;
		border:solid 0px #000000;
    }


    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
#iframe_2 {
text-align: justify;
background-image:url(../images/bg_inner.jpg);
background-repeat:no-repeat;
}

.abstand_iframe{
padding: 15px;
}

.scrollbereich {
overflow-y: auto;
overflow-x: hidden;
width: 970px; 
height: 700px; 
}

.scrollbarabstand{
padding-right: 10px;
} 

.fusszeile {
background-image: url(../images/fusszeile.jpg) ;
background-repeat: no-repeat;
height:69px;
}

.txt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#00471C;}
.txt2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#000000;}
.txtservice_h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:38px; font-weight:bold; color:#FFFFFF;}
.txtservice_h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:28px; font-weight:bold; color:#FFFFFF;}
.txtservice {font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:bold; color:#FFFFFF; margin-left:70px;}
.txtservice_l {font-family:Georgia, "Times New Roman", Times, serif; font-size:28px; font-weight:bold; color:#FFFFFF; float:right; margin-right:50px; }
.txtservice_f {font-family:Georgia, "Times New Roman", Times, serif; font-size:34px; font-weight:bold; color:#FFFFFF; margin-left:50px;}

a:link { text-decoration:none; font-weight:bold; color:#00471C; }
a:visited { text-decoration:none; font-weight:bold; color:#00471C; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ffffff; }
a:active { text-decoration:none; font-weight:bold; background-color:#00471C; }
a:focus { text-decoration:none; font-weight:bold; background-color:#00471C; }


/* Reste: 
		-moz-opacity:0.75; -khtml-opacity:0.75; opacity:0.75;
		filter:alpha(opacity=75);






*/