/*********************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a {
	text-decoration:none;
	color: #FEC80D; 
}
a:hover { text-decoration:none; color: #FFF3C9; }

/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	background:#090909;
	background-image: url(bgsite.jpg);
	background-repeat: repeat-x;
	background-position: top 850px;;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	}

/* \*/ * html body { text-align:left; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site-content {
	background-image: url(sitebg.jpg);
	background-repeat: no-repeat;
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	height:1050px;
	width:850px;
}

/* ### Header ##################################################################### */

#header {
	position:absolute;
	margin:0;
	padding:0;
	height:140px;
}

#flashcontent {
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
}

/* ### Logo ####################################################################### */



/* ### Teaser ##################################################################### */

#main-teaser {
	text-indent:-700em;
	height: 220px;
}

/* ### Content #################################################################### */


#content {
/*	border: 1px solid red; */
	display:block;
	clear:both;
	position:relative;
	top: 330px;
	padding: 0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */


#main-content {}

#main {
	float:left;
	width:800px;
}


/* ### main-block => MainContent ################################################### */

#main-block {
	float:left;
	width:800px;
	color: #fff;
}


#main-content-block {
	margin-left: 40px;
	padding:0px;
	display:block;
}


/* ### Footer ###################################################################### */

#footer {
	display:block;
	width:100%;
}

#footer p {
	padding: 20px 0;
	color:#c4c4c4;
	background:inherit;
}

#footer p a,
#footer p a:link {
	color:#c4c4c4;
	text-decoration: underline;
	background:inherit;
}

#footer p a:hover {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
}


/* ### REXpoll ###################################################################### */

.rexpoll {
	width: 196px;
	background-color: #FFF3C9;
	color: #54014C;
}

#votinghead {
	width: 186px;
	height: 30px;
	padding-left: 10px;
	padding-top: 17px;
	color: #FFF3C9;
	background-color: #54014C;
	font-size: 14px;
	font-weight: bolder; 
}

#votingbody {
	padding-left: 10px;
	font-size: 12px;
}

#votingbody h2 {
	color: #54014C;
	font-size: 12px;
	font-weight: bolder;
}

#votingbody .submit {
	float: right;
	margin-top: -40px;
	font-size: 14px;
	font-weight: bolder;
	color: #54014C;
	width: 85px;
	height: 40px;
	background-color: #FEC80D;
	border-left : 10px solid black;
	border-top: 10px solid black;
	border-bottom: 0px;
	border-right: 0px;
}

.voted {
	color: #FF0000;
}

#votingbody .show {
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: -50px;
	font-size: 14px;
	font-weight: bolder;
	color: #54014C;
	width: 75px;
	height: 30px;
	background-color: #FEC80D;
	border-left : 10px solid black;
	border-top: 10px solid black;
	border-bottom: 0px;
	border-right: 0px;
}

/* ### Texte###################################################################### */

.txt-img {
	color: #FFF3C9;
	font-size: 23px;

	line-height: 33px;
}

.h1 {
	font-family: "arial black", arial;
	font-size: 42px;
	color: #FEC80D;
	font-weight: bolder;
}

.h2 {
	font-size: 18px;
	color: #FEC80D;
	font-weight: bolder;
}

.h3 {
	font-size: 18px;
	color: #FFF3C9;
	font-weight: bolder;
}

.h4 {
	font-size: 23px;
	color: #FEC80D;
	font-weight: bolder;
}

.h5 {
	font-size: 14px;
	color: #FFF3C9;
	font-weight: bolder;
}

.h6 {
	font-size: 12px;
	color: #FFF3C9;
	line-height: 20px;
}

.h6 a {
	font-size: 12px;
	color: #FEC80D;
}

.h6 a:hover {
	font-size: 12px;
	color: #FFF3C9;
}

.txt-info {
	margin-top: 0px;
	width: 450px;
	margin-left: 280px;
	color:#FFF3C9;
	font-size: 14px;
}

/* ### Groupletter ###################################################################### */

.gletter {
	width: 300px;
	margin-left: 280px;
	background-color: #FFF3C9;
	color: #54014C;
}

#ghead {
	width: 290px;
	height: 30px;
	padding-left: 10px;
	padding-top: 17px;
	color: #FFF3C9;
	background-color: #54014C;
	font-size: 14px;
	font-weight: bolder; 
}

#gbody {
	padding-left: 10px;
	font-size: 12px;
}

#gbody td {
	height: 25px;
}

#gbody input {
	width: 200px;
	height: 20px;
	text-indent: 3px;
	padding-top: 2px;
	background-color: #54014C;
	color: #FFF3C9;
	border: 0px none;
}

#gbody select {
	width: 200px;
	height: 20px;
	text-indent: 3px;
	padding-top: 2px;
	background-color: #54014C;
	color: #FFF3C9;
	border: 0px none;
}

#gbody h2 {
	color: #54014C;
	font-size: 12px;
	font-weight: bolder;
}

#gbody .submit {
	float: right;
	margin-right: -10px;
	font-size: 14px;
	font-weight: bolder;
	color: #54014C;
	width: 105px;
	height: 40px;
	background-color: #FEC80D;
	border-left : 10px solid black;
	border-top: 10px solid black;
	border-bottom: 0px;
	border-right: 0px;
}

