@charset "UTF-8";
/* CSS Document */
html, body {
	
	height:100%;
	background-image:url(../images/bgFade2.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#444444;
	font-size:1.0em;
	
}
h1 {
	font-size:1em;
	padding-left:10px;
}

h2 {
	font-size:0.9em;
	padding-left:10px;
}
p {
	padding-left:20px;
}
#inhalt { 	
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  width: 811px;
}

#corner {
	width:15px;
	vertical-align:bottom;
}

#top {
	font-size:0px;
	background-image:url(../images/t.png);
	background-repeat:repeat-x;
	vertical-align:bottom;padding:0px;margin:0px;
}

#right {
	font-size:0px;
	background-image:url(../images/r.png);
	background-repeat:repeat-y;
}

#left {
	font-size:0px;
	background-image:url(../images/l.png);
	background-repeat:repeat-y;
}

#bottom {
	height:15px;
	font-size:0px;
	background-image:url(../images/b.png);
	background-repeat:repeat-x;padding:0px;margin:0px;
}

a:link {color:#000000; text-decoration:none;}
a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {color: #000000; text-decoration:none;}
a:focus {color: #000000; text-decoration:none;}
a:active {color:#009900; text-decoration:none;background-color:#ffffff;}


    a.otherLink:link    { color:black; text-decoration:none; }
    a.otherLink:visited { color:black; text-decoration:none; }
    a.otherLink:hover   { color:#333333; text-decoration:none; }
    a.otherLink:active  { color:red; text-decoration:none; }

    a.otherLink2:link    { color:#009900; text-decoration:underline; }
    a.otherLink2:visited { color:#009900; text-decoration:underline; }
    a.otherLink2:hover   { color:#009900; text-decoration:none; }
    a.otherLink2:active  { color:red; text-decoration:none; }
	
	    a.otherLinkfbd:link    { color:white; text-decoration:none; }
    a.otherLinkfbd:visited { color:white; text-decoration:none; }
    a.otherLinkfbd:hover   { color:green; text-decoration:none; }
    a.otherLinkfbd:active  { color:red; text-decoration:none; }