/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * CSS by STUDIO L5
 * Design & Kreativstudio / Dortmund / Germany
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*  Main Elements  * * * * * * * * * * * * * * * * * * * */

body {
	background: #fff url(../img/bg_strip.gif) repeat-x;
	color: #9d9774;
	margin: 0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}

/*  Boxes  * * * * * * * * * * * * * * * * * * * */

#pageContainer {
	margin: 0 auto;
	width: 990px;
}

#header {
	width: 990px;
	height: 90px;
	margin-top: 30px;
	background: url(../img/logo.gif) no-repeat;
}

#maincontent {
	width: 990px;
	height: 500px;
	margin-top: 11px;
	overflow: hidden;
}

#maincontent_news_left {
	float: left;
	width: 331px;
	height: 500px;
	overflow: hidden;
}

#maincontent_news_mid {
	float: left;
	width: 332px;
	height: 500px;
	overflow: hidden;
}

#maincontent_news_right {
	float: left;
	width: 327px;
	height: 500px;
	overflow: hidden;
}

.info_grid_wrapper {
	width: 303px;
	height: 54px;
}

.info_grid_left {
	float: left;
	width: 156px;
	height: 54px;
}

.info_grid_right {
	float: right;
	width: 140px;
	height: 54px;
}

.divider_impressum {
	float: left;
	text-align: left;
	width: 205px;
	height: 100px;
	margin-right: 10px;
	padding-bottom: 10px;
	color: #bfc0b6;
	background: url(../img/divider_c.gif) no-repeat right top;
	word-spacing: 2px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
}

.divider_thin {
	width: 990px;
	border-bottom: 1px solid #9d9774;
	margin-top: 10px;
	margin-bottom: 15px;
}

.divider_info_left {
	width: 475px;
	height: auto;
	float: left;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
}

.divider_info_right {
	width: 475px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
}

.adress_box {
	width: 475px;
	height: auto;
	border-top: 1px solid #9d9774;
	border-bottom: 1px solid #9d9774;
}

#footer {
	clear: both;
	margin-top: 12px;
	height: 100px;
	border-top: 3px solid #9d9774;
}

#footer p {
	display: block;
	margin-top: 12px;
	width: 990px;
	height: 20px;
	font-style: italic;
	text-align: left;
	font-size: 11px;
}

/*  Slidepic  * * * * * * * * * * * * * * * * * * * */

#slidepic {
	margin-top: 11px;
}

/*preload classes*/

.svw {
	width: 900px;
	height: 500px;
	background: #fff;
}

.svw ul {
	position: relative;
	left: -999em;
}

/*core classes*/

.stripViewer {
	position: relative;
	overflow: hidden;
	
	margin: 0 0 1px 0;
}

.stripViewer ul {


/* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}

.stripViewer ul li {
	float: left;
}

.stripTransmitter {
	overflow: auto;
	width: 1%;
}

.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}

.stripTransmitter ul li {
	width: 20px;
	float: left;
	margin: 0 1px 1px 0;
	
}

.stripTransmitter a {
	text-align: center;
	background: #bcb7a5;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 22px;
	font-size: 10px;
	font-weight: bold;
}

.stripTransmitter a:hover, a.current {
	background: #fff;
	color: #9d9774;
	text-decoration: none;
}

/*tooltips formatting*/

.tooltip {
	padding: 0.5em;
	background: #fff;
	color: #000;
	border: 2px solid #ece8e8;
}

/*  Fadepic  * * * * * * * * * * * * * * * * * * * */

.fadepic {
	list-style: none;
	float: left;
	width: auto;
	position: absolute;
}

.fadepic a {
	display: block;
	position: absolute;
}

.fadepic a img {
	position: absolute;
	z-index: 1;
	left: 0px;
}

.fadepic span {
	display: block;
	position: absolute;
	z-index: 2;
}

* {
	
}

/*  Title  * * * * * * * * * * * * * * * * * * * */

.title {
	height: 62px;
	width: 990px;
	border-top: 3px solid #9d9774;
	border-bottom: 3px solid #9d9774;
}

.title_line1_wrapper {
	width: 990px;
	margin-top: 15px;
	height: 20px;
}

.title_line1_left {
	float: left;
	width: 800px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.title_line1_right {
	text-align: right;
	float: right;
	width: 180px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.title_line1_right_folio {
	height: 19px;
	width: 70px;
	float: right;
}

.title_line1_right_folio_prev {
	height: 19px;
	width: 34px;
	float: left;
}

.title_line1_right_folio_next {
	height: 19px;
	width: 34px;
	float: right;
}

.title_line2 {
	clear: both;
	margin-top: 1px;
	font-size: 11px;
	text-transform: uppercase;
	font-style: italic;
}

/*  Navigation * * * * * * * * * * * * * * * * * * * */

#navigation {
	float: right;
	width: 700px;
	height: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
	display: block;
	color: #9d9774;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

ul.navigation {
	list-style: none;
}

ul.navigation li {
	width: auto;
	height: 30px;
	float: right;
	margin-left: 25px;
}

ul.navigation li a {
	display: block;
}

/*  Portfolio controls * * * * * * * * * * * * * * * * * * * */

.portfolio_divider {
	padding-top: 0px;
	width: 860px;
	height: 5px;
	background: url(../img/divider_b.gif) no-repeat 0 bottom;
}

.portfolio_controls {
	text-align: right;
	width: 860px;
	height: 40px;
	padding-bottom: 20px;
}

.portfolio_description_text {
	margin-top: 5px;
}

.clear {
	clear: both;
}

/*  Text Styling * * * * * * * * * * * * * * * * * * * */

* {
	margin: 0;
	padding: 0;
	color: #9d9774;
	word-spacing: 2px;
}

a {
	color: #5e5a40;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.active {
	color: #5e5a40;
}

a:visited {
	color: #5e5a40;
	text-decoration: none;
}

p {
	font-style: italic;
	word-spacing: 2px;
	line-height: 19px;
}

.navigation a:link {
	color: #9d9774;
	text-decoration: none;
}

.navigation a:hover {
	color: #5e5a40;
	text-decoration: none;
}

.navigation a:visited {
	color: #9d9774;
	text-decoration: none;
}

h1 {
	margin: 0;
	color: #9d9774;
	text-transform: uppercase;
	font-size: 15px;
}

h2 {
	margin: 0;
	color: #9d9774;
	text-transform: uppercase;
	font-size: 16px;
}

.spacer1 {
	color: #9d9774;
	margin-left: 7px;
	margin-right: 7px;
}

.spacer2 {
	margin-left: 8px;
	padding-right: 8px;
	background: url(../img/spacer_2.gif) no-repeat;
}

.fontsmall {
	font-size: 9px;
	font-style: italic;
}

.fontdark {
	color: #5e5a40;
}

.spacer1_fontsmall {
	color: #9d9774;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 11px;
	font-style: italic;
}

.contentfont {
	color: #9d9774;
	font-size: 12px;
	font-style: italic;
}
