html {
	font-size: small;
}

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
  /* color: #CE7A00; */
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: dotted 1px #666;
 border-bottom: solid 1px transparent; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}


#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	background-color: #333;
	text-align: left;
	background-image: url('../images/bg_wrapper.png');
	background-repeat: repeat-y;
	color: #000;
}

#wrapper_inner {
	margin: 0 auto;
	width: 800px;
	background-color: #222;
}

#header {
  height: 270px;
  background-color: #EEE;
  background-image: url('../images/logo.jpg');
  background-repeat: no-repeat; 
}

#topmenue {
	height: 28px;
	background-color: #AAA;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

* html#topmenue ul { /* CSS-Hack für IE6 und kleiner */
	margin: 0;
	padding: 0;
	list-style: none;
}
* html#topmenue li { /* CSS-Hack für IE6 und kleiner */
	display: block;
	width: 160px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 28px;
	line-height: 28px;
	background-image: none;
	list-style: none;
}
#topmenue ul, #menue ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenue li {
	display: block;
	width: 160px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 28px;
	line-height: 28px;
	background-image: none;
	list-style: none;
	color: #666;
}

#menue li {
	list-style: none;
	margin: 2px 0;
	padding: 0;
}

#topmenue a:link, #topmenue a:visited  {
	display: block;
	width: 160px;
	margin: 0;
	float: left;
	background-image: url('../images/menue.png');
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	color: #FFF;
}
#topmenue a:hover, #topmenue a:active {
	display: block;
	width: 160px;
	margin: 0;
	float: left;
	background-image: url('../images/menue_over.png');
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #C07A00;
	color: #FFF;
}
.lastbutton {
	border-right: 0px;
}

.wrapper_2_3 {
	width: 800px;
	
	color: #000;
	background-image: url('../images/bg_inner_home.gif');
	background-repeat: repeat-y;
	background-color: #EEE;
}
.wrapper_1_4 {
	width: 800px;
	background-color: #EEE;
	color: #000;
	background-image: url('../images/bg_inner_witze.gif');
	background-repeat: repeat-y;
}
.wrapper_0_5 {
	width: 800px;
	background-color: #EEE;
	color: #000;
	background-image: url('../images/bg_inner_top_funpages.gif');
	background-repeat: repeat-y;
}

#footermenue {
	height: 28px;
	background-color: #AAA;
	background-image: url('../images/bg_footermenue.png');
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
* html#footermenue li { /* CSS-Hack für IE6 und kleiner */
	display: block;
	width: 160px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 28px;
	line-height: 28px;
	background-image: none;
	list-style: none;
}
#footermenue ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footermenue li {
	display: block;
	width: 160px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 28px;
	line-height: 28px;
	background-image: none;
	list-style: none;
	color: #666;
}
#footermenue a:link, #footermenue a:visited  {
	display: block;
	width: 160px;
	margin: 0;
	float: left;
	background-image: url('../images/menue.png');
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	color: #FFF;
}
#footermenue a:hover, #footermenue a:active {
	display: block;
	width: 160px;
	margin: 0;
	float: left;
	background-image: url('../images/menue_over.png');
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #0C7A00;
	color: #FFF;
}

#footer {
	clear: both;
	height: 100px;
	color: #666;
	background-color: #000;
	background-image: url('../images/bg_footer.png');
	background-repeat: repeat-x;
	text-align: right;
	font-size: 0.8em;
  padding-right: 30px;
}
#footer a:link,
#footer a:visited {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
#footer a:hover,
#footer a:active {
  color: #888;
  font-weight: bold;
  text-decoration: underline;
}
.footer-left {
  width: 45%;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  float: left;
}
.footer-left li {
  padding: 1px;
  margin: 1px;
}
.footer-right {
  float: right;
  width: 50%;
}

#linkcontentbox {
	padding: 10px 0;
	text-align: left;
	color: #999;
	border-top: 1px solid #3F3F3F;
	border-left: 0px solid #3F3F3F;
	border-right: 0px solid #3F3F3F;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#main h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#main h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#main h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: center;
	
}

.contentbox {
}
.contenthead {
	font-size: 1.1em;
	padding: 3px;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	background-image: url('../images/table_head.jpg');
	background-repeat: repeat-x;
}
.contentbody {
	background-color: #EEE;
	padding: 10px;
	border: 1px solid #666;
	margin-bottom: 6px;
	display: block;
	color: #000;
}

.lock {
	background-color: #FBB;
}

