/* DATEI: format.css */
/* © Yoncaova 2010 */


body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	font-family: Tahoma; /* background-color: #F6F3E4; */
	background-image: url(../graphics/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
}


#verlinkung {
	width: 800px;
	height: 30px;
	background-color: #FD8E12;
	text-align: center;
	color: Black;
	font-size: 11pt;
	padding-top: 7px;
}

#top {
	background: url(../graphics/logomitte.jpg);
	width: 800px;
	height: 200px;
	background-repeat: no-repeat;
	text-align: right;
	font-family: Verdana;
	font-size: 15px;
}

	
#inhalt {
	width: 768px;
	text-align: justify;
	padding: 15px;
	height: 450px;
	background-color: White;
	overflow: auto;
	font-size: 15px;
	border-style: groove;
	border-color: Silver Silver Silver Silver;
	border-width: 1px 1px 1px 1px;
}



#team {
	width: 768px;
	height: 450px;
	padding: 15px;
	overflow: auto;
	border-style: groove;
	border-color: Silver Silver Silver Silver;
	border-width: 1px 1px 1px 1px;
}
	


h1 {
	font-size: 22px;
	text-align: center;
}

h2 {
	font-size:16px;
	font-weight: lighter;
}

h3 {
	font-size: 16px;
	font-weight: bolder;
}

h4 {
	font-size: 15px;
	font-weight: 600;
}
p {
	font-size: 15px;
}

     
td {
	font-size: 15px;
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
}

td.name {
	font-weight: bold;
	text-align: center;
}
	
a:link {
	color: Black;
}
a:visited {
	color: Gray;
}

li {
	text-align : left;
	font-size : 15px;
}

li.fett {
	font-weight: bolder;
}

a:link.verl {
	color: Black;
}

a:visited.verl {
	color: Black;
}

 img.links {
	margin-top: 75px;
	margin-bottom: 25px;
}


hr {
	color: #FD8E12;
	width: 700px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.hrkurz {
    color: #fffafa;
	width: 350px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.rechts {
    text-align: right;
}
.ulfortbil {
    list-style-type: none;
}
.imglinks {
    float: left;
    margin-right: 10px;
} 
.imgrechts {
    float: right;
    margin-left: 10px;
}

