@charset "utf-8";
/* CSS-Stylesheet für oliverfrank.biz
Code by Patrick Weiss | bueroweiss.com
*/



/*
Basics
---------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}



img {
	border:0 none;
}

a:hover img,
a img {
	background:none !important;
}


body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background:url(bg_stripes.gif) #111;
	font-size:12px;
	line-height:1.5em;
	color:#222;
    margin-top: 30px;
}

.fixfloat {
	float:none;
	clear:both;
	width:1px;
	margin:0 0 -1px 0 !important;
	padding:0;
	font-size:1px;
	line-height:1px;
	height:1px;
}

h1 {
    font-family: Georgia,"Times New Roman",Times,serif;

    font-size:20px;
	/*border-bottom:5px solid #111;  */
    /*padding-bottom:0.3em;*/
    /*font-weight: bold; */
    margin-bottom:0.5em;
   /* text-transform: uppercase; */
    /*background-color: #00AEEF;*/
    /*color: #00AEEF; */
    /*color: #47B9D3;*/
    line-height: 1.2em;
    color: #222;
}

h2 {
	font-size:20px;
    font-family: Georgia,"Times New Roman",Times,serif;
    line-height: 1.2em;
	margin-bottom:0.5em;
}


h3 {
	font-size: 20px;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}



p {
	margin:0 0 1em 0;
}

#content a {
	color:#000;
	text-decoration:underline;
}

#content a:hover {
	color:#fff;
	background-color:#111;
}

.floatLeft {
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    margin-right:10px;
}

.floatRight {
    float: right;
    /*border: 1px solid #ccc; */
    padding: 5px;
    margin-left: 10px;
}



/*
Seitenkonstrukt
---------------------------------------------------------------------*/

#wrapper {
	width:690px;
	background:#fff;
	margin: 0 auto;
    padding:0 10px 30px 10px;
    margin-bottom: 20px !important;
}


#header,
#menu,
#footer {
	width:650px;
    margin: 0 20px;

}

#footer p {
    padding:10px;
}


#footerlinks {
    background-color:#222;
    width:650px;
    margin:0 20px;
    color: #fff;
    font-size: 11px;
    padding: 2px 0;

}

.left-link a,
.right-link a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}



.left-link {
   width:48%;
   float: left;
   margin-left: 10px;
}

.right-link {
   width:48%;
   float: right;
   margin-right: 10px;
   text-align: right;
}


#header {
    height:75px;
}


#content {
	margin:50px 30px 45px 30px;
    width:630px;

}

h1.logo {
    background: url(logo.gif) no-repeat;
	text-indent:-9999px;
    width:690px;
	height:75px;
	border:0 none;

}

#bgRocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(bg_html.gif) no-repeat top center;
    z-index: 1;
}











#top {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	line-height:1.6em;
	background:#111;
	height:22px;
	width:840px;
	color:#fff;
}

#top a {
	color:#fff;
	text-decoration:none;
}

#top a:hover {
	text-decoration:underline;
}

#langmenu {
	width:48%;
	text-align:right;
	margin-right:20px;
	float:right;
}



#footer {
    background: url(bg_footer.gif) no-repeat;
    padding-top:20px;

}

#footer a {
  font-size:11px;
  color:#111;
  text-decoration:none;
}

#footer a:hover {
  color:#111;
  text-decoration:underline;
}







#menu {
    margin-top:10px;
}

#menu a {
	text-decoration: none;
}

#menu ul {
	padding: 0;
	list-style-type:none;
	border-top: 1px dashed #A0A0A0;
}

#menu li {
	border-bottom: 1px dashed #A0A0A0;
	list-style-type:none;
}

#menu li a {
	display: block;
	margin: 1px 0;
	padding: 2px 10px;
	color: #111;
	font-size:12px;
	text-transform:uppercase;
}

#menu li.active a,
#menu li.active a:hover {
	background-color: #222;
	color:#fff;
}

#menu li a:hover {
	background-color: #222;
	color:#fff;
}

















/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1.01
Formular Generator für Redaxo 4.x 
Ab: Version 4.5 Community Editon
Stand: 22.01.2008 

Erstellt von: Thomas Skerbis , www.klxm.de
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: 1em;
}


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



.formgen form
{
line-height : 120%;
width: 370px;
}


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


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


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


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


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 210px;
	height: 250px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
	height: 200px;
                width: 200px;
	background-color: #eeeeee;
	margin-left: 4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #003366;
	font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #003366;
}


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

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 90%;
	
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 345px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border: 1px solid #5D81A3;
}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

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

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


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

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










