/*******************************************************************************
********************************************************************************
	Project		: patzina.de
********************************************************************************
*******************************************************************************/
/* Reset all */
*, .nospace { 
	padding: 0;
	margin: 0;
	border: 0;
}

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

a, a:link { 
	color: #006;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

img { 
	vertical-align: bottom;
}

ul, ol { 
	list-style-position: outside;
}

li { 
	list-style-type: none;
}

strong { 
	font-weight: bold;
}


/* Links- bzw. Rechtsausrichtung für Elemente */
.flLeft { 
	float: left;
	margin: 0 20px 0 0;
}

.flRight { 
	float: right;
	margin: 0 0 0 20px;
}

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

.clear { 
	clear: both;
}

.hide { 
	position: absolute !important;
	left: -1000px !important;
	top: -1000px !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
}

.warning {
	color:#e1002a;
}

/* Allgemeines */

h1 {
	padding-left:22px;
	background-image:url(/files/lsi_grey.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	color:#006;
	font-size:1em;
	font-weight:bold;
}
h2 {
	color:#000;
	font-size:1em;
	font-weight:bold;
}
h3 {
	color:#000;
	font-size:1em;
	font-weight:normal;
}


#content h1, 
#content p, 
#content ul, 
#content ol, 
#content dl {
	margin-bottom:1em;
}
#content ul, 
#content ol {
	margin-left:15px;
}
#content ol {
	margin-left:22px;
}
#content ul li {
	list-style-type:square;
}
#content ol li {
	list-style-type:decimal;
}

/*	Page Structure ************************************************************/

body { 
	background-color:#fff;
	background-image:url(/files/bg_bdy.jpg);
	color: #000;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size: 100.01%;
}

body.spage { 
	background-image:url(/files/bg_bdy_sp.jpg);
}
#website { 
	width:755px;
	background-position:0% 0%;
	background-repeat:no-repeat;
	font-size:.75em;
	line-height:1.4;
}
body.spage #website {
	width:100%;
}

#header { 
	position:relative;
	float:left;
	width:100%;
	height:126px;
	background-image:url(/files/bg_hdr.jpg);
	background-position:100% 0%;
	background-repeat:no-repeat;
}
body.spage #header { 
	background-image:url(/files/bg_hdr_sp.jpg);
	background-position:160px 0%;
}
#fnavi {
	clear:both;
	float:left;
	width:100%;
	z-index:5;
}
#container {
	clear:both;
	float:left;
	width:100%;
}
body.spage #container {
	width:755px;
	width:800px;
}
#container * {
	z-index:1;
}
#fnavi * {
	z-index:5;
}

#fleft {
	float:left;
	width:160px;
	padding-top:100px;
}
#fcnt {
	float:right;
	width:570px;
	padding-top:50px;
}
body.spage #fcnt {
	float:left;
	width:595px;
	padding:0;
}

#fttr {
	clear:both;
	float:left;
	width:100%;
	margin-top:50px;
	background-color:#006;
	color:#fff;
}
body.spage #fttr {
	display:none;
}


/*	Header ********************************************************************/
#logo {
	position:absolute;
	left:625px;
	top:35px;
}
#logo a {
	display:block;
	width:130px;
	height:50px;
	text-indent:-1000em;
}

#language {
	position:absolute;
	top:100px;
	left:30px;
}
#language p {
	font-size:.95em;
	font-weight:bold;
}
#language a {
	color:#fff;
}


/*	Lists *********************************************************************/
ul.navi { 
	margin: 0;
	line-height:1em;
}

/*	Main Navi ----------------------------------------------------------------*/
#navi-main {
	display:inline;
	float:left;
	width:595px;
	margin-left:160px;
	background-color:#c6c6c6;
}

#navi-main ul {
	margin:0 0 0 25px;
	font-size:11px;
}
#navi-main ul li ul {
	display:none;
	position:absolute;
	left:0;
	top:24px;
	width:160px;
	margin:0;
	border:2px solid #fff;
	border-top:none;
	font-size:10px;
}
#navi-main ul li:hover ul {
	display:block;
}


#navi-main ul li {
	position:relative;
	display:block;
	float:left;
	width:auto;
}
#navi-main ul li ul li {
	width:100%;
}

