/*****************************
 * stylesheet Fa. Sittenauer
 *****************************/

/* Bereiche */
html {
        margin:0; /* eine sinnlose Anweisunng, da nach der vorhergehende Zeile eine Anweisung ignoriert wird */
}

body {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
		  height: 100%;
		  max-height: 100%;
        font-family: verdana, sans-serif;
        font-size: 11px;
}
#center { /*wird nicht mehr verwendet*/
        text-align: center;
        position: absolute;
        top: 0px: /*50%;*/
        left: 0px;
        width: 100%;
        /*height: 1px;*/
        overflow: visible;
}
#head, #nav, #foot {
        position: absolute;
        top: 0px;
        left: 50%;
        width: 800px;
        height: 120px;
        overflow: hidden; 
        background-color: #FFFFFF;
        margin-left: -400px;
        text-align: left;
        vertical-align: middle;
        line-height: 100px;
}
#nav {
        position: absolute;
        top: 100px;
        /*left: 50%;*/
        /*width: 800px;*/
        height: 20px;
        /*overflow: hidden;*/
        background-color: #EFEFEF;
        border-top: 1px solid #008080;
        /*margin-left: -400px;*/
        text-align: center;
        /*vertical-align: middle;*/
        line-height: 18px;
        font-size: 12px;
        color: #008080;
}
#foot {
        position: absolute;
        top: auto;
		  bottom: 0px;
        /*left: 50%;*/
		  height: 20px;
        /*width: 800px;*/
        /*overflow: hidden;*/
        /*margin-left: -400px;*/
        background-color: #EFEFEF;
        border-top: 1px solid #008080;
        text-align: center;
        /*vertical-align: middle;*/
        line-height: 20px;
        font-size: 10px;
        color: #008080;
}
#content {
	position: fixed;/*absolute; */
	top: 120px; /*-180px;*/
	left: 50%;
	bottom: 20px;
	width: 800px;
	overflow: auto;
	/*height: 460px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: -400px; /* muss 0 sein */
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	border-top: 1px solid #008080;
}

* html body{ /*IE6 hack*/
	padding: 120px 0px 20px 0px; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
	margin-left: 50%;
}
* html #content{ /*IE6 hack*/
	height: 100%; 
	/*width: 100%;*/
	width: 800px;
}


.service {
	background-color: #FFFFFF;
	color: #636363;
	text-align: left;
	font-weight: bold;
}

.linkTable {
	/*width: 97%;*/
	width: 520px;		
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}
.linkTh {
	background-color: #EFEFEF;
	color: #636363;
	text-align: center;
}
.linkThleft {
	background-color: #EFEFEF;
	color: #636363;
	text-align: left;
	font-weight: bold;
}
.linkTd {
	text-align: right;
	vertical-align: bottom;
}
.imgTd {
	background: url(../bilder/BlindLink.gif);
	border: none;
}
.linkTr {
}
.blindTr {
	line-height: 10px;
	color: White;
}
p {
	margin: 5 0 0 0;
	padding: 0;
	vertical-align: middle;
}

p.center {
	text-align: center;
	padding-left: 10px;
}

.left {
	padding: 20px;
	text-align: justify;
	white-space: normal;
	margin-left: 90px;
	margin-right: 90px;
}

.imgcenter {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.line {
	border-bottom: 1px solid silver;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 0 0;
	vertical-align: middle;
}

h1 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}

p.head {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: Black;
	/*padding-left: 120px;*/
	text-align: center;
}

.welcome {
	font-family: Verdana;
	font-weight: bold;
	font-size: medium;
	color: #636363;
}
.red { color: red !important;}
.console {
	font-family: Lucida Sans Unicode;
}

.copy {
	text-align: right;
	padding-right: 0px;
	font-size: 10px;
	/*font-family: Lucida Console;*/
	font-family: Lucida Sans Unicode;
	color: #636363;	
}

/* Überschriften mit dem Pfeil nach oben */
.up {
	margin: 0px;
	border-bottom: 1px solid #636363;
	border-color: #636363;
	text-align: right;
	color: #636363;
}
/* COLOR="#636363" Farbe vom Pfeil */
a.uplink:link, a.uplink:visited, a.uplink:hover, a.uplink:active{
	padding-left: 10px;
	padding-right: 0px;
	color: #636363; /*background:  url(../bilder/xup.gif) no-repeat left;*/
	background: url(../icon/Oben3PXHell.png) no-repeat left;
	text-decoration: none;
}

/* Hyperlinks nach oben */
#pageup a{
 		padding-left:10px;
		padding-right:10px;
 		background:  url(../bilder/xup.gif) no-repeat left;
}

/* Globale Links */
a:link, a:active {
   color: #636363;
   text-decoration: none;
}
a:visited {
	color: #636363;
	text-decoration: none;
}
a:hover  {
	color: #008080;
	text-decoration: underline;
}

.bggrey {
	background-color: #EFEFEF;
}
.fontgrey {
	color: #EFEFEF; 
}
.fontdarkgrey {
	color: #636363;
}

li {
	color: #000000;
	padding: 5px;
	list-style-image: inherit;
}

a.li:link, a.li:active {
	padding-left: 10px;
	color: #000000;
	font-weight: normal;
}
a.li:visited {
	padding-left: 10px;
	color: #008080;
	font-weight: normal;
}
a.li:hover {
	color: #636363;
	font-weight: bolder;
	text-decoration: underline;
	list-style-image: inherit;
}

/* ???????????????????????????????????????????????????????????? */
a.imglink:link, a.imglink:visited, a.imglink:hover, a.imglink:active{
	text-decoration: none;
	border: none;
	color: White;
	background-color: White;
	border-color: White;
}
img {
	border: none;
}
/*
pic1 {
	border: none;
}
img.pic1:hover {
	border: none;
	width: 500px;
	height: 375px;
	background: url(../bilder/IMG_0090.JPG);
}
*/





