/* DATEI: style.css */


html, body, #wrapper {
	height: 100%;
	background-color: #71655d;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #211615;
	overflow: auto;
	border: none;
}
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-family: Verdana;
	font-size: 12px;
	color: #211615;
	line-height: 18px;
}

/*Definitionen für das Panel mit den Social Media-Sachen */

#toppanel { 
	position: absolute;
	margin: 0;
	paddin: 0;
	width: 100%;
	z-index: 999;
	float: left;
	overflow: hidden;
}
#toppanel h3 {
	color: #FF9900;
}
#panel {

	margin: 0;
	paddin: 0;
	z-index: 3;
	display: none;
	position: relative;
	padding-left: 8px;
	padding-top: 27px;
	padding-bottom: 26px;
}
.tab a.open, .tab a.close {
	cursor: pointer;
	color: #FF9900;
	text-decoration: none;
}
/*Ende Panel*/

/*Definitionen für den Wrapper, der die Seite zentriert*/

#wrapper {
	
	margin: 0 auto;
	vertical-align: middle;
	width: 1000px;
	
}

/*Ende Wrapper zur Seitenzentrierung */

a:link { font-family: Verdana; font-size: 12px; text-decoration:none}
a:visited { font-family: Verdana; font-size: 12px; text-decoration:none}
a:active { font-family: Verdana; font-size: 12px; text-decoration:none}


.copy_grau {  font-family: Verdana; font-size: 12px; color: #211615; line-height: 18px}
.copy_weiss {  font-family: Verdana; font-size: 12px; color: #FFF; line-height: 18px}
.copy_orange {  font-family: Verdana; font-size: 12px; color: #BC5C22; line-height: 18px}

.copy_bold_grau{  font-family: Verdana; font-size: 12px; color: #211615; line-height: 18px; font-weight: bold}
.copy_bold_weiss{  font-family: Verdana; font-size: 12px; color: #FFF; line-height: 18px; font-weight: bold}
.copy_bold_orange{  font-family: Verdana; font-size: 12px; color: #BC5C22; line-height: 18px; font-weight: bold}

.links_menu {  font-family: Verdana; font-size: 12px; color: #FF9900; line-height: 18px; text-decoration: none}
.links_menu_hi {  font-family: Verdana; font-size: 12px; color: #FFFFFF; line-height: 18px; text-decoration: none}

