﻿/* Stylesheet für iframes zum Raucherthema */
* {
	padding:0px; margin:0px;
}

body {
	color: #CCCCCC;
	background-color: #1E1A16; /* standard: #1E1A16 test: #00FF00 */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
}

#wrapper {
	width: 500px;
	top: 0px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

#zurhp	{
	background-color:#323C6D;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	font-size: 70%;
}

#zurhp a {
	color:#75AD38;
	border-bottom-style:solid;
	border-bottom:thin;
	border-bottom-color:#FFA00F;
	background-color:#323C6D;
}

#zurhp a:hover {
	color:maroon;
	background-color:#FFA00F;
	letter-spacing:6px;
	font-weight:bold;
	border-bottom:medium;
	border-bottom-color:lime;
}

#ueberschrift {
	background-color: #323C6D;	/* bisher #730000 und bisher #323C6D angeblich passend #ff0066 (schwul) */
	color: #C0C0C0;	/* bisher #C0C0C0 und #000000 */
	font-size: 150%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#ueberschrift a {
	color: #C0C0C0;
	border-bottom:2px #ff0066 dotted;
}

#ueberschrift a:visited {
	color: #C0C0C0;
	border-bottom:1px #ff0066 dotted;
}

#ueberschrift a:hover {
	color: #000000;
	border-bottom: 2px white solid;
	font-weight: bold;
}

#ueberschrift a:active {
	color: yellow;
	border-bottom: 2px white solid;
	font-weight: bold;
	background-color: red;
}

#werbung_oben {
	background-color: #ffa00f;
	text-align: center;
	padding: 0px;
}

#textinhalt {
	background-color: #ffa00f;	/* bisher #323C6D */
	color: #000000;	/* bisher #C0C0C0 */
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

#textinhalt a {
	color:green;
	border-bottom:1px #ff0066 dotted;
}

#textinhalt a:hover {
	color: maroon;
	border-bottom: 2px lime solid;
	font-weight: bold;
}

#erstelldatum {
	font-size: 70%;
	text-align: right;
	background-color: #ffa00f;	/* bisher #323C6D */
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	color: #000000;
}

#erstelldatum a {
	color:green;
	border-bottom:1px #ff0066 dotted;
}

#erstelldatum a:hover {
	color: maroon;
	border-bottom: 2px lime solid;
	font-weight: bold;
}

#werbung_unten {
	text-align: center;
	background-color: #1E1A16;
	padding-top: 10px;
}

#bodennavi {
	text-align: right;
	padding-top: 5px;
	letter-spacing: 2px;
	font-size: 70%;
}

#bodennavi a:visited {
	color: white;
}

#bodennavi a {
	color: white;
	border-bottom: 1px #ff0066 dotted;
}

#bodennavi a:hover {
	color: #C0C0C0;
	border-bottom: 2px maroon solid;
	font-weight: bold;
}

#disclaimer {
	text-align: center;
	padding:10px;
	font-style: italic;
	font-size: 90%;
}

#impressum {
	background-color: #1E1A16;
	padding:15px;
	font-style: oblique;
	font: small-caption;
	text-align: center;
}

blockquote {
	padding-left: 30px;
	font-style: italic;
}

cite {
	font-style: italic;
}
h1 {
	font-size: 150%;
}

a {
	text-decoration: none;		/* bisher color: #999999 */
}

a:link {
	color: #1E1A16;
}

a:visited {
	color: #C0C0C0;
}

a:active {
	color: #ff0066; 		/* bisher #CC6699 */
	background-color:olive;
}

a:hover {
	color: #FF33CC;
	border-bottom: 2px maroon solid;
}
