/*=====================================================
  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/background.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: Darkred;
	background-image: url(../image/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}

	

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


#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;
}

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


#textbox {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 17px;
	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;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 3px;
	line-height: 26px;
	font-family: Arial;
}

a.werbung:hover {
	text-decoration: underline;
	color: Yellow;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 3px;
	line-height: 26px;
	font-family: Arial;
}
a.werbung:visited {
	text-decoration: underline;
	color: Yellow;
	font-size: 20px;
	font-weight: bolder;
		letter-spacing: 3px;
	line-height: 26px;
		font-family: Arial;


}

a.fli:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
}

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;
}

#tortext{
 background-color:#Gray;
 height:200px;
 font-family: sans-serif, Arial;
 text-align:center;
 
 }
#tortext h1{
	font-size: 25px;
	color: #cccccc;
	font-family: sans-serif, Arial;
	margin: 5px;
}
#tortext img{
	float: left;
	color: #cccccc;
	font-family: sans-serif, Arial;
	margin: 5px;
	border: 1px dashed White;
}