/*******************************************************************************
********************************************************************************
	Projekt		: Prosperis
********************************************************************************
*******************************************************************************/

/************************************* 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;
}

sub {
	vertical-align: text-bottom;
	font-size: 0.8em;
}
p sub {
	position: relative;
	top:5px;
}
/*********************************************** 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 {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}

sup {
	vertical-align: top;
}

/******************************************** 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,  
dl, ol, ul, dt, dd, li {
	background-repeat:no-repeat;
}

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

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

.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;
}

.dib {
	display: block;
}



/*********************************************************** Hintergruende *****
*******************************************************************************/



/************************************************************* Text-Farben *****
*******************************************************************************/
/*	Lila hell */
body, 
#content a {
	color: #8F7F95;
}

/*	Lila dunkel */
h1, h2, 
blockquote, 
.navi-img span.title {
	color: #20002C;
}


#navigation a {
	color: #918097;
}

#download .title, 
#navi-main li a:hover, 
#navi-main li a.active, 
#navi-main li a.current {
	color: #fff;
}

/*************************************************************** Schriften *****
*******************************************************************************/
@font-face {
	font-family: 'CalibriRegular';
	src: url('/layout/font/Calibri.eot');
	src: local('Calibri'), local('Calibri'), url('/layout/font/Calibri.woff') format('woff'), url('/layout/font/Calibri.ttf') format('truetype');
}

@font-face {
	font-family: 'CalibriItalic';
	src: url('/layout/font/Calibri_Italic.eot');
	src: local('Calibri'), local('Calibri-Italic'), url('/layout/font/Calibri_Italic.woff') format('woff'), url('/layout/font/Calibri_Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'CalibriBold';
	src: url('/layout/font/Calibri_Bold.eot');
	src: local('Calibri'), local('Calibri-Bold'), url('/layout/font/Calibri_Bold.woff') format('woff'), url('/layout/font/Calibri_Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'CalibriBoldItalic';
	src: url('/layout/font/Calibri_Bold_Italic.eot');
	src: local('Calibri'), local('Calibri-BoldItalic'), url('/layout/font/Calibri_Bold_Italic.woff') format('woff'), url('/layout/font/Calibri_Bold_Italic.ttf') format('truetype');
}


/*


@font-face {
	font-family: "Calibri";
	src: url('/layout/font/calibri.ttf') format("truetype");
}
@font-face {
	font-family: "Calibri";
	src: url('/layout/font/calibrib.ttf') format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: "Calibri";
	src: url('/layout/font/calibrii.ttf') format("truetype");
	font-style: italic;
}
@font-face {
	font-family: "Calibri";
	src: url('/layout/font/calibriz.ttf') format("truetype");
	font-style: italic;
	font-weight: bold;
}
/**/
body {
/*	font-family: "Calibri", "Arial", "Verdana", sans-serif;*/
/*	font-family: "Calibri", Lucida Sans Unicode, Lucida Grande, sans-serif;*/
	font-family: "CalibriRegular", Lucida Sans Unicode, Lucida Grande, sans-serif;
}

body {
	overflow-y:scroll;
}
*+html body {
	overflow-y:hidden;
}

a.link-external {
	font-family: "CalibriItalic", Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style: italic;
}

.navi-img li a span.title,
strong,
h2 {
	font-family: "CalibriBold", Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
}


/********************************************************* Schriftgroessen *****
*******************************************************************************/
body {
	font-size: 14px;
}

#navigation {
	font-size: 12px;
}

blockquote {
	font-size: 18px;
}
h1 {
	font-size: 26px;
}


/************************************************************* Zeilenhoehe *****
*******************************************************************************/
.section {
	line-height: 18px;
}

h1 {
	line-height: 20px;
}
blockquote {
	line-height: 21px;
}


/************************************************************* Allgemeines *****
*******************************************************************************/

.section h2, 
.section p, 
.section dl, 
.section ol, 
.section ul, 
.section table {
	margin-bottom: 18px;
}
.section .grid2col h2 {
	margin-bottom: 0;
}

a.link-external {
/*	font-style: italic;*/
}

#content .ti-content ul {
	margin-left: 2px;
}
#content .ti-content ul li {
	display: block;
	padding-left: 11px;
	background-image: url(/layout/css/ic_lst.gif);
	background-position: 0 6px;
}

/********************************************************** Ueberschriften *****
*******************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin-bottom: 28px;
}
h2 {
/*	font-weight: bold;*/
}

/******************************************************************* Texte *****
*******************************************************************************/


/********************************************************** Seitenstruktur *****
*******************************************************************************/
html {
}

body {
	background-color: #3B1447;
	background-image: url(/layout/css/bg.png);
	background-repeat: repeat-x;
}

#site {
	width: 992px;
	margin: 0 auto;
	overflow: hidden;
}
 
#wrapper {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

#navigation {
	float: left;
	width: 220px;
}
#content {
	float: right;
	width: 772px;
	padding-bottom: -36px;
	padding-top: 42px;
}

