/* Free standard-compliant open source XHTML/CSS template provided by Eatlon.com */

body {
	background-image: url(imgs/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: #8f8f8f;
	padding: 0;
	margin: 0;
	padding-left: 0px;
}

/* Es ist sehr wichtig, dass Sie bei der Deklaration der Link- und dynamischen Pseudoklassen für Anker unbedingt die Reihenfolge 
:link, :visited, :hover, :focus, :active einhalten. Der Zielanker eines Links ist entweder noch nicht besucht worden (:link), 
oder er wurde bereits besucht (:visited) – beide Zustände schließen sich gegenseitig aus. Zusätzlich kann der Link mit dem 
Mauszeiger berührt werden (:hover) oder den Fokus haben (:focus). Zudem kann er aktiviert sein (:active). 
Wenn Sie beispielsweise a:hover vor a:visited aufführen, überschreiben (siehe das Kapitel Kaskade) die 
Deklarationen für a:visited die Deklarationen für a:hover; die Benutzerinteraktion ist somit nicht zu sehen.
 Aus demselben Grund sollte a:active stets nach a:hover und a:focus deklariert werden. */
 
a {
	text-decoration: none;
	color: #600;
	padding: 0px;
	margin: 0;
}
a:hover {
	text-decoration: none;
	color: #C00;
	border-bottom: 1px solid #6d819d;
	outline: 0;
	padding: 0px;
	margin: 0px;
}

a.discrete { text-decoration: none; color: #7e7e7e; padding: 0; margin: 0; }
a.discrete:hover { text-decoration: underline; color: #7e7e7e; border-bottom: 0; outline: 0; padding: 0; margin: 0; }

a.title { text-decoration: none; color: #8f8f8f; padding: 0; margin: 0; }
a.title:hover { text-decoration: none; color: #8f8f8f; border-bottom: 0; outline: 0; padding: 0; margin: 0; }

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 5em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

h6 {
	font-family: georgia, sans-serif;
	font-size: 12px;
		font-weight: 100;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #972438;
}


h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 15px;
	line-height: normal;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
	margin: 0 0 5px 0;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
}

h4 {
	font-size: 1.3em;
	font-weight: 100;
	padding: 0;
	margin: 0;
	color: #666;
}
h5 {
	font-size: 15px;
	line-height: normal;
	padding: 10px;
	margin: 0 0 5px 0;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
}

.in { text-indent: 20px; }

#wrap {
	width: 1000px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #FFF;
	padding: 0;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 70px;
	background-image: url(imgs/banner.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

	.title_tagline {
		width: 97%;
		height: 60px;
		background-image: url(imgs/banner.gif);
		background-repeat: no-repeat;
		background-position: top right;
		padding: 10px 0 0 30px;
		margin: 0;	
	}


#menu {
	height: 37px;
	background-image: url(imgs/menu_bg.gif);
	background-repeat: repeat-x;
	font-size: 1.1em;
	padding: 5px 0 0 23px;
	margin: 0;
}

#menu a { text-decoration: none; color: #fafafa; font-weight: bold; padding: 0; margin: 0; }
#menu a:hover {
	text-decoration: none;
	color: #d0d0d0;
	outline: 0;
	padding: 0;
	margin: 0;
}

	#menu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		
	}

	#menu ul li {
		float: left;
		padding: 0 0 0 0;
		margin: 0 10px 0 10px;
	}


#content {
	background-color: #fff;
	margin: 5px 0px 0 0;
	padding: 0 10px 0px 30px;
}

.sub_u
{
	padding-left:10px;
}
/* The following CSS,
	"submenu_a",
	"right_wrap",
	"content_middle" and
	"submenu_b"
define the double submenus layout for index.html */

	.submenu_a {
	float: left;
	width: 18%;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 px;
	}

		.submenu_a p {
	padding: 10px;
	margin: 4px 0 0 0;
		}

		.submenu_a ul {
			list-style-type: none;
			padding: 0;
			margin: 10px 0 25px 0;
		}

		.submenu_a ul li {
			padding: 0;
			margin: 0;
		}

	.right_wrap {
	float: left;
	width: 80%;
	padding: 0 2px 0 0;
	}


		.content_middle {
	float: left;
	width: 75%;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
	padding: 0 2px 0 2px;
	margin: 3px 1px 0px 2px;

		}

			.content_middle p {
	padding: 0;
	margin: 7px 0 0 0;
	color: #666;
	font-size: 1,7;
			}

		.submenu_b {
	
	float: right;
	width: 23%;
	padding: 0 6px 0 0;
	margin: 0;
		}

			.submenu_b p {
	padding: 10px;
	margin: 0px 0 0 0;
	color: #999;
			}

			.submenu_b ul {
				list-style-type: none;
				padding: 0;
				margin: 5px 0 25px 0;
			}

			.submenu_b ul li {
				padding: 0;
				margin: 0;
			}

