@charset "UTF-8";
/* 

CSS Document 
CONTENT-STYLESHEET FUER REBELL WIESBADEN VERSION 1.0
(c) 2008 Nicolas Buelow

*/




/***	Styles fuer grundsaetzliche Formatierungen	***/


body {
	background-color: #7593BE;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	color: #555;
}

a, a:visited, a:hover, a:active{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 9pt;
	line-height: 18px;
	text-decoration: none;
	color: #555;
}

h2{
	font-size:16px;
	font-weight:bolder;
	color:#D71A1C;

}

.inhalt a, .inhalt a:visited, .inhalt a:hover, .inhalt a:active {
	border-bottom-color:#555;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}





/***	Styles fuer das Tabellendesign	***/


table.bigTabelle{
	background-color: #7593BE;
	min-height:500px;
	min-width:800px;
	width:90%; 
	height:80%; 
	position: relative;
	margin-right: auto; 
	margin-left: auto;
	margin-top:30px;

}	
	
td.spalteMenue, td.spalteInhalt{
	vertical-align:top;
	height:500px;

}	
	
td.spalteMenue{
	width:230px;
}

td.spalteInhalt{
	width:auto;
	background-color:#FFFFFF;
}

.inhalt{
	width: auto;
	height: auto;
	margin-top:-80px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}



/***	Styles fuers Menue	***/


.menue {
	width: 195px;
	height: 250px;
	margin-top:90px;
	margin-bottom: 50px;
	position: relative;
}


.menue .liste {
	margin: 0; 
	padding: 0; 
}


.menue .liste li { 
	display: inline; 
}


.menue .liste li a { 
	float: left; 
	padding-top: 40px; 
	width: 195px; 
	height: 0; 
	overflow: hidden; 
	background-image: url(../bilder/content/menue.png); 
	background-repeat: no-repeat;
}


.menue .liste li.aktuell a { 
	background-position: -3px -10px;
}
.menue .liste li.werIstRebell a {
	background-position: -3px -50px;
}
.menue .liste li.kontakt a {
	background-position: -3px -90px; 
}
.menue .liste li.aktionen a { 
	background-position: -3px -130px; 
}
.menue .liste li.gaestebuch a { 
	background-position: -3px -170px; 
}
.menue .liste li.archiv a { 
	background-position: -3px -210px; 
}
.menue .liste li.links a { 
	background-position: -3px -250px; 
}
 
 
.menue .liste li.aktuell a:hover {
	background-position: -193px -10px; 
}
.menue .liste li.werIstRebell a:hover { 
	background-position: -193px -50px; 
}
.menue .liste li.kontakt a:hover { 
	background-position: -193px -90px; 
}
.menue .liste li.aktionen a:hover { 
	background-position: -193px -130px; 
}
.menue .liste li.gaestebuch a:hover { 
	background-position: -193px -170px; 
}
.menue .liste li.archiv a:hover { 
	background-position:-193px -210px; 
}
.menue .liste li.links a:hover { 
	background-position:-193px -250px; 
}


.menue .liste li.aktuell a:active { 
	background-position: -393px -10px;
}
.menue .liste li.werIstRebell a:active { 
	background-position: -393px -50px; 
}
.menue .liste li.kontakt a:active { 
	background-position: -393px -90px; 
}
.menue .liste li.aktionen a:active { 
	background-position: -393px -130px;
}
.menue .liste li.gaestebuch a:active {
	background-position: -393px -170px;
}
.menue .liste li.archiv a:active { 
	background-position:-393px -210px;
}
.menue .liste li.links a:active { 
	background-position:-393px -250px;
}


.menue .liste li.aktuellAktiv a { 
	background-position: -393px -10px;
}
.menue .liste li.werIstRebellAktiv a { 
	background-position: -393px -50px; 
}
.menue .liste li.kontaktAktiv a { 
	background-position: -393px -90px; 
}
.menue .liste li.aktionenAktiv a { 
	background-position: -393px -130px;
}
.menue .liste li.gaestebuchAktiv a {
	background-position: -393px -170px;
}
.menue .liste li.archivAktiv a { 
	background-position:-393px -210px;
}
.menue .liste li.linksAktiv a { 
	background-position:-393px -250px;
}

.buttonBox {
	width: 195px;
	height: 40px;
	padding-bottom: 20px;
}

.newsletter {
	width:195px;
	height:151px;
	background-image: url(../bilder/content/newsletter.png); 
	background-repeat: no-repeat;
	padding-top:60px;
	padding-left:10px;
}

input.txtNewsletter {
	width: 150px;
	height: 15px;
	background-color:#EAEF12;
	color:#666666;
	border-color: #999999;
	border-style:solid;
	border-width:medium;
}

input.btnNewsletter{
	margin-left:120px;
}


.twitter {
    margin-top: -50px;
    margin-left: -20px;
	width:200px;
	height:420px;
	background-image: url(../bilder/content/twitter.png); 
	background-repeat: no-repeat;
	padding-top:70px;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 8pt;
	overflow: hidden;
}


.twitter ul {
	list-style-type:none;
}

.twitter li {
    margin-left: -40px;
}

.twitter .twitterTime a:link, .twitter .twitterTime a:visited, .twitter .twitterTime a:hover, .twitter .twitterTime a:active{
    font-size: 7pt;
    color: #AAAAAA;
    border-bottom-color:#AAAAAA;
    border-bottom-style:none;
	border-bottom-width:thin;
}


.twitter a:link, .twitter a:visited, .twitter a:hover, .twitter a:active {
	border-bottom-color:#555;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	font-size: 8pt;
}

.twitters {
    height: 350px;
    width: 180px;
    overflow: hidden;
}

/***	Styles fuer die Fussleiste	***/

table.fussleisteGesamt{
	border-top:solid;
	border-top-color:#FF0000;
	width:100%;
	padding:3px;
}

td.fussleisteAussen{
	width: 100px;
}

td.fussleisteInnen{
	width:auto;
}



/*** Styles fuer die Schatten ***/

td.schattenEcke{
	width:20px;
	height:21px;
}

td.schattenHorizontal{
	width:auto;
	height:21px;
}

td.schattenVertikal{
	width:20px;
	height:auto;
}


/*	Styles fuer den Header	*/


table.headerGesamt{
	width:100%;
	height: 222px;
}

td.headerLinks{
	background-image: url(../bilder/content/headerLinks.png); 
	width: 389px;
	height: 100%;
}

td.headerMitte{
	background-image: url(../bilder/content/headerMitte.png); 
	background-repeat: repeat;
	width: auto;
	height: 100%;
}

td.headerRechts{
	background-image: url(../bilder/content/headerRechts.png); 
	width: 175px;
	height: 100%;
	
}







/*	Styles fuern Kontakt	*/

textarea.text {
	width:100%;
	height:200px;
}

td.kontaktbreite {
	width:100px;
	text-align:right;
	vertical-align:top;
}

input.kontaktError, textarea.kontaktError {
	border-color: #D71A1C;
	border-style:solid;
	border-width:medium;
}


/* Styles fuers Gaestebuch	*/

.gaesteBox {
	width: 550px;
	height:0px;
	background-image:url(../bilder/content/gaesteEintragBox.png);
	background-repeat:no-repeat;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:20px;
	padding-top:1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	visibility:hidden;
	overflow:hidden;
}

.smileyBox {
	width:100%;
	height:30px;
}

h5.eintragUeberschrift {
	font-size:9pt;
	color: #D71A1C;
}

textarea.eintragBox {
	width:100%;
	height: 80px;
}

.beitragBox {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../bilder/content/gaestebuchTitelleiste.png);
	background-repeat:repeat-x;
	border-color:B3B3B3;
	border-style:solid;
	border-width:thin;
}

.beitragBox img {
	z-index:10;
}

td.beitragsinfo {
	width: 170px;
}


.sprechblase {
	position:absolute;
	width: 252px;
	height: 46px;
	background-image: url(../bilder/content/sprechblase.png);
	background-repeat:no-repeat;
	z-index:10;
	visibility:hidden;
	margin-top:-70px;
	text-align:center;
	padding-top:30px;
}


