/* CSS Document */
body {
	background-image: url(img/bg_01.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#F9F9E2;*/
}
.Stil1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35515E;
}


.Stil2 
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.Stil3 
{
	color: #4E5E63;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.Stil4 
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 30px;
}
.Stil5 
{
	font-size: 10px;
	color: #35515E;
}
.Stil6 
{
	color: #fff8c7;
	font-weight: bold;
	font-style:italic;
	font-size: 20px;
	text-decoration: none;
	font-family: cambria;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.Stil7 
{
	font-weight: bold;
	font-size: 10px;
	color: 000000;
	padding-left: 10px;
	padding-right: 10px;
}
.Stil8
{
	font-weight: normal;
	font-size: 10px;
	color: 000000;
	padding-left: 10px;
	padding-right: 10px;
}
.Stil_Adress{
	font-family:"Courier New", Courier, mono;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-left:10px;
}
.note{
 	background-color: #fdf2a9;
	color: #42525e;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	margin: 10px;
	border: 2px solid #ffffff;
	align="center";

}
.moodimage
{
	
}
.leftBorder
{
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.stuck_left
{
	width:60px;
	background-color:#8AA0AA;
	/*background:url(img/background/bg_image.gif);
	border-right: 2px solid #ffffff;*/
}
.stuck_right
{
	width:60px;
	background-color:#8AA0AA;
	/*background:url(img/background/bg_image.gif);
	border-left: 2px solid #ffffff;*/
}
.stuck_left1
{
	width:60px;
	background-color:#ffffff;

}
.stuck_right1
{
	width:60px;
	background-color:#ffffff;

}
.tableBG{
	background-color: #ffffff;
	margin-right: 10px;
	margin-left:10px;
	margin-top: 15px;
}
.headerRow{
	background-color:#fdf2a9;
	font-weight: bold;
	font-size: 12px;
	color: #42525e;
	page-break-after:auto;
}
.titleRow{
	background-color:#e6f4fa;
	font-weight: bold;
	font-size: 12px;
	color: #42525e;
}
.oddRow{
	background-color:#e6f4fa;
	font-weight: normal;
	font-size: 10px;
}
.evenRow{
	background-color:#c5dee9;
	font-weight: normal;
	font-size: 10px;
}
/*--------------------------------------------------------------------------*/

/*Menu*/
#menu {
  clear: both;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  width: 800px;
}

#menu ul li {
  display: inline;
}

#menu ul {
  margin-top: 0;
  margin-left:0;
  padding: 0;
  color: #000000;
  background-color: #fff8c7;
  float: left;
  width: 100%;
}

#menu li a {
  padding: 0.2em 2em;
  background-color: #fff8c7;
  color: #42525e;
  text-decoration: none;
  float: left;
  border-right: 1px solid #eeeeee;
}

#menu li active {
  padding: 0.2em 2em;
  background-color: #91b4c4;
  color: #fff8c7;
  text-decoration: none;
  float: left;
  border-right: 1px solid #eeeeee;
}
#menu ul li a:active {
  background-color: #ffffff;
  color: #000000;
}
#menu ul li a:hover {
  background-color: #7891a4;
  color: #ffffff;
}
/*--------------------------------------------------------------------------*/
.Rahmen 
{
	/*border:1px solid #8AA0AA;
	border:2px solid #ffffff;*/
	
	align:center;
	background-color:#FFFFFF;
}

.Rahmen_weiß_links {
	border-left:2px solid #FFFFFF;
}

.seperator
{
	border-top: 1px solid #edede3;
	margin:10px;
}
.imageBG
{
padding: 10px;
}

.thumbnail
{
	width: 152px;
	padding: 3px 3px 8px 3px;
	background-color: #ffffff;
	border: 1px solid #ffffff;

	margin-right: 10px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------------------*/
a.darkLink
{
	text-decoration : underline;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
a.darkLink:hover
{
	text-decoration : underline;
	color: #42525e;
	font-weight: bold;
	font-size: 12px;
}

a:link  
{
	font-size: 12px;
	color : #ffffff;
	text-decoration : underline;
}

a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #FFFFFF;
	text-decoration : underline;
}

a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	text-decoration: underline;
}

a:focus  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #FFFFFF;
	text-decoration : underline;
}

a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #FFFFFF;
	text-decoration : underline;
}