.boxhead {
	font-size: 1em;
	padding: 3px;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	background-image: url('../images/table_head.jpg');
	background-repeat: repeat-x;
}
.boxbody {
	padding: 10px;
	/* text-align: justify; */
	border: 1px solid #666;
	border-top: 0;
	background-color: #EEE;
	color: #000;
	margin-bottom: 6px;
}
.boxbody-small {
	padding: 5px;
	/* text-align: justify; */
	border: 1px solid #666;
	border-top: 0;
	background-color: #EEE;
	color: #000;
	margin-bottom: 6px;
}

.inputbox {
	font-size: 0.9em;
	margin: 2px;
	padding: 2px;
}

.small {
	font-size: 0.8em;
	color: #666;
}
.big {
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
}

a:link {
	color: #CE7A00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CE7A00;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
/* externe Links markieren
a[href^="http:"] {
	background: transparent url('../images/extern.gif') 100% 50% no-repeat;
	padding-right: 15px;
}
a[href^="http://localhost"],
a[href^="http://www.localhost"],
a[href^="http://funny4you.at"],
a[href^="http://www.funny4you.at"],
a.image {
	background: transparent;
	padding-right: 0px;
}
 */
.colsBox1left {
	display: block;
	float: left;
	width: 148px;
	background-color: transparent;
	color: #000;
	padding: 6px;
	margin: 0;
}
.colsBox2left {
	display: block;
	float: left;
	width: 308px;
	background-color: transparent;
	color: #000;
	padding: 6px;
	margin: 0;
}
.colsBox3right {
	display: block;
	width: 468px;
	float: right;
	color: #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
}
.colsBox4right {
	display: block;
	width: 628px;
	float: right;
	color: #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
}
.colsBox5right {
	display: block;
	width: 788px;
	float: right;
	color: #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
}
.navi_top {
	margin: 10px auto;
	padding: 10px;
	/* background-color: #C07A00; */
	/* color: #FFF; */
	margin-top: 0;
	/* border: 1px solid #000; */
}

.navi_bottom {
	text-align: center;
	margin: 10px auto;
	padding: 10px;
	background-color: #EEE;
	border: 1px solid #666;
}

.ok {
	margin: 5px 0;
	padding: 3px;
	/* background-color: #0C0;
	border: 1px solid #060; */
	color: #0C0;
	text-align: right;
}
.error {
	margin: 5px 0;
	padding: 3px;
	color: #C00;
	text-align: right;
}
.errormessage {
	color: #C00;
	font-weight: bold;
}
.infomessage {
	color: #090;
	font-weight: bold;
}

.print_email_buttons {
	float: right; 
	text-align: right;
	position:relative;
}

/* Loginform */
label  {
	display: block;
	width: 90px;
	text-align: right;
	margin: 2px;
	margin-right: 10px;
	padding: 0;
	clear: both;
	float: left;
	/* font-weight: bold; */
}
.input {
	float: left;
	width: 170px;
	font-size: 0.8em;
	background-color: #FFF;
	color: #000;
	border: 1px solid #999;
	margin: 1px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textarea {
	float: left;
	width: 460px;
	height: 150px;
	font-size: 0.9em;
	background-color: #FFF;
	color: #000;
	border: 1px solid #999;
	margin: 1px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.button {
	width: 80px;
	font-size: 0.9em;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#regform .input {
	width: 280px;
}
#regform label {
	width: 140px;
}

.toplist {
	font-size: 1.1em;
	padding: 3px;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	background-image: url('../images/table_head.jpg');
	background-repeat: repeat-x;
	float: left;
	text-align: center;
}
.toplist_content {
	background-color: #EEE;
	padding: 3px;
	height: 110px;
	float: left;
	text-align: center;
	border-top: 1px solid #666;
	overflow: hidden;
}
.toplist_col1 {
	width: 40px;
	border-right: 1px solid #FFF;
	background-color: #CCC;
}
.toplist_col2 {
	width: 580px;
	border-right: 1px solid #FFF;
}
.toplist_col3 {
	width: 70px;
	border-right: 1px solid #FFF;
	font-size: 0.8em;
	line-height: 9px;
	font-weight: normal;
	background-color: #CCC;
}
.toplist_col4 {
	width: 70px;
	font-size: 0.8em;
	line-height: 9px;
	font-weight: normal;
	background-color: #CCC;
}
.content_col1 {
	line-height: 110px;
	font-weight: bold;
	font-size: 1.2em;
	border-left: 1px solid #666;
	width: 39px;
}
.content_col4 {
	border-right: 1px solid #666;
	width: 69px;
}
.banner {
	margin: 5px;
	border: 0;
}

#mainkonfigform label {
	width: 200px;
	clear: both;
}
#mainkonfigform input {
	width: 50px;
	float: left;
}
#mainkonfigform .info {
	float: left;
	font-size: 0.9em;
	color: #444;
	line-height: 20px;
	margin-left: 5px;
}
#mainkonfigform .button {
	width: 100px;
	font-size: 0.9em;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.headline1 {
	width: 90px;
	/* font-weight: bold; */
	text-align: right;
	margin: 2px;
	margin-right: 10px;
	padding: 0;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.headline2, .headline3 {
	width: 170px;
	float: left;
	/* font-weight: bold; */
	margin: 2px;
	margin-bottom: 10px;
}
.headline4 {
	width: 400px;
	float: left;
	/* font-weight: bold; */
	margin: 2px;
	margin-bottom: 10px;
}

.leftblock {
	width: 290px;
	/* border-right: 1px dotted #666; */
	padding-right: 10px;
	float: left;
}
.rightblock {
	width: 290px;
	float: left;
	padding-left: 10px;
	border-left: 1px dotted #666;
}
.bottomblock {
	border-top: 1px dotted #666;
	margin-top: 10px;
	clear: both;
	text-align: center;
}

.label  {
	width: 80px;
	float: left;
	text-align: right;
	padding-right: 5px;
	margin: 1px;
	font-size: 0.9em;
	height: 18px;
	line-height: 18px;
}
.value {
	width: 200px;
	float: left;
	margin: 1px;
	font-size: 0.9em;
	height: 18px;
	line-height: 18px;
}

.green {
	color: #090;
}
.yellow {
	color: #F90;
}
.red {
	color: #C00;
}

.code {
	width: 530px;
	margin: 20px 10px;
	padding: 3px;
	font-size: 0.8em;
	font-family: Courier, "Courier New", monospace;
	border: 1px solid #DDD;
	background-color: #FFF;
	padding-left: 50px;
	background-image: url('../images/code.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	min-height: 40px;
	margin-bottom: 4px; 
}
.codeinfo {
	margin-bottom: 20px;
	margin-left: 10px;
}

ul {
	margin: 10px;
	padding: 0;
}
li {
	margin: 5px;
	padding: 0;
}

/* Kalender */
.calendarHeader {
	font-weight: bold;
	color: #444;

}
.calendarToday {
	background-color: #FFF;
	color: #333;
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
	text-align: center;
	font-weight: bold;
	background-color: #EEE;
}
.calendar {
	background-color: #FFF;
	color: #333;
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
	text-align: center;
	width: 298px;
}

/* Besucherzähler */

.b4yc_head {
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px;
	margin-bottom: 1px;
	border-bottom: 1px solid #BBB;
	color: #CE7A00;
	background-color: #DDD;
	width: 282px;
}
	
.b4yc_label {
	display: block;
	width: 140px;
	text-align: right;
	margin: 1px;
	margin-left: 0;
	padding: 2px;
	float: left;
	font-size: 0.9em;
	color: #666;
	background-color: #E3E3E3;
}
.b4yc_value {
	display: block;
	width: 136px;
	text-align: left;
	margin: 1px;
	margin-right: 0;
	padding: 2px;
	float: left;
	font-size: 0.9em;
	color: #666;
	background-color: #DDD;
	font-weight: bold;
}
.b4yc_clr {
	clear: both;
	height: 10px;
}

img {
  border: 0;
}
.clear {
  clear: both;
}
.mehrPartnerBox {
  display: block;
  width: 100%;
  text-align: right;
}
.center {
  text-align: center;
}

.witz-line-top {
  border-bottom: 1px dotted #CCC;
  padding-bottom:5px;
}
.witz-line-bottom {
  border-bottom: 1px dotted #CCC;
  position:relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

.gepunkteteLinie {
  border-top:1px dotted #999;
  margin-bottom: 3px;
}

.width110px {
  width: 110px;
}

.contentbody p,
.boxbody p {
  font-size: 1em;
}

.captchablock {
  margin-left: 50px;
}

.captchablock label {
  margin-left: -48px;
}

label.votum {
  width: 250px;
}

.footerbox {
  color: #666;
}
.footerbox .title {
  padding: 10px 15px;
  border-top: 1px solid #111;
}
.footerbox .fb1,
.footerbox .fb2,
.footerbox .fb3,
.footerbox .fb4,
.footerbox .fb5 {
  width: 160px;
  float: left;
  background-color: #222;
}

.footerbox ul li {
  font-size: 1em;
  list-style: none;
}
.footerbox ul li a {
  font-weight: normal;
}
.footerlinks {
  padding: 5px 15px 10px 15px;
}
.footerlinks a {
  font-weight:normal;
}





/* für den Formmailer *********************************************************************** */

/**************************************/
/* FIXE - im Code verwendete - STYLES */
/**************************************/

/* Label - alle Beschreibungstexte der Felder */
label {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* line-height: 20px; */
}


/* einzeilige Texteingabefelder */
.b4yf_inputfeld {
	width: 440px;
	font-size: 0.8em;
	background-color: #FFF;
	color: #000;
	border: 1px solid #666;
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* select Feld */
.b4yf_select {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
	color: #333333;
	background-color: #FAFAFA;
	margin-bottom: 3px;
	margin: 2px;
	border: 1px solid #666;
	float: left;
}


/* mehrzeilige Texteingabefelder */
.b4yf_textarea {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border: 1px solid #AAAAAA;
}


/* Infotext aus den variablen Feldern  */
.b4yf_infotext {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}


/* Eingabefeld und "Durchsuchen-Button" für das File-Feld  */
.b4yf_filefeld {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Style-Klasse für den <div> Tag des Sicherheitscodes  */
.b4yf_codefeld {
	color: #000000;
	background: #FFFFFF url(../images/security.png) 10px no-repeat;
	border: 1px solid #AAAAAA;
	text-align: center;
	/* -moz-border-radius:10px; */ /* nicht W3C konform */
	margin: 0px 60px 20px 60px;
	text-align: right;
	padding: 10px;
}


/* Securitycode-Eingabefeld  */
.b4yf_securite_code {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 92px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}


/* E-Mail: Beschreibung der Felder */
.b4yf_mail_value {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}


/* E-Mail: übergebene Werte */
.b4yf_mail_beschreibung {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Informationsfeld Testmodus */
.b4yf_infofeld {
	background-image: url(../images/info.png);
    background-position: 10px;
    background-repeat: no-repeat;
	width: 350px;
	border : 1px solid #AAAAAA;
	color: #000000;
	background-color: #F5F5F5;
	margin: 5px;
	height: 20px;
	font-size: 1.3em;
	padding: 10px 10px 10px 40px;
}

/* Fokus */
.b4yf_inputfeld:hover, .b4yf_inputfeld:focus,
.b4yf_select:hover, .b4yf_select:focus {
	background-color: #EEEEEE;
	border: solid 1px #999999;
}



/******************************/
/* TEMPLATESPEZIFISCHE STYLES */
/******************************/


.b4yf_fieldset {
	border: 0px dashed #cccccc;
	margin: 5px 5px;
	padding: 5px;
}


p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.b4yf_rahmen {
    width: 590px;
	border : 0px solid #AAAAAA;
	color: #000000;
	background-color: transparent;
	margin: 5px;
	padding: 0px;
}


.b4yf_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    padding: 4px;
	border-top: 1px solid #AAAAAA;
	background-color: #EEEEEE;
}


#b4yf_error {
	margin: 0px;
	padding: 30px 0 30px 80px;
	color: #DD0000;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #FFFFFF; */
	border: 0px dashed #AAAAAA;
	background-image: url(../images/error_big.png);
    background-position: 0 0;
    background-repeat: no-repeat;
	min-height: 50px;
	vertical-align: middle;
}
#b4yf_error h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #FF0000;
	border: 0;
	margin: 0;
	padding: 10px 0;
	}
#b4yf_error ul {
	margin: 5px;
	padding: 0;
}
#b4yf_error li {
	list-style: none;
	background-image: url(../images/error.png);
    background-position: 0;
    background-repeat: no-repeat;
	margin: 0;
	padding: 10px 20px;
}

.b4yf_button {
	width: 80px;
	font-size: 0.9em;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}


.b4yf_align_right {
	text-align: right;
}


.b4yf_align_center {
	text-align: center;
}


a.b4yf:link {
	text-decoration : none;
	color : #666666;
	background-color: transparent;
}

a.b4yf:visited {
	text-decoration : none;
	color : #666666;
	background-color: transparent;
}

a.b4yf:hover {
	text-decoration : underline;
	color : #000000;
	background-color: transparent;
}

a.b4yf:active {
	text-decoration : none;
	color : #000000;
	background-color: transparent;
}

.b4yf_errorfeld {
	background-color: #FAA;
}

#b4yf_persoenliches {
	width: 380px;
	padding-left: 10px;
}

#b4yf_persoenliches label {
	width: 120px;
	clear: both;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#b4yf_persoenliches input {
	width: 220px;
	float: left;
}

#b4yf_persoenliches #strasse {
	width: 170px;
}
#b4yf_persoenliches #nr {
	width: 41px;
	margin-left: 3px;
}
#b4yf_persoenliches #plz {
	width: 41px;
}
#b4yf_persoenliches #ort {
	width: 170px;
	margin-left: 3px;
}


