@charset "UTF-8";
body 			{
	margin:0;
	padding:0;
	color:2a2a2a;
	font:11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

/*positionierung divs*/

#leftbox {
	float: left;
	width: 350px;
}
.box_logo			{
	float: left;
	margin-top: 140px;
	padding-left: 10px;
}
#rightbox { padding-left: 350px; }

.box_headerbild {
	float: left;
	height: 130px;
	width: 100%;
	overflow: hidden;
	background-color: #CCC;
}
#div_headerbild {
	height: 130px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-color: #999;
}

/* hauptmenu = menu */
#menu				{
	font-size:10px;
	display:block;
	float: left;
}

#menu ul			{margin:0;padding:0;list-style-type:none;}
#menu li 			{
	display:inline;
	line-height: 85px;
}
#menu li a			{
	color:#444444;
	text-decoration:none;
	padding-right:20px;
	padding-left:5px;
	padding-top:40px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C0C0C0;
}
#menu li a:hover	{
	color:#ff6600;
	text-decoration:none;
	background-color:#F9F9F9;
}
#menu li a.up		{
	color:#2a2a2a;
	font-weight:bold;
	text-decoration: none;
	padding-right: 15px;
}


/* menu 2 = submenu */
#submenu				{
	font-size:10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 5px;
	width: 95%;
	float: left;
	margin-bottom: 30px;
	margin-top: 20px;
}

#submenu ul			{margin: 0;padding: 0;list-style-type: none;}
#submenu li 			{padding-bottom:0px;}
#submenu li a			{color:#777777;text-decoration: none;line-height:15px; }
#submenu li a:hover	{
	color: #ff6600;
	text-decoration: none;
	padding-left: 2px;
}
#submenu li a.up		{
	font-size:10px;
	line-height:18px;
	font-weight:bold;
	text-decoration: none;
	color: #2A2A2A;
}


/* div für texte, inhalt, ev. bilder */
#content {
	width: 400px;
	float: none;
	color: #2A2A2A;
}
#content a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F86C0C;
	color: #282828;
}
#content a:hover {
	color: #ff6600;
	text-decoration: none;
	border-bottom-style: none;
}

#content ul li {
	list-style-image: url(../bilder/pfeil_liste.gif);
	list-style-type: none;
	margin-left: -8px;
	color: #333;
}
#lightbox_bildergalerie {
	background-color: #CF6;
	width: 600px;
	float: left;
}


/* h-tags neu definiert */
h1 {
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 25px;
}

h2 {
	font-size: 13px;
	margin-bottom: -5px;
	font-weight: bold;
	line-height: 20px;
	color: #444444;
}

h3 {
	font-weight: bold;
	color: #444444;
	font-size: 11px;
	line-height: 15px;
}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: -8px;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #444444;
}

/* links */
a					{
	color: #C93;
	text-decoration: none;
}
a:hover				{
	text-decoration: none;
	color: #ff6600;
}

/* textauszeichnungen */


strong {
	font-weight: bold;
	color: #444444;
}
.poetisches {
	color: #B3B09F;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: -5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.markiert { color: #C09; }
.grautext { color: #999; }
.wichtig { color: #FA6C0D; }

.bildabstand {
	padding-top: 20px;
	padding-bottom: 20px;
}

#schalter {
	width: 80px;
	position: absolute;
	top: 240px;
	right: 30px;
	text-align: right;
}