#gbody .unsubmit {
	float: right;
	margin-top: -40px;
	font-size: 14px;
	font-weight: bolder;
	color: #54014C;
	width: 105px;
	height: 40px;
	background-color: #FEC80D;
	border-left : 10px solid black;
	border-top: 10px solid black;
	border-bottom: 0px;
	border-right: 0px;
}

/*JAOS-Galerie*/
div.jaosg_thumbnail{
float: left;
background: ##FEC80D;
border: 1px solid;
border-color: #54014C #000 #000 #54014C;
margin: 5px 3px;
}
div.jaosg_thumbnail img{
border: 1px solid;
border-color: #000 #54014C #54014C #000;
}
/* ls=landscape-Format der Thumbs */
.ls img{
height: 60px;
width: 80px;
margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
.pt img{
height: 80px;
width: 60px;
margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
clear: both;
padding-top: 1em;
}
/* eq=quadratisches-Format der Thumbs */
div.eq img{
   height: 50px;
   width: 50px;
   margin: 5px 5px;
}

.galimg
{
	text-align:center;
	background-color: ##FEC80D;
	border: 5px solid ##FEC80D;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* ### Formular ###################################################################### */

/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1
do form!  
Stand: 2.08.2008 

Erstellt von: Thomas Skerbis 
Dieses CSS dient als Beispiel

Bitte nicht 1:1 übernehmen, ist ja auch nicht wirklich hübsch ;-) 
Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
  font-size: 12px;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 150%;
width: 500px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 2px;
  padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
display: none;
}

Verhalten von Trennelementen
.formgen .formtrenn hr
{
  border: 1px solid #000;
}

/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
  width: 338px;
  height: 150px;
  margin-left: 4px;
  background-color: #FFF3C9;
  border: 1px dotted #000;
}


/* Textfeld */
.formgen .formtext
{
  width: 338px;
  background-color: #FFF3C9;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  border-bottom: 1px dotted #000;
  margin-left: 4px;
}

/* Textfeld Namen*/
.formgen .names .formtext
{
  width: 127px;
  background-color: #FFF3C9;
  border-bottom: 1px dotted #000;
  margin-left: 4px;
  float: left;
}

/* Textfeld Ort*/
.formgen .places .formtext
{
  width: 152px;
  background-color: #FFF3C9;
  border-bottom: 1px dotted #000;
  margin-left: 4px;
  float: left;
}

/* Textfeld PLZ*/
.formgen .plz .formtext
{
  width: 101px;
  background-color: #FFF3C9;
  border-bottom: 1px dotted #000;
  margin-left: 4px;
  float: left;
}

/* Trennelement , Abstand */
.formgen .formtrenn
{
  display: block;
  height: 30px; 
}
/* Hinweistext */
.formgen .formhinweis
{
  font-weight: bold;
  color: #FEC80D;
  font-size: 18px;
  height: 20px;
}
/* Überschrift */
.formgen .formheadline
{
  font-weight: bold;
  color: #FEC80D;
}

/* Trenner um slideToggle auszutricksen */
.formgen .trick
{
width: 1px;
float: left;
}

.formgen .cleaner {
  display:block;
  clear:both;
  line-height:0;
  height:5px;
  font-size:0;
  visibility:hidden;
  border-bottom: 1px solid #000;
}

.formgen .dot
{
width: 450px;
border-bottom: 1px dotted #000;
}

/* Passwortfeld */
.formgen .formpassword
{
  width: 300px;
  background-color: #FFF3C9;
  margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
  border: 1px solid #FFF3C9;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 75px;
float: left;
height: 25px;
padding-left: 5px;
}

/* Datumsselects */
.formgen .day,
.formgen .month,
.formgen .year
{
float: left;
}

/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
  background-color: #FFF3C9;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  border-bottom: 1px dotted #000;
}

/* Radiobuttons */
.formgen .radios label
{
  width: 120px;
}

.formgen .radios div
{
  float: left;
}

.formgen .radios div label
{
  width: 100px;
  float: left;
}

.formgen .radios div input
{
  width: 20px;
  float: left;
  margin-top: 3px;
}

/* Nachrichtenfeld */
.formgen .message label
{
  width: 75px;
}

/* Kontaktaufnahme */
.formgen .kont label
{
  width: 150px;
}

/* Checkboxen */
.formgen .chkbox label
{
  width: 300px;
}

.formgen .personen label
{
  width: 120px;
}
/* Captcha-Bild */
.formgen .spammer
{
float: left;
}

/* Spamtext */
.formgen .spamtext label
{
width: 120px;
}

.formgen .spamtext input
{
width: 120px;
}

/* Sende-Button */
.formgen .formsubmit
{
  background-color: #FFF3C9;
  border: 1px solid #000;
  padding: 5px;
  text-transform: uppercase;
  float: right;
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
  width: 500px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 0px none;
}


/* Fieldsetbeschriftung */
.formgen legend {
  display: none;
  font-weight: bold;
  color: #ACBDD5;
  width: 140px;
  margin: 0px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
  color: #F00;
  border: 1px dashed #333;
  margin: 5px;
  padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
  color: #990000;

}
.forminfo {
  color: #333;
  background-color: #FEC80D;
  margin: 2px;
  padding: 4px;
  border: 1px solid #990000;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

