
body {
	margin: 0;
	padding: 0;
	background: #191919 url(http://www.copyhouse.de/extra/broschuere/images/img1.png) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

a {
	border-bottom: 1px dotted #7D9412;
	text-decoration: none;
	color: #F2900B;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	background: url(http://www.copyhouse.de/extra/broschuere/images/img2.png);
}

#header * {
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	color: #D2D2D2;
}

#header h1 {
	padding-top: 5px;
	letter-spacing: 0px;
	font-size: 2.5em;
}

#header h2 {
	margin-top: 0em;
	font-size: 2em;
}

/* Content */

#content {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Column One */

#inhalt {
	margin-top: 20px;
	float: right;
	width: 670px;
}

#inhalt h2 {
	margin-top: 0;
	font-size: 2.2em;
	color: #CCCCCC;
}

#inhalt p, #inhalt ul, #inhalt ol {
	line-height: 200%;
}

#inhalt .credits {
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #000000;
	border-left: 2px solid #F2900B;
}

#inhalt .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Column Two */

#navi {
	float: left;
	width: 200px;
	background: #111111;
}

#navi ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#navi li {
	margin-bottom: 20px;
	background: url(http://www.copyhouse.de/extra/broschuere/images/img3.gif) repeat-x;
}

#navi li li {
	margin-bottom: auto;
	background: none;
}

#navi li ul {
	padding-top: 0;
	padding-left: 10px;
	list-style: square inside;
}

#navi h2 {
	height: 25px;
	padding: 10px 0 0 10px;
	background: url(http://www.copyhouse.de/extra/broschuere/images/img4.gif) no-repeat right top;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
	color: #F2900B;
}

#form1 {
	background: #191919;
}

#textfield1 {
	width: 100px;
	margin-left: 10px;
}

/* Footer */

#footer {
	clear: both;
	width: 450px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 450px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: smaller;
}
/* jetzt von mir */
.bildrechts {
	float:right; 
	padding: 5px 5px 5px 5px; 
	border: 0px solid #ccc; 
   margin: 0px;
}
.bildlinks {
	    float:left; 
	    padding: 5px; /* Abstand zwischen Bild und Rahmen */
		 padding-left: 0px;
	    border: 0px solid #ccc; /* Der Bilderrahmen */
	    margin-right: 10px; /* Abstand zwischen Rahmen  und Text */
       margin-bottom: 0px; /* Abstand nach unten */
}

/* =========================================  Tabellen =========================================== */
td {  /* Abstand des Tabelleninhaltes zum Tabellenrand */
	padding: 3px;
}
thead {
	background-color: #0000CD; /* alte Farbe #6AD0FF ==== */
	color: #EBEBEB;
}
tfoot {
	background-color: #0000CD; /* alte Farbe #E1F6FF ==== */
}
tr.gerade {
	background-color: Black; /* alte Farbe #E7F88B ==== */
}

/* =========================================  info feld  =========================================== */
a.info {
	text-decoration: none;
	background-image: url(http://www.copyhouse.de/images/info-punkt.gif);
	background-repeat: no-repeat;
	float:right; 
	padding: 0px 5px 0px 5px;
	margin-left: 5px;
	color: Gray;
}
a.info2 {
	text-decoration: none;
	background-image: url(http://www.copyhouse.de/images/info-punkt.gif);
	background-repeat: no-repeat;
	float:left; 
	padding: 0px 5px 0px 5px;
	margin-left: 0px;
	margin-right: 5px;
	color: Gray;
}
span.infopopup {
	display: none;
}
a.info:hover span {
	display: block;
	position: absolute;
	width: 240px;
	height: auto;
	font-size: 90%;
	font-weight: normal;
	background: #ececec;
	border-left: 1px;
	border-top: 1px;
	border-right: 2px;
	border-bottom: 2px;
	border-color: #b8b8b8;
	border-style: solid;
	text-decoration: none;
	margin-left: -270px;
	margin-top: -13px;
	padding: 8px 10px 8px 10px;
}
a.info2:hover span {
	display: block;
	position: absolute;
	width: 240px;
	height: auto;
	font-size: 90%;
	font-weight: normal;
	background: #ececec;
	border-left: 1px;
	border-top: 1px;
	border-right: 2px;
	border-bottom: 2px;
	border-color: #b8b8b8;
	border-style: solid;
	text-decoration: none;
	margin-left: 10px;
	margin-top: -13px;
	padding: 8px 10px 8px 10px;
}
.hyper-info {
	
}