.frame .top {
	height: 26px;
	background-image: url(/layout/css/frame_t.png);
}
.frame .bottom {
	height: 26px;
	background-image: url(/layout/css/frame_b.png);
	background-position: 0 100%;
}
.frame .content {
/*	overflow: hidden;
*/	padding: 22px 52px 0 52px;
	background-image: url(/layout/css/frame_m.png);
	background-repeat: repeat-y;
	min-height:300px;
	height:auto !important;  /* für moderne Browser */
	height:300px;  /*für den IE */
}

/****************************************************************** Header *****
*******************************************************************************/

#logo {
	padding-top: 43px;
}
#logo a {
	display: block;
	width: 176px;
	height: 94px;
	background-image: url(/layout/css/logo.jpg);
	text-indent: -1000em;
}



/************************************************************ Navigationen *****
*******************************************************************************/


#navi-main {
	margin-bottom: 38px;
	padding: 35px 0 0 10px;
}
#navi-main li, 
#navi-main li a, 
#navi-main li span {
	display: block;
}
#navi-main li {
	position: relative;
	background-image: url(/layout/css/sep1.gif);
	background-position: 0px 100%;
}
#navi-main li a {
	cursor: pointer;
}
#navi-main li a span {
	width: 140px;
	padding: 14px 0;
	background-image: url(/layout/css/navi_glow.gif);
	background-position: -10000px -10000px;
	text-align: center;
	cursor: pointer;
}
#navi-main li#nav-unternehmen a:hover span, 
#navi-main li#nav-unternehmen a.active span, 
#navi-main li#nav-unternehmen a.current span {
	background-position: 0 0;
}
#navi-main li#nav-menschen a:hover span, 
#navi-main li#nav-menschen a.active span, 
#navi-main li#nav-menschen a.current span {
	background-position: 0 -50px;
}
#navi-main li#nav-angebot a:hover span, 
#navi-main li#nav-angebot a.active span, 
#navi-main li#nav-angebot a.current span {
	background-position: 0 -100px;
}
#navi-main li#nav-kontakt a:hover span, 
#navi-main li#nav-kontakt a.active span, 
#navi-main li#nav-kontakt a.current span {
	background-position: 0 -150px;
}
#navi-main li#nav-downloads a:hover span, 
#navi-main li#nav-downloads a.active span, 
#navi-main li#nav-downloads a.current span {
	background-position: 0 -200px;
}
#wrapper #navi-main li a span.arrow {
	position: absolute;
	top: 20px;
	right: -16px;
	width: 15px;
	height: 22px;
	margin-top: -11px;
	padding: 0;
	background-image: url(/layout/css/navi_active.gif);
	background-position: 100% 50%;
}



.navi-img {
	margin-left: -10px;
	margin-right: -10px;
}
.navi-img li {
	display: block;
	float: left;
	width: 220px;
	margin: 0 0 10px 10px;
}
.navi-img li.first {
	clear: both;
	margin-left: 0;
}
.navi-img li a, 
.navi-img li a span {
	display: block;
}
#content .navi-img li a {
	height: 230px;
	padding: 0 10px;
	font-style: normal;
}
.navi-img li a:hover {
	background-color: #EBE8EC;
}
.navi-img li a img {
	margin-top: 10px;
	margin-bottom: 13px;
}
.navi-img li a span.title {
	margin-bottom: 6px;
/*	font-weight: bold;*/
}
.navi-img li a span.subtitle {
	margin-bottom: 4px;
}




#download {
	display: block;
	width: 140px;
	padding-bottom: 11px;
	background-image: url(/layout/css/sep1.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
#download a {
	display: block;
	padding-top: 45px;
	background-image: url(/layout/css/navi_download.gif);
}
#download a:hover {
	background-position: 0px -100px;
}
#download a span {
	display: block;
	text-align: center;
}
#download a span.title {
	margin-bottom: 2px;
}



.slice {
	clear: both;
	width: 100%;
	padding-bottom: 36px;
}
.nod {
	padding-bottom: 0;
}

.link-back, 
.link-download {
	float: right;
}
.link-back {
	padding-left: 27px;
	background-image: url(/layout/css/ic_back.gif);
	background-position: 0% 50%;
	line-height: 21px;
}
.link-download {
	padding-left: 20px;
	background-image: url(/layout/css/ic_download.gif);
}



.ti blockquote {
	float: left;
	width: 240px;
}
.ti2 blockquote {
	width: 400px;
}

.ti-bl .ti-content {
	float: right;
	width: 400px;
}
.ti2 .ti-content  {
	width: 240px;
}


.grid2col .col-a, 
.grid2col .col-b {
	float: left;
	width: 320px;
}
.grid2col .col-b {
	float: right;
}
.grid2col .ti-content {
	width: 238px;
}


.divlink {
	height: auto !important;
	height: 130px;
	min-height: 130px;
	padding: 8px 4px;
	margin-bottom:10px;
}

.divlink .ti-content.has-img h2 {
	margin-bottom: 5px;
	margin-right:5px;
}
.divlink.divlink_hover {
	background-color: #EBE8EC;
	cursor: pointer;
}


.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