/* The following CSS,
	"menu_left" and
	"content_right"
define the left-wing layout for index.html */

	.menu_left {
		float: left;
		width: 16%;
		padding: 0;
		margin: 0 0 0 10px;
	}

		.menu_left p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.menu_left ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.menu_left ul li {
			padding: 0;
			margin: 0;
		}

	.content_right {
		float: right;
		width: 75%;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: justify;
		padding: 0 20px 0 25px;
		margin: 0;
		border-left: 1px solid #e0e0e0;
	}

		.content_right p {
			padding: 0;
			margin: 7px 0 0 0;
		}

/* The following CSS,
	"content_left" and
	"menu_right"
define the right-wing layout for right_wing.html */

	.content_left {
		float: left;
		width: 74%;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: justify;
		padding: 0 25px 0 10px;
		margin: 0;
		border-right: 1px solid #e0e0e0;
	}

		.content_left p {
			padding: 0;
			margin: 7px 0 0 0;
		}

	.menu_right {
		float: right;
		width: 16%;
		padding: 0 20px 0 0;
		margin: 0;
	}

		.menu_right p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.menu_right ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.menu_right ul li {
			padding: 0;
			margin: 0;
		}


.square {
	width: 176px;
	padding: 0px 0px 0px 0;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
}

.post {
	padding: 0 0 20px 0;
	color: #666;
	text-align: left;
}

.layouts { text-align: center; padding: 10px 0 0 0; }

#bottom {
	clear: both;
	width: 100%;
	height: 80px;
	background-image: url(imgs/bottom_bg.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
}

.footer {
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
}


.line {
	padding: 0 0 20px 0;
	color: #666;
}
.linie {
	background-color: #333366;
	position: absolute;
	height: 1px;
	width: 172px;
}


.sub_u
{
 padding-left:10px;
}




/* all curved boxes get the bottom-left corner */
div.rounded {
  background: #CCC url(bl_18_b8c7da_ffffff.gif) no-repeat bottom left;
  color: #666;
  position: relative;
  padding-top: 0;
  padding-bottom: 18px;
  margin: 1em 0px 0 0 ;
  height:100%
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #CCC url(br_18_b8c7da_ffffff.gif) no-repeat bottom right;
  color: #CCC;
  padding: 1em 2em 18px 0;
  margin: 0 0 -18px 18px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2+* levels deep*/
div.rounded * * {
	padding: 0;
	margin: 0;
	background: none;
	color: #333333;
	height:auto;
	font-size: 1.1em;
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h1, div.rounded h4 {
  color: #cccccc;
  background: #CCC url(tr_18_b8c7da_ffffff.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(tlc_18_b8c7da_ffffff.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h1 {
  font-size: 1.2em;
}
div.rounded h4 {
	font-size: 2em;
	font-weight: bold;
	color: #F00;
}

#navi {
	margin: 0;
	padding: 0;
	width: 180;
	border-bottom: 1px solid #990033;
	font-weight: normal;
}

#navi a {
	color: #603;
	padding-left:10px;
	background-image: url(imgs/pfeil-klein2.gif);
 	background-repeat:no-repeat 
}

#navi a:hover {
	color: #CCCCCC;
	padding-left:10px;
	border-bottom: 1px;
	
	background-repeat:no-repeat;
	font-size: 0.9em;
}

.p {
	width: 180px;
	border-bottom: 1px solid #603;
	padding: 4px 0px 4px 0;
	margin: 0 0 1px 0;
	
}

.p2 {
	width: 180px;
    padding: 4px 0px 4px 0;
	margin: 0 0 1px 0;
	
}


#pfeil a:link {
	
	padding-left:9px;
	border-bottom: 1px;
	padding: 5px 0px 5px 0
	background-image: url(imgs/pfeil-klein2.gif);
	background-repeat:no-repeat;
}
a.pfeil  {
	padding-left:0px;
	border-bottom: 0px;
	background-image: url(imgs/pfeil-klein2.gif);
	background-repeat:no-repeat;
	padding: 0px 7px;
}
a.pfeil:hover {
	color: #009
	padding-left:7px;
	border-bottom: 1px;
	background-image: url(imgs/pfeil-klein1.gif);
	background-repeat:no-repeat;
	padding: 0px 7px;
}
a.pfeil2 {
	
	padding-left:7px;
    background-image: url(imgs/pfeil-klein1.gif);
	background-repeat:no-repeat;
}
	
a.pfeil3  {
	
	padding-left:7px;
	background-image: url(imgs/pfeil-klein1.gif);
	background-repeat:no-repeat;
}


pfeil2 a {
	
	padding-left:10px;
	border-bottom: 1px;
	background-image: url(imgs/pfeil-klein1.gif);
	background-repeat:no-repeat;
}

#pfeil3 a {
	
	padding-left:10px;
	
	border-bottom: 1px;
	background-image: url(imgs/pfeil-klein5.gif);
	background-repeat:no-repeat;
}
#pfeil a:hover {
	
	padding-left:10px;
	border-bottom: 1px;
	background-image: url(imgs/pfeil-klein1.gif);
	background-repeat:no-repeat;
}


