.clear {
  clear:both;
}

.headline {
	color: #808080;
	font-size: large;
	font-weight:bolder;
	margin: 0 0 20px 0;
	border-bottom:2px solid #808080;
	height:19px;
	background-image: url(../images/bg_headline.gif);
	padding:3px;
}

img {
  border-color:#C92C23;
}
p.box	{
	text-align: justify;
	border: 1px dotted #008;
	width: 90%;
	padding: .3em;
	margin: 0 .5em 1em 1em;
}
p.box_bild	{
	float: left;
	font-style: italic;
	text-align: left;
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 1px 0px;
}

.klein  {
font-size: x-small;
}

h1, h2, h3, h4, h5, h6 {
	color: #2E1D87;
	margin: 0;
}

h4.leiste {
  color: #F5E700;
}

a:link, a:visited {
	color: #2E1D87;
	text-decoration: none;
}
a:active, a:hover {
color: #2E1D87;
text-decoration: underline;
}

a.leiste:link, a.leiste:visited {
	color: #F5E700;
	text-decoration: none;
}
a.leiste:active, a.leiste:hover {
color: #F5E700;
text-decoration: underline;
}

a.navi:link, a.navi:visited  {
	color: #F5E700;
	text-decoration: none;
}
a.navi:active, a.navi:hover {
color: #F5E700;
text-decoration: underline;
}

a.rechts:link, a.rechts:visited {
	color: #eeeee;
	text-decoration: none;
}
a.rechts:active, a.rechts:hover {
  color: #eeeee;
  text-decoration: underline;
}

a.menu { display:block; margin-bottom:5px; text-align:center; width:250px; 
         border-style:solid; border-width:1px 1px 2px 2px; border-color: #a0a0a0; padding:5px; text-decoration:none; font-weight:bold; }

a.menu:link    { color:#F5E700; background-color:#C92C23; }
a.menu:visited { color:#F5E700; background-color:#C92C23; }
a.menu:hover   { color:#F5E700; background-color:#A11910; }
a.menu:active  { color:#F5E700; background-color:#A11910; }


a.footer:link, a.footer:visited {
color: #fff;
text-decoration: none;
}
a.footer:active, a.footer:hover {
color: #fff;
text-decoration: underline;
}
a.klein {
font-size: x-small;
color: #0099D9;
text-decoration: none;
}
a.klein:hover {
font-size: x-small;
color: #0099D9;
text-decoration: underline;
}



/* Box */

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

.lo {
	background:url(../images/lo.gif) top left no-repeat;
}

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

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

