/*Grunddefinition, Hintergrund und Container fuer Zentrierung*/

* {
	margin: 0px;
         padding: 0px;

         text-align: left;
}

BODY {
         background-color: #FDF2EB;
         text-align: center;

         margin-bottom: -5px;
}



/*Header-Bereich*/

#header {
	width: 100%;
         height: 232px;

         background-image: url('gfx/bg_header.gif');
         background-repeat: repeat-x;

         text-align: center;
}

#header_innen {
	width: 100%;
         height: 232px;

         background-image: url('gfx/picafe_logo.jpg');
         background-position: top center;
         background-repeat: no-repeat;

         text-align: center;
}

#menu_rahmen {
	width: 805px;
         height: 232px;
         margin: auto;
}

#menu_rahmen IMG {
	float: left;
         margin-right: 45px;
         margin-left: 63px;
}



/*Navigation*/

#menu {
	list-style-type: none;
         padding-top: 190px;
}

#menu LI {
	display: inline;
         margin-left: 20px;
}

#menu LI A {
	font-family: verdana, sans-serif;
         font-size: 14px;
         font-weight: normal;
         text-decoration: none;
         text-transform: uppercase;
         letter-spacing: 1px;
         color: black;
}

#menu LI A:HOVER, #menu LI#ausgewaehlt A {
	color: white;
}



/*Rahmen, Inhaltsbereich und Inhalte*/

#rahmen_1 {
	width: 680px;
         margin: auto;

         background-image: url('gfx/links_2.jpg');
         background-repeat: no-repeat;
         background-position: top left;
}


#rahmen_2 {
         width: 680px !important;
         width: 677px;
         margin: auto;

         background-image: url('gfx/rechts_2.jpg');
         background-repeat: no-repeat;
         background-position: bottom right;
}

#inhalt {
	width: 350px;
         min-height: 240px;
	height: auto !important;
	height: 240px;
         margin-left: 165px;
         padding: 30px 0px 30px 0px;
}

#inhalt H1 {
	font-size: 18px;
	background-repeat: no-repeat;
         background-position: left 13px;
         padding-top: 17px;
	margin-top: 0px !important;
         margin-top: 20px;
}

#inhalt H1 STRONG {
	visibility: hidden;
}


#inhalt H2, P, A, LI, TD, #inhalt .csc-textpic-caption, INPUT, LABEL, TEXTAREA {
         font-family: verdana, sans-serif;
         font-size: 12px;
}

#inhalt H2 {
	font-size: 13px;
         color: black;
         padding-top: 10px;
}

#inhalt P {
	line-height: 150%;
         margin-bottom: 10px;
         margin-top: 10px;
}

#inhalt A {
	font-weight: bold;
         color: #EA813E;
}

#inhalt A:HOVER {
	text-decoration: none;
}

#inhalt UL {
	margin-left: 30px;
         font-weight: bold;
}

#inhalt UL LI {
	line-height: 150%;
         padding-bottom: 7px;
}

#inhalt .csc-textpic IMG {
         margin-top: 7px;
}

#inhalt .csc-textpic {
	margin-top: 8px;

}

#inhalt .csc-textpic-caption {
	font-size: 11px;
         margin-top: 3px;
}

#inhalt .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, #inhalt .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	padding-top: 6px;
}

#inhalt .csc-mailform-field {
	margin-top: 15px;
}

#inhalt INPUT, #inhalt TEXTAREA, #inhalt SELECT {
	display: block;
         width: 342px;
         padding: 3px;
         border: 1px solid #EA813F;
}

#inhalt SELECT {
	width: 348px;
         margin-bottom: 15px;
}

#inhalt INPUT.csc-mailform-check, #inhalt INPUT.csc-mailform-radio {
         float: left;
         width: 15px;
         border: 0px;
         text-align: left;
         margin: 0px 7px 0px 0px;
}

#inhalt INPUT.csc-mailform-check {
	height: 15px;
}

#inhalt INPUT.csc-mailform-radio {
	height: 15px;
         margin-top: 4px;
}

#inhalt fieldset label {
	line-height: 180%;
}

#inhalt fieldset legend {
	display: none;
}

#inhalt fieldset {
	border: 0px;
}


* html #inhalt INPUT {
	height: 22px;
}

#inhalt INPUT.csc-mailform-submit {
	text-align: center;
         font-weight: bold;
         width: 150px;
         margin-left: 200px;
         margin-bottom: 20px;
         background-color: #EA813F;
         color: white;
         border: 0px;
         align: right;
}

#inhalt LABEL {
	display: block;
         margin-bottom: 3px;
         font-weight: bold;
}


#inhalt TABLE {
	width: 352px;
	margin-top: 5px;
	margin-bottom: 15px;
         font-size: 12px;
         line-height: 130%;
         background-color: #EA813F;
}

#inhalt TH, #inhalt THEAD TR TD {
	background-color: #EA813F;
	font-weight: bold;
	color: white;
	padding: 5px;
	vertical-align: top;
         font-size: 12px;
         line-height: 130%;
}

#inhalt THEAD TR TD P {
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 0px;
         font-size: 12px;
         line-height: 130%;
}

#inhalt TD P {
   	margin: 0px;
   	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 130%;
}

#inhalt TD {
	spacing: 0px;
	background-color: white;
	padding: 5px;
	vertical-align: top;
         font-size: 12px;
         line-height: 130%;
}

#inhalt BLOCKQUOTE {
	margin-left: 30px;
}

#inhalt IMG {
	border: 1px solid #EA813F;
}

/*Footer und Footerinhalt*/

#footer {
	width: 100%;
         height: 74px;

         background-image: url('gfx/bg_footer.gif');
         background-repeat: repeat-x;

         text-align: center;
}

#footer_innen {
	width: 680px;
         height: 74px;
         margin: auto;
}

#footer_innen IMG {
	display: block;
         float: right;
}

#footer_innen A IMG {
	border: 0px;
         margin-top: 23px;
}

#outlaw {
	float: right;
         margin-top: 34px;
         margin-right: 110px;
         margin-left: 30px;

         font-family: verdana, sans-serif;
         font-size: 12px;
         font-weight: bold;
         color: white;

         line-height: 140%;
}

#outlaw A {
	color: white;
}

#outlaw A:HOVER {
	text-decoration: none;
}