.ro {
	background:url(imgs/roundedbox_ro.gif) top right no-repeat;
}

.lo {
	background:url(imgs/roundedbox_lo.gif) top left no-repeat;
}
.lo6 {
	background:url(imgs/roundedbox_lo6.gif) top left no-repeat;
}

.ru {
	background:url(imgs/roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	background:url(imgs/roundedbox_lu.gif) bottom left no-repeat;
}


.ro2 {
	background:url(imgs/roundedbox_ro2.gif) top right no-repeat;
}
.ro3 {
	background:url(imgs/roundedbox_ro3.gif) top right no-repeat;
}
.ro4 {
	background:url(imgs/roundedbox_ro4.gif) top right no-repeat;
}
.ro6 {
	background:url(imgs/roundedbox_ro6.gif) top right no-repeat;
}
.ro8 {
	background:url(imgs/roundedbox_ro8.gif) top right no-repeat;
}
.lo2 {
	background:url(imgs/roundedbox_lo2.gif) top left no-repeat;
}
.lo3 {
	background:url(imgs/roundedbox_lo3.gif) top left no-repeat;
}
.lo4 {
	background:url(imgs/roundedbox_lo4.gif) top left no-repeat;
}
.lo8 {
	background:url(imgs/roundedbox_lo8.gif) top left no-repeat;
}

.ru2 {
	background:url(imgs/roundedbox_ru2.gif) bottom right no-repeat;
}
.ru3 {
	background:url(imgs/roundedbox_ru3.gif) bottom right no-repeat;
}
.ru4 {
	background:url(imgs/roundedbox_ru4.gif) bottom right no-repeat;
}
.ru6 {
	background:url(imgs/roundedbox_ru6.gif) bottom right no-repeat;
}
.ru7 {
	background:url(imgs/roundedbox_ru7.gif) bottom right no-repeat;
}
.ru8 {
	background:url(imgs/roundedbox_ru8.gif) bottom right no-repeat;
}
.ru9 {
	background:url(imgs/roundedbox_ru9.gif) bottom right no-repeat;
}
.ru10 {
	background:url(imgs/roundedbox_ru10.gif) bottom right no-repeat;
}

.lu2 {
	background:url(imgs/roundedbox_lu2.gif) bottom left no-repeat;
}
.lu3 {
	background:url(imgs/roundedbox_lu3.gif) bottom left no-repeat;
}
.lu4 {
	background:url(imgs/roundedbox_lu4.gif) bottom left no-repeat;
}
.lu6 {
	background:url(imgs/roundedbox_lu6.gif) bottom left no-repeat;
}
.lu7 {
	background:url(imgs/roundedbox_lu7.gif) bottom left no-repeat;
}
.lu8 {
	background:url(imgs/roundedbox_lu8.gif) bottom left no-repeat;
}
.lu9 {
	background:url(imgs/roundedbox_lu9.gif) bottom left no-repeat;
}
.lu10 {
	background:url(imgs/roundedbox_lu10.gif) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
	margin:0;
	padding:0;
}

.inhalt p {
	margin:0;
	padding:0;
	text-align: left;
}
.re
{
	width: 176px;
	padding-bottom: 0px;
	padding: 0px;
	margin-top: 4px
	}
	.re2
{
	width: 165px;
	padding-bottom: 5px;
	}

{
.box { width: 165px; background: #CCC;}
}
.box h1, .box p {margin: 0 10px;}
.box h1 {font-size:100%; color:#C8CCF7; }
.box .top, .box .bottom{display:block;background: #E0E9FE;} 
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #C8CCF7;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 2px;height: 1px;}

.right
{

	text-align:right;
	text-align:right;
	margin-right:15px;
	
}

/*j
#navi ul, #navi li{
 list-style-type: none;
 border-top: 1px solid #990033;
 padding: 5px 1px 5px 5px;
 font-weight: bold;

}
#navi li a {
 display: block;
 background-image: url(imgs/pfeil-klein2.gif);
 background-repeat:no-repeat 
}
#navi ul li a:link, #navi a:visited #navi a:hover{
 text-decoration: none;
 color: #990033;
 background-image: url(imgs/pfeil-klein3.gif);
 background-repeat:no-repeat 
}

#navi a:hover{

 background-image: url(imgs/pfeil-klein3.gif);
 background-repeat:no-repeat 
 padding-left:10px;
 border-bottom: 1px solid #990033;
}

#navi #akt {
 color: #FF0033;
}
*/
.neu {
	color: #F00;
}
#wrap #content .right_wrap .content_middle .ro .lo .ru7 .lu7 .inhalt .post table tr td p a {
	text-align: center;
}
#wrap #content .right_wrap .content_middle .ro .lo .ru7 .lu7 .inhalt .post table tr td {


}
.rotdick {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7c0c0c;
}
