/*=====================================================
  Inhaltsverzeichnis
======================================================*/
/*
1. Algemeine Definitionen
2.Seiten Container
3.Bild

*/

/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}

body{
	background-color: #000000;
	font: .9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-image:url(../image/bg.gif);
	background-repeat:repeat;
}

#wrapper{
    width:760px;
	overflow:auto;
    background-color:#Gray;

	}

/* ======= Toptext - Container =========================*/
#toptext{
 background-color:#Gray;
 height:30px;
 text-align:center;
 }
#toptext h1{
	font-size: 25px;
	color: #cccccc;
	font-family: sans-serif, Arial;
	margin: 5px;
}

/* ======= Kopf Container =========================*/
#header{
   width:100%;
	height:150px;
	background-color:#170d0c;
	background-image:url(../image/header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	}

	

/* ====== Image =========================*/

 img {
	border: 1px dashed White;
	margin-left: 10px;
	margin-top: 10px;
}

#content
{
	t
	background-color: #000000;
	font: .9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}

#content table {
	border: thin dotted;
	margin-top: 20px;
	background-color: #8B0000;
	margin-bottom: 20px;
}



#textbox {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 22px;
	text-align: left;
}

/* #textbox a {
	font-size: 20px;
	color: #FFFFFF;
	vertical-align: top;
}

#textbox a:hover{
	font-size: 20px;
	color: #FFFFFF;
} */

#textboxsm {
	margin-left: 5px;
	margin-top: 5px;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 19px;
	text-align: left;
}


a.werbung:link {
	text-decoration:underline;
	color: Yellow;
}

a.werbung:hover {
	text-decoration: underline;
	color: Yellow;
	}
a.werbung:visited {
	text-decoration: underline;
	color: Yellow;

}

a.fli:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.fli:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
a.fli:visited {
	text-decoration: none;
	color: #FFFFFF;

}

a.banner:link {
	vertical-align: top;
}

a.banner:hover {
	vertical-align: top;
	}
a.banner:visited {
	vertical-align: top;
}

#backlinks {
	border: 1px solid;
	margin-top: 20px;
	margin: 10px 30px 10 30px;
	background-color: Gray;
}