
/* ### CSS für MICHAEL HAUSPURG - CMS 2009 by plaxtika.de ### */

/* Farben:
	
	Links: #933469
	Hover: #999999
	Text:  #333333
	
	
	Schriftgrößen:
	
	Menü: #515151 + #933469 (Hover)
	Text: 12px
	Schirft: ARIAL
	
*/

/* Rücksetzen der Standard Werte -------------------------------------------------- */

html, body, div, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background-repeat: no-repeat;
}

html {
	height:100%;
	margin-bottom:1px;
}



ul, li {	list-style: none;	}

img {
	border: 0px;
}

/* ### 1px Hack für Firefox 3 */
html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

/*-------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #e9e9e9;
	margin: 0 auto 0 auto;
}

a {
	color: #515151;
	text-decoration:none;
}

a:hover {
	color: #999999;
}

a:visited {
	
}

/* ### EASY TOOLTIP ### */

#easyTooltip {
	margin: 35px 10px;
	padding:5px 10px 5px 10px;
	background: url(../gfx/layout/tooltip_bgsw.png) repeat-x;
	/*background-repeat: repeat-x;*/
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	max-width: 150px;
	}
	
p#telefon > span {
	cursor: pointer;
}

#wiki {
	width: 400px;
	margin-right: 25px;
	float: left;
}
	
/* ### Ids und Classen ### */

#wrapper {
	width: 810px;
	margin: 0 auto 0 auto;
	background-image: url("../gfx/layout/mha_header_left.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#top {
	width: 810px;
	height: 125px;
}

#topLeft {
	width: 225px;
	height: 125px;
	float: left;
	display: inline;
}

#logo {
	width: 310px;
	height: 125px;
	float: left;
	display: inline;
}

#topRight {
	width: 275px;
	height: 125px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
}

#topRight_inner {
	text-align: right;
	font-size: 11px;
	padding: 8px 15px 0px 0px;
}

#headerPic {
	width: 570px;
	height: 190px;
	background-color: #ffffff;
	display: block;
}

.blank {
	width: 570px;
	height: 25px;
}

.trenner {
	width: 570px;
	height: 6px;
	background-color: #ebebeb;
}

.trenner2 {
	width: 570px;
	height: 20px;
	background-color: #933469;
	margin-top: 30px;
}


/* ### MAINNAV ### ################################################################ */

.rex-navi1 li {
	list-style: none;	
	background-image: url("../gfx/layout/mha_menue_square.gif");
	background-position: left center;
}

.rex-navi1 li a {
	color: #515151;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 24px;
	width: 210px;
	display: block;
	margin-left: 10px;
}

.rex-navi1 li a:hover {
	color: #933469;
}

.rex-navi1 .rex-current {
	color: #933469;
}


#adresse {
	margin-top: 50px;
	padding-left: 8px;
	border-left: 2px solid #ebebeb;
}

#telefon {
	padding-left: 10px;
}

#telefon a {
	text-decoration: none;
}

/* ### SUBNAVI ### ------------------------------------------------------------------- */



/* ### MAIN CONTAINER ############################################################### */

/* ### für Modul: Abs&auml;tze ### */

hr {
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px 0 0;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.absatzKl {
	width: 100%;
	height: 15px;
}

.absatz {
	width: 100%;
   height: 50px;
}

#mainC {
	width: 810px;
	font-size: 12px;
	color: #515151;
	line-height: 18px;
	padding: 0px 15px 15px 15px;
}

#leftC {
	width: 210px;
	min-height: 300px;
	float: left;
}


#leftC h1,#rightC h1 {
	font-size: 22px;
	color: #933469;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 0px 0px 0px 0px;
	margin: 0px;

}

#leftC h2,#rightC h2 {
	font-size: 15px;
	color: #535353;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

#leftC h3,#rightC h3 {
	font-size: 14px;
	font-weight: lighter;
	color: #933469;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#rightC {
	width: 570px;
	margin-left: 210px;
}

#rightC p {
	padding-right: 0px;
}


#rightC li {
	background-image: url(../gfx/li_dotred.gif);
	background-position: left top;
	padding: 0px 0px 5px 0px;
	list-style-type: square;
	margin-left: 35px;
}

#rightC a {
	color: #933469;
	background-image: url(../gfx/layout/mha_pfeil_lila.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px; 
}

#rightC a:hover {
	color: #933469;
	text-decoration: underline;
}



/* ### FOOTER ####################################################################### */

#footer {
	width: 780px;
	padding-top: 10px;
	clear: both;
	text-align: right;
	font-size: 11px;
}


#footerInner {
	line-height: 30px;
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #933469;
}

#footerInner a, a:visited {
	text-decoration: none;
}



/* Bilder Auflistung */

.clearfix {
clear:both;
display:block;
}




/* ### Module ### ###################################################################*/

/* Textile und bild */

.flLeft {
	float:left;
	margin: 15px 10px 0px 0px;
}


.flRight {
	float: right;
	padding: 15px 0px 0px 10px;
}

.flTop {
	float: inherit;
	padding-top:12px;
}



/* Bild einfügen */

/* Definition der Klassen ohne Rahmen*/ 


.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
	border-right: 6px solid #dfdfdf;
}

.pright {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
	border-left: 6px solid #dfdfdf;
}

.pnormal {
	clear: both;
	border: none;
}



/* Definition der KLassen mit  Rahmen (2.Stil) */



.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}

.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}

.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}



/* download */
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p { 
  width:97.3%; /* IE6 Hack */
	margin: 0;
}

.download-file a {
	text-decoration: none;
}

#main-block .download-hdl p { 
	padding: 5px 7px;
	background-color: #393;
	font-weight: bold;
	color: #fff;
}

#main-block .download-file { 
	padding: 1.2em 7px;
	border-left: 2px solid #393;
	border-right: 2px solid #393;
}

#main-block .download-desc { 
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
	background-color: #e5ffe5;
	border-left: 2px solid #393;
	border-right: 2px solid #393;
	border-bottom: 2px solid #393;
}

#main-block .download-without-desc { 
	margin-bottom: 1.2em;
	border-top: 2px solid #393;
}




/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch

Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/

/* Formular Definition */

/* Div das das Formular umschließt */
.formgen {	
	width: 570px;
}

.formtrenn {
	height: 10px;
	width: 100%;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formblock {
	padding: 3px 0px 3px 0px;
}


 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{

}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 350px;
	height: 150px;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	background-color: #efefef;
}


/* Textfeld */
.formgen .formtext
{
	width: 200px;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #333333;
	padding: 3px 2px 3px 3px;
	background-color: #efefef;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	background-color: #dfdfdf;	
}


/* Label */
.formgen label {
	width: 120px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 200px;
	text-align: center;
	background-color: #efefef;
	border: 1px solid #515151;
	float: left;
	color: #515151;
	margin-left: 120px;
}



/* -------------- AUSGABEN / Fehlermeldungen -------- */


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #535353;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
	font-style: italic;
}

/* Ende der Formulardefinition */




