/*******************************************************************************
********************************************************************************
	Projekt		: Brigitte Kettner
	
	Agentur		: www.yakamara.de
********************************************************************************
*******************************************************************************/

*html #logo img,
*html .spage img {
	behavior: url(/layout/css/ie6pngfix.htc);
}
/************************************* Reset allgemein - NICHTS VERAENDERN *****
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
:focus
{
	outline: 0;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************** Reset - NICHTS VERAENDERN *****
*******************************************************************************/
a
{
	text-decoration:none;
}
img, iframe, object, embed
{
	vertical-align: bottom;
}
strong
{
	font-weight: bold;
}
input, textarea, select
{
	font-size: 1em;
}
html
{
	height: 100.01%;
	margin-bottom: -1px;
}
body
{
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}


/******************************************** Standard - NICHTS VERAENDERN *****
*******************************************************************************/

.nospace
{
	margin: 0;
	padding: 0;
}

.rvrs
{
	unicode-bidi: bidi-override; 
	direction: rtl;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li
{
	background-repeat:no-repeat;
}

.fl-lft
{ 
	float: left;
	margin: 0 10px 0 0;
}

.fl-rght
{ 
	float: right;
	margin: 0 0 0 10px;
}

.algn-lft
{ 
	text-align: left;
}

.algn-rght
{ 
	text-align: right;
}

.algn-cntr
{ 
	text-align: center;
}

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

.clear
{ 
	clear: both;
}

.hidden
{
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}




/*************************************************************** Schriften *****
*******************************************************************************/
body
{
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: .625em;
}

h1 
{
	font-size: 1.2em;
}
#navi ul,
.content h2,
.content p,
.content ul
{
	font-size: 1.1em;
}
#navi ul li ul 
{
	font-size: .91em;
}

/*********************************************************** Schriftfarben *****
*******************************************************************************/
body, a, 
.content p span.caps, 
.content ul span.caps
{
	color: #ddd;
}
body#pv1
{
	color: #fff;
}
#pv4 #rf .content p, 
#breadcrumb ul li, 
#breadcrumb ul li a, 
.content p span, 
.content ul span
{
	color: #999;
}

#navi ul li ul li a
{
	color: #bbb;
}
#navi ul li ul li a:hover
{
	color: #ddd;
}



/************************************************************* Zeilenhoehe *****
*******************************************************************************/
#header #navi ul li,
div#content, 
div#sidebar, 
#footer .text
{
	line-height: 1.5;
}
#pv1 div#content p
{
	line-height: 1.2;
}
#footer ul li
{
	line-height: 1.2;
}

h1, 
h2, 
h3, 
#navi ul.navi, 
#footer ul li, 
#footer .text, 
#breadcrumb ul li, 
.content p, 
.content ul
{
	letter-spacing: 1.2px;
}
#pv1 .content p
{
	letter-spacing: 0;
}
h1, 
h2, 
h3, 
#navi ul li, 
#footer ul li, 
#breadcrumb ul li
{
	text-transform: uppercase;
}
#footer .text
{
	text-transform: lowercase;
}

/************************************************************* Allgemeines *****
*******************************************************************************/
h1 
{
	margin-bottom: 10px;
	font-weight: normal;
}
h2 
{
	padding: 20px 0 3px 0;
	font-weight: normal;
	word-spacing: -2px;
}
#pv4 h2
{
	padding-top: 5px;
}
h3 
{
	padding: 10px 0 3px 0;
	font-weight: normal;
	word-spacing: -2px;
}

h1.indent, 
h2.indent, 
h3.indent
{
	padding-left: 115px;
}

.content p, 
.content ul
{
	padding-bottom: 10px;
	text-align: justify;
	word-spacing: -2px;
}
#pv1 .content p
{
	padding-bottom: 8px;
	text-align: left;
	word-spacing: normal;
}
/********************************************************** Seitenstruktur *****
*******************************************************************************/

/*	Info
		pv1 : Text - Bild
		pv2 : Bild - Text
		pv3 : Bild - Text, mit Logo im Hintergrund
		pv4 : Text - Text
		pv5 : nur Bild
		pv6 : gesamte Breite
*/
body
{
	background-color: #131313;
}

#website
{
	clear: both;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 448px;
	margin: -258px 0;
}

#header, 
#footer
{
	display: block;
	position: relative;
	width: 1022px;
	height: 28px;
	margin: 0 auto;
}
#footer 
{
	height: auto;
}
#footer .text
{
	padding-top: 10px;
	text-align: center;
}

#navi {
	z-index:100000;
}

#header {
	z-index:200000;
}

