/* normal */
@font-face {
	font-family: Swis721 Lt BT;
	src: url('fonts/swiss_normal.ttf') format("truetype");
}

/* fett */
@font-face {
	font-family: Swis721 BT;
	src: url('fonts/swiss_fett.ttf') format("truetype");
}

body {
	color: #000;
	background: #fff;
	font: .9em Verdana, "Lucida Sans Unicode";
}


#container {
	position: relative;
	width: 990px;
	margin: 0 auto;
}


/* Menüformatierungen */
#menu {
	width: inherit;
	height: 42px;
	background: url(../grafiken/menu-hintergrund.gif) repeat-x;
}

#menu_links {
	float: left;
}

#menu_links li, #menu_links li a, #menu_rechts li, #menu_rechts li a {
	float: left;
	font-family: "Swis721 Lt BT", Verdana, "Lucida Sans Unicode";		/* Schrift in modernen Browser eingebettet, ansonsten Verdana */
}

#menu_links li {
	margin: 12px 0 0 2em;
	display: inline;
}

#menu_links li a, #menu_rechts li a {
	color: #000;
	text-shadow: #fff 0 1px;
}

#menu_links li a:hover, #menu_links li a:focus, #menu_rechts li a:hover, #menu_rechts li a:focus {
	color: #008fd9;
}

#menu_rechts {
	float: right;
}

#menu_rechts li {
	margin: 12px 2.3em 0 0;
	display: inline;
}


/* Blauer Streifen */
#streifen {
	width: inherit;
	height: 15px;
	background: #008fd9;
}


/* Header */
#header {
	width: inherit;
	height: 185px;
}

.dock {
	float: left;
	position: relative; 
	height: 45px;
	margin: 60px 0 0 1.4em;
	text-align: center;
	display: inline;
}
.dock-container {
	height: 45px;
	padding-left: 20px;
}
a.dock-item {
	position: absolute;
	display: block;
	width: 40px;
	color: #000;
	font: .9em "Swis721 Lt BT", Verdana, "Lucida Sans Unicode";
	text-align: center;
}
.dock-item img {
	width: 100%;
	margin-right: 20px;
}
.dock-item span {
	display: none;
	text-align: center;
	width: 100px;
}

#logo {
	float: right;
	width: 312px;
	height: 63px;
	margin: 60px 2em 0 0;
	background: url(../grafiken/logo_loweko.jpg) no-repeat;
	display: inline;
}


/* Content */
#content {
	width: inherit;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: #fff url(../grafiken/content-hintergrund.gif) top left repeat-x;
}

#content #bild {
	float: left;
	max-width: 550px;
	margin: 0 0 3em 2em;
	display: inline;
}

#content #inhalt {
	float: right;
	width: 305px;
	margin: 6em 2em 3em 0;
	display: inline;
}

#content #inhalt h1 {
	margin-bottom: 3em;
	color: #008fd9;
	font: 1.1em "Swis721 BT", Verdana, "Lucida Sans Unicode";
	text-align: left;
}

#content #inhalt h2 {
	color: #a9a9a9;
	font: 1em "Swis721 BT", Verdana, "Lucida Sans Unicode";
}

#content #inhalt h2 a {
	color: #008fd9;
	font: 1em "Swis721 BT", Verdana, "Lucida Sans Unicode";
}

#content #inhalt p {
	margin-top: 1em;
	line-height: 1.3em;
	font-family: "Swis721 Lt BT", Verdana, "Lucida Sans Unicode";
}

#content #inhalt ul {
	margin: 1em 0 0 3em;
	color: #a9a9a9;
	list-style: disc;
	font-family: "Swis721 BT", Verdana, "Lucida Sans Unicode";
}

#content #inhalt ul li {
	color: #000;
	list-style: disc;
	font-size: .9em;
	font-family: "Swis721 BT", Verdana, "Lucida Sans Unicode";
}

#content a, #content a:focus {
	color: #008fd9;
}

#content a:hover {
	text-decoration: underline;
}

#content input, #content textarea {
	display: block;
	width: 75%;
	margin-top: .3em;
	color: #008fd9;
	background: #ecedef;
	border: 1px solid #008fd9;
	font: .8em "Swis721 BT", Verdana, "Lucida Sans Unicode";
}

#content label {
	display: block;
	width: 75%;
	font: .9em "Swis721 BT", Verdana, "Lucida Sans Unicode";
}

#content textarea {
	min-height: 150px;
	height: auto !important;
	height: 150px;
}


/* Footer */
#footer {
	width: inherit;
	padding: .4em 0;
	border-top: 1px solid #999;
	color: #6e6e6e;
	font: .8em "Swis721 Lt BT", Verdana, "Lucida Sans Unicode";
}

#footer span {
	float: left;
	margin-left: 2em;
}

#footer a {
	color: #6e6e6e;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer ul {
	float: right;
	margin-right: 2em;
	display: inline;
}

#footer ul li, #footer ul li a {
	float: left;
}

#footer ul li {
	margin-left: 2em;
}