* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

/* Generic */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D5057;
}
body {
	background-color: #9BA7B2;
	background-image: url(/images/background/fond.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px 0px 12px 0px;
}
h1 {
	margin: 13px 0px 6px 0px;
	font-size: 18px;
	color: #000000;
}
h2 {
	margin: 0px 0px 6px 0px;
	font-size: 14px;
	color: #0165B8;
}
h3 {
	margin: 13px 0px 6px 0px;
	font-size: 12px;
	color: #000000;
}
h4 {
	margin: 13px 0px 6px 0px;
	font-size: 11px;
	color: #0165B8;
}
h5 {
	margin: 13px 0px 6px 0px;
	font-size: 10px;
	color: #000000;
}
h6 {
	margin: 13px 0px 6px 0px;
	font-size: 9px;
	color: #0165B8;
}
ul {
	padding: 12px 0px 12px 0px;
}
li {
	margin-left: 20px;
	list-style-image: url(/images/li.gif);
	list-style-position: outside;
}
a {
	text-decoration: underline;
	color: #4D5057;
}
a:hover {
	text-decoration: underline;
	color: #0165B8;
}
img {
	border-color: #9BA7B2;
}

/* Layout */

#Container {
	width: 770px;
	text-align: left; /* wg. Zentrieren im IE */
	margin: 0 auto; /* Zentrieren in Firefox */
	display: table; /* Hintergrund in Firefox einblenden */
	margin-top: 45px;
}

#Header {
	width: 770px;
	height: 10px;
}

#Footer {
	width: 770px;
}

#Main {
	width: 770px;
	background: url(/images/framework/main_bg.gif) repeat-y;
	display: table; /* Hintergrund in Firefox einblenden */
	clear: both;
}

#BorderLeft {
	width: 10px;
	float: left;
}

#BorderRight {
	width: 10px;
	float: right;
}

#Center {
	width: 750px;
	float: left;
}

#Logo {
	width: 275px;
	height: 302px;
	float: left;
}

#Flash {
	width: 475px;
	height: 302px;
	float: right;
}

#Content {
	width: 750px;
	background: bottom url(/images/background/content_bg.gif) no-repeat;
	clear: both;
	display: table;
}

#ContentLeft {
	width: 275px;
	float: left;
}

#ContentRight {
	width: 443px;
	float: right;
	padding: 14px 16px 12px 16px;
}

#ContentRight p, li {
	line-height: 16px;
}

#Copyright {
	width: 200px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#Address {
	width: 308px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: center;
}

#Address a {
	text-decoration: none;
	color: #4D5057;
}

#Address a:hover {
	color: #0064B8;
}

#MetaLinks {
	font-size: 12px;
	width: 200px;
	height: 65px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	text-align: right;
}

#MetaLinks a {
	text-decoration: none;
	color: #4D5057;
}

#MetaLinks a:hover {
	color: #0064B8;
}

#Nav2 {
	text-align: right;
	width: 261px;
	padding: 0px 12px 0px 0px;
}

#Nav2 li {
	line-height: 24px;
	font-size: 12px;
	list-style-type: none;
}

#Nav2 img {
	position: relative;
	left: 10px;
	top: 2px;
	margin: 0px 0px 0px -6px;
}

#Nav2 a {
	text-decoration: none;
}

#Nav2 a:hover {
	color: #0165B8;
}

#Headline {
	width: 275px;
	text-align: right;
	margin-top: -44px;
}
#Headline h1 {
	font-size: 24px;
	margin: 6px 12px;
}
#Headline h2 {
	font-size: 14px;
	line-height: 24px;
	margin: 13px 12px 1px;
}
h1.welcome {
	font-size: 14px;
	line-height: 24px;
	margin: -4px 0px 6px 0px;
}
.left {
	margin-right: 10px;
}
.right {
	margin-left: 10px;
}
.sprechzeiten {
	padding: 15px 15px 15px 35px;
	line-height: 21px;
}
h1.lexikon {
	margin: 0px 0px 6px 0px;
	font-size: 14px;
	color: #0165B8;
}

#Extra {
	text-align: center;
	padding-top: 25px;
}

.notice {
	border: 1px solid #A4B0BA;
	background: #CDD8E3;
	padding: 10px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #Headline h1 {
	visibility: hidden;
}
.sIFR-hasFlash #Headline h2 {
	visibility: hidden;
}
