@charset "ISO-8859-1";

* {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}

pre, tt {
	font-family:		Courier, monospace;
}

body {
	background:		url(../bild/back.gif) scroll;
	text-align:		center;
}

img,
a {
	border:			0px none transparent;
}

#content h1 {
	width:			100%;
	font-size:		1em;
	text-align:		right;
	border-bottom:		1px dotted #888;
	padding-bottom:		2px;
	margin-bottom:		12px;
}

#content a {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;	
}

h2 {
	margin-top:		0;
	font-size:		0.8em;
}

h1, h2 {
	color:			#444;
	font-weight:		bold;
}

p,
address,
label,
p.description * {
	text-align:		left;
	font-size:		10pt;
	line-height:		15pt;
	color:			#444;
}

input, select, textarea {
	font-family:		monospace;
	font-size:		10pt;
	border:			1px solid #888;
	background-color:	#ddd;
	color:			#006;
}

p.right {
	text-align:		right;
}

label {
	display:		block;
	float:			left;
	width:			120px;
	font-weight:		bold;
}

table {
	empty-cells:		hide;
}

td,
th {
	color:			#444;
	font-size:		0.7em;
	text-align:		left;
	padding:		2px 4px;
	color:			#444;
	margin:			1px;
	border:			1px solid #eee;
}

th {
	font-weight:		bold;
}

a {
	text-decoration:	none;
	font-weight:		bold;
	color:			#008;
	border-bottom:		1px solid #aaf;
}

a:hover {
	border-bottom:	1px solid #008;
}

#content {
	width:			450px;
	float:			right;
	margin:			8px 32px 32px 0;
}

#page {
	position:		relative;
 	margin:			20px auto auto;
	width:			760px;
	border:			1px solid #888;
	background:		#fff url(../bild/sidebar.gif) repeat-y scroll -262px 0;
	text-align:		left;
}

#header {
	width:			100%;
	background:		#fff url(../bild/bgkopf.jpg);	
}

#menu {
	float:			left;
}

#menu,
#menu ul {
	margin:			0;
	padding:		0;
	width:			240px;
}

#info {
	margin:			24px;
}

#info,
#bigbox,
.box {
	padding:		12px 6px 0 10px;
	border:			1px dotted #444;
	background:		#fff;
}

#bigbox h2,
#bigbox p {
	color:			#006;
}

#menu ul {
	display:		block;
	list-style:		none;
}

#menu ul li {
	display:		block;
	list-style:		none;
}

#menu ul li a {
	display:		block;
	padding:		5px 0 5px 32px;
	margin:			1px 0 0 0;
	background-color:	#69c;
	color:			#fff;
	text-decoration:	none;
	font-size:		12px;	
	font-weight:		bold;
}

#menu ul li a:hover {
	color:			#fff;
	background:		#104064 url(../bild/bgpin.gif) no-repeat;
}

ul#companies,
ul#companies li {
	list-style:		none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	line-height:		18px;
}

ul#articles,
ul#articles li {
	list-style:		none;
}

ul#articles li {
	margin-bottom:		8px;
}

ul#articles li a {
	font-size:		12px;
}

ul#articles li em {
	font-weight:		normal;
	font-size:		12px;
	color:			#999;
}

div.search {
	width:			100%;
}

div.search input {
	border:			1px solid #69c;
	background-color:	#eef;
}

div.search input:hover,
div.search input:active,
div.search input:focus {
	border:			1px solid #008;
	background-color:	#fff;
}

img.left {
	border:			0px none transparent;
	float:			left;
	padding-right:		1em;
}

img.right {
	border:			0px none transparent;
	float:			right;
	padding-left:		1em;
}

.picright {
	float:			right;
	border:			2px outset grey;
	margin:			0 0 5px 15px;
}

sup {
	font-weight:		bold;
	color:			#f08;
}

p.error {
	color:			#c05;
	font-weight:		bold;
}

/* ----< gaestebuch >---- */
div.entry {
	border:			1px dotted #444;
	padding:		4px 20px 4px 25px;	
	margin:			16px 0;
	background:		url("../bild/bggaestebuch.gif") no-repeat;
}

div.entry div.header {
	color:			#404040;
	font-size:		12px;
	font-weight:		bold;
	padding:		6px 4px;
}

div.entry p {
	font-size:		0.8em;
	line-height:		15pt;
}


/* IE Windows bug fixes (leave IE Mac, where it works just fine) \*/
* html #menu ul li { float: left; }
* html #menu ul li a { height: 1%; }
* html #content { margin: 12px 16px 16px 0; }
/* end IE Windows bug fixes */