#wrapper
{
	clear: both;
	position: relative;
	top: 0;
	width: 100%;
	height: 460px;
	background-color: #000;
}
#pv3 #wrapper
{
	background-image: url(/layout/css/patter.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#content
{
	position: relative;
	top: 0;
	width: 1022px;
	height: 460px;
	margin: 0 auto;
	overflow:hidden;
}

#logo
{
	display: inline;
	float: left;
	width: 194px;
	margin: 28px 0 0 28px;
}
#breadcrumb
{
	float: left;
	width: 415px;
	height: 70px;
	margin: 28px 0 0 28px;
	background-color: #101010;
}
#lf
{
	float: left;
	width: 290px;
	height: 460px;
}
#rf
{
	float: left;
	width: 415px;
	height: 342px;
	margin: 0 0 0 28px;
	background-color: #101010;
}
#rf .content 
{
	margin: 0 20px 22px 20px;
	width: 339px;
}


#pv1 #lf
{
	width: 129px;
	background-color: #101010;
}
#pv1 #lf .content
{
	padding: 28px 4px 4px 12px;
}
#pv1 #rf
{
	width: 608px;
	height: 460px;
	margin: 0;
	background-color: #333;
}
#pv1 #rf .content 
{
	margin: 0;
	width: auto;
}
/*
#pv2 #rf, 
#pv3 #rf
{
	height: auto;
	overflow: hidden;
}
*/
#pv2 #rf .content, 
#pv3 #rf .content
{
	width: auto;
	height: 342px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 30px;
	overflow: hidden;
	
	height: 322px;
}

#pv4 #lf
{
	width: 388px;
}
#pv4 #lf .content
{
	padding: 28px 0 0 28px;
}
#pv4 #rf, 
#pv4 #rf .content
{
	float: none;
	width: auto;
	margin: 0;
	background: none;
}
#pv4 #rf .content
{
	padding: 28px 28px 0 0;
}


#pv5 #lf
{
	width: auto;
	margin-left: 108px;
}
#pv5 #lf .content
{
	width: 806px;
}

#pv6 #lf
{
	display: inline;
	width: auto;
	margin-left: 28px;
}
#pv6 #lf .content
{
	width: 927px;
}

.spage #lf .content
{
	padding-top: 150px;
}
/************************************************************ Navigationen *****
*******************************************************************************/

#navi
{
	padding: 0 28px;
}
.spage #navi
{
	display: none;
}

#navi ul.navi
{
	float: left;
	width: 100%;
}
#navi ul ul.navi-sub
{
position:absolute;
	display:none;
	left: 0;
	top: 28px;
	width: 155px;
	padding: 5px 0;
	z-index: 100000;
	background-image: url(/layout/css/bg_navi.png);
}
#navi ul li 
{
	display: block;
	position: relative;
	float: left;
	margin-left: 65px;
}
#navi ul li.first 
{
	margin-left: 0;
}
#navi ul li a
{
	display: block;
	padding: 7px 0;
}
#navi ul li ul li 
{
	display: block;
	position: static;
	clear: both;
	float: none;
	width: 100%;
	margin-left: 0px;
}
#navi ul li ul li a
{
	padding: 4px 3px 4px 10px;
}



#breadcrumb ul
{
	padding: 28px 0 0 20px;
}
#breadcrumb ul li
{
	display: inline;
}
#breadcrumb ul li.rex-lvl1:before
{
	content: ">> ";
}
#breadcrumb ul li.rex-lvl2:before
{
	content: " // ";
}


#footer ul 
{
	width: 220px;
	padding: 10px 0 20px 28px;
}
#footer ul li
{
	display: block;
	float: left;
	padding: 2px 0;
}
#footer ul li.first
{
	clear: both;
}

/****************************************************************** Module *****
*******************************************************************************/

/*
#content .ti-bl p.img
{
	padding-top: 5px;
}
*/
#content .indent .ti-content, 
#content .ti-bl .ti-content
{
	float: right;
	width: 223px;
}
#content .ti-bl
{
	margin-bottom: 10px;
}

.spage #content img 
{
	margin-left: 36px;
}



/**** Seite springt - ist hiermit ein wenig optimiert. ****/

#website_old
{
	top:300px;
	height:600px;
}


#website_outer_old
{
}

#website
{
	top:220px;
	height:600px;
}


#website_outer
{
	clear: both;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 448px;
	margin: -258px 0;
}







#footer #social-network {
	position: absolute;
	right: 67px;
	top: 0;
	width: auto;
	padding: 10px 0 0 0;
}
#social-network li {
	display: inline;
	margin-left: 10px;
}