#navi-main ul li a, 
#navi-main ul li span {
	display:block;
	padding:0px 14px 0px 7px;
	background-image:url(/files/bg_navi_m.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:24px;
}
#navi-main ul li ul li a, 
#navi-main ul li ul li span {
	padding:5px 14px 4px 10px;
	font-weight:normal;
	line-height:1;
}
#navi-main ul li a:hover, 
#navi-main ul li.active a, 
#navi-main ul li.current a, 
#navi-main ul li.active ul li a:hover, 
#navi-main ul li span, 
#navi-main ul li ul li span {
	color:#fff;
}
#navi-main ul li ul li a, 
#navi-main ul li ul li span, 
#navi-main ul li.active ul li a, 
#navi-main ul li.current ul li a {
	background:none;
	background-color:#999;
	color:#006;
}



/*	Left Navi ----------------------------------------------------------------*/
#navi-left {
	width:160px;
	font-size:.90em;
}

#navi-left ul {
}
#navi-left ul li {
	display:block;
	font-weight:bold;
}
#navi-left ul li a, 
#navi-left ul li span {
	display:block;
	margin-bottom:5px;
	padding:3px 5px 4px 30px;
	color:#fff;
}
#navi-left ul li.current a, 
#navi-left ul li.active a, 
#navi-left ul li span {
	background-color:#c9c9c9;
}



/*	Content *******************************************************************/
#content {
	font-size:.95em;
	position:relative;
}
#content div.cnt-blck {
	margin:0 22px;
}

#content div.tsr {
	margin-bottom:2em;
	padding-bottom:1em;
	border-bottom:2px solid #006;
}


p.link-atoz  {
	position:absolute;
	right:0;
	top:0;
	font-weight:bold;
}


body.spage #content {
	float:left;
}
body.spage #content div.cnt-blck {
	margin:0;
}
body.spage #content div.cnt-blck p {
	padding:30px 0 0 15px;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
}
/*
body.clang1 #content div.cnt-blck p {
	clear:both;
	padding:30px 0 0 15px;
}
*/
body.spage #content div.cnt-blck p.image {
	padding:0;
}


/*	Table *********************************************************************/
#content table {
	width:100%;
	color:#000;
	line-height:1;
}

#content tfoot {
	color:#999;
}

#content tbody tr.colored td {
	background:#F6EE81;
}

#content th, 
#content td {
	padding:6px 2px 4px 2px;
	vertical-align:top;
}

#content th {
	background:#A89C00;
	color:#fff;
	text-align:left;
}

#content td a {
	color:#676000;
}

/*	Formula *******************************************************************/
div.form-module {
	margin:0 22px;
}

div.form-module fieldset {
	margin-top:20px;
}
div.form-module legend {
	padding:0;
	padding:2px 20px 0 5px;
	font-weight:bold;
	border-left:1px solid #036;
	border-top:1px solid #036;
}

* html div.form-module legend {
	margin-left:-5px;
}
div.form-module p {
	clear:both;
	margin-top:1em;
}
div.form-module p.ftxtr, 
div.form-module p.fsbmt {
	float:none;
	padding-top:1em;
}
div.form-module p label {
	display:block;
	float:left;
	width:140px;
	margin-right:10px;
	padding-top:3px;
	text-align:left;
}
div.form-module p.ftxtr label {
	display:block;
	float:none;
	width:100%;
	margin:0;
	text-align:left;
}
div.form-module p input, 
div.form-module p select, 
div.form-module p textarea {
	border:2px solid #969696;
	border-right-color:#fbfbfb;
	border-bottom-color:#fbfbfb;
}

div.form-module p input {
	width:230px;
	padding:1px 1px 1px 3px;
}
div.form-module p.fsmll input {
	width:60px;
}

div.form-module p select option {
	padding-right:10px;
}
div.form-module p textarea {
	width:400px;
	padding:1px 1px 1px 3px;
}


div.form-module p.frd label, 
div.form-module p.fchckbx label {
	width:auto;
	padding:0;
	margin:0;
	text-align:left;
}
div.form-module p.frd input,
div.form-module p.fchckbx input, 
div.form-module p.fsbmt input {
	margin:0 10px 0 0px;
	width:auto;
	border:0;
}
div.form-module p.frd input,
div.form-module p.fchckbx input {
	display:block;
	float:left;
	margin-top:3px;
}
div.form-module p.fsbmt {
	margin-left:150px;
}
div.form-module p.fsbmt input {
	padding:2px 5px;
	background-color:#f3f3f3;
	border:2px solid #fbfbfb;
	border-right-color:#969696;
	border-bottom-color:#969696;
	color:#242424;
}


/*	Footer ********************************************************************/
div#fttr p {
	padding:3px 10px;
	font-size:.95em;
	text-align:right;
}
div#fttr p a {
	padding:0px 14px 0px 7px;
	background-image:url(/files/bg_navi_m.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	color:#fff;
}
