@charset "utf-8";
body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background: #262626 url(images/bg.jpg) repeat-x top;
}

#logo {
	background: url(images/logo.jpg) no-repeat;
	height: 64px;
	width: 170px;
	position: absolute;
	top: 5px;
}

/*------------Top_Wrapper-----------*/

#topWrapper {
	margin: 89px 0px 0px;
	padding: 0px;
	height: 35px;
	background: #B12A64;
}

/*-------------Main Container---------------*/

#MainContainer {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	
}

#MainContainer hr {
	color: #002849;
}


/*----------------Header--------------*/

#header {
	padding: 0px;
	height: 181px;
	margin: 0px;
	clear: both;
	background: #FFF url(images/logo_os.jpg) no-repeat left center;
}

/*<______________________Navigation Top____________________>*/

#navigationTop {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}

/*#navigationTop ul{
	margin: 0;
	padding: 0;	
	float: right;
	
}

#navigationTop li {
	float: left;
	width: 146px;
	list-style: url(images/topmenu_li.jpg) outside;
}

/*  MENU Top, normal state (NO)*/

/*#navigationTop li A {
	color: #262626;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
	padding: 10px 10px 10px;
}

/*  MENU Top, level 1, active state (ACT) */

/*#navigationTop li.menuTop-active A {
	color: #fff;	
}
#navigationTop A:hover {
	color: #fff;
}
*/
/*------------Language Menu--------------------------*/

#langMenu {
	height: 20px;
	position: absolute;
	top: 5px;
	left: 1020px;
}

#langMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#langMenu li {
	float: left;	
}

#langMenu li A  {
	color: #666666;
	display: block;
	font-size: 12px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 10px 6px 10px;
}

#langMenu li.lang_active {
	color: #B12A64;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 6px 10px;	
}

#langMenu li A:hover {
	color: #B12A64;
}

/*<_____________________Left Bar______________________________>*/

#Leftbar {
	width: 200px;
	float: left;
	margin: 15px 0px 0px;
	padding: 15px 0px 0px;
}
/*<-----------------------Left Menu- MAIN_MENU_---------------------------*/

#menu {
	width: 200px;
	float: left;
}
/*Left Menu Level 1, NO*/
#menu ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;	
}

#menu a {
	display: block;
	width: 181px;
	color: #FFF;
	margin-bottom: 6px;
	list-style-type: none;
	text-decoration: none;
	padding: 4px 3px 4px 15px;
	background: url(images/leftmenu_li.jpg) no-repeat left center;
}
/*Left Menu Level 1, ACT*/
#menu li.normal A  {
	list-style-type: none;
}
/*Left Menu Level 1, ACT*/
#menu li.active A {
	display: block;
	width: 181px;
	color: #b12a64;
	margin-bottom: 6px;
	list-style-type: none;
	text-decoration: none;
	background: url(images/topmenu_li.jpg) no-repeat left center;
}

#menu a:hover {
	color: #b12a64;
	background: url(images/topmenu_li.jpg) no-repeat left center;
}
/* -------------Spacer--------------------*/

#menu li.hidden {
	display: block;
	width: 177px;
	color: #0B334C;
	margin-bottom: 3px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 20px;
	list-style-type: none;
	text-decoration: none;
	background: #C5CEDF;
	font-size: 14px;
}

/*<__________________Left Menu Level 2, ACT______________>*/
#menu li.level2 A {
	display: block;
	width: 181px;
	color: #fff;
	margin: 0px 0px 6px 10px;
	padding: 2px 0px 2px 10px;
	font: 10px Arial, Helvetica, sans-serif;
}

#menu li.level2 a:hover {
	color: #b12a64;
	background: url(images/topmenu_li.jpg) no-repeat left center;
}

#menu li.active2 A {
	display: block;
	width: 181px;
	color: #b12a64;
	margin: 0px 0px 6px 10px;
	padding: 3px 0px 3px 10px;
	font: 10px Arial, Helvetica, sans-serif;
	background: url(images/topmenu_li.jpg) no-repeat left center;
}

/*<__________________Left Menu Level 3, ACT_NO______________>*/
#menu li.level3 A {
	display: block;
	width: 173px;
	color: #fff;
	margin: 0px 0px 3px 20px;
	padding: 0px 0px 0px 10px;
	letter-spacing: -0.05em;
	font: 10px/normal Arial, Helvetica, sans-serif;
}

#menu li.level3 a:hover {
	color: #C20012;
}

#menu li.active3 A {
	display: block;
	width: 173px;
	color: #b12a64;
	margin: 0px 0px 3px 20px;
	padding: 0px 0px 0px 10px;
	letter-spacing: -0.05em;
	font: 10px Arial, Helvetica, sans-serif;
}

/*<_____________________Left Content________________*/
#leftContent {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	clear: left;
	float: left;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left_box {
	margin: 0px;
	padding: 0px;
	background: url(images/bg_right_box.png) repeat-x left top;
	height: 137px;
	width: 180px;
}
#leftContent .left_box h1, #leftContent .left_box h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}

#leftContent .left_box p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #232323;
	padding-right: 2px;
	padding-left: 6px;
	text-align: left;
	padding-top: 0px;
}

#leftContent .left_box p a {
	color: #B12A64;
	text-decoration: none;
	font-weight: bold;
}

#leftContent .left_box p a:hover {
	text-decoration: underline;
}

.left_box_header {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #FFF;
	background: #C20012;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 0px;
}

#leftContent .left_box img, #sub-section .right_box img a {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}

.wedding {
	width: 170px;
	float: right;
}

#Leftbar #leftContent .wedding h2 {
	font-size: 14px;
	font-variant: small-caps;
	color: #FFF;
	text-align: left;
}
#Leftbar #leftContent .wedding p img, #Leftbar #leftContent .wedding p img A {
	text-decoration: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

/*<_____________________RIGHT BAR______________>*/

#sub-section {
	font-family: Arial, Helvetica, sans-serif;
	width:180px;
	float: right;
	margin: 0px;
	text-align: center;
	padding: 0px 0 20px;
}
.right_box {
	margin: 0px;
	padding: 0px;
	background: url(images/bg_right_box.png) repeat-x left top;
	height: 137px;
	width: 180px;
}

#sub-section h1, #sub-section h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 3px 0px;
}

#sub-section .right_box h1, #sub-section .right_box h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#sub-section .right_box p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #232323;
	padding-right: 2px;
	padding-left: 6px;
	text-align: left;
	padding-top: 0px;
}

#sub-section .right_box p a {
	color: #B12A64;
	text-decoration: none;
	font-weight: bold;
}

#sub-section .right_box p a:hover {
	text-decoration: underline;
}

.right_box_header {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #FFF;
	background: #C20012;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 0px;
}

#sub-section .wedding p a img {
	text-decoration: none;
	border-style: none;
	border-width: 0;
	outline:0;
}

#sub-section .wedding p a:link img,  #sub-section .wedding p a:visited img, #sub-section .wedding p a:hover img {
	text-decoration: none;
	border-style: none;
	border-width: 0;
	outline:0;
}
/* ----Pictures ----*/
.right_box_img {
	margin: 0px 0px 8px;
	padding: 0px 0px 4px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	background: #1A5BA5;
	height: 165px;
}

/*<__________________MAIN CONTENT__________________>*/

#content {
	text-align: left;
	margin: 15px 200px 20px 235px;
	padding: 15px 0px 0px;
}
#content p {
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-bottom: 8px;
	line-height: 18px;
}
#MainContainer #content p img {
	padding-right: 5px;
	margin: 0px;
}
#MainContainer #content h1 {
	color: #B12A64;
	margin: 0;
	padding-bottom: 10px;
	font: bold 14px/18px Tahoma, Geneva, sans-serif;
}
#MainContainer #content h2, #MainContainer #content h3 {
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #B12A64;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/li_orng.gif);
	color: #fff;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
/*main_content_links*/

#MainContainer #content p a {
	font-weight: bold;
	color: #B12A64;
	text-decoration: none;
	font-style: italic;
}
#MainContainer #content p a:hover {
	text-decoration: underline;
}

#MainContainer #content table tr td p {
	text-decoration: none;
	color: #B12A64;
}
/*main_content_slideshow*/
#home_show {
	margin: 0px;
	padding: 0px;
	height: 364px;
	width: 545px;
}
/*<___________________________FOOTER______________>*/
#footer {
	width:100%;
	height:30px;
	color: #FFF;
	background: #B12A64;
}
#footer p {
	color: #fff;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#footer p a {
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}
/*<_____________ EASY Slider________________>*/
#content #slider {
	width: 545px;
}

ul.slider_ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 545px;
}

#slider .slider_ul li {
	margin: 0px;
	list-style: none;
	background: #CCC;
	width: 545px;
}

#prevBtn, #nextBtn {
	font-weight: bold;
	font-size: 12px;
	
}

#prevBtn A {
	color: #B12A64;
	text-decoration: none;
	float: left;
	padding-left: 50px;
}

#nextBtn A {
	color: #B12A64;
	text-decoration: none;
	float: right;
	padding-right: 50px;
}

div.left_pos_content {
	padding: 14px 18px 0px;
	height: 354px;
}

#slider .slider_ul li h2 {
	padding-left: 6px;
}

#slider .slider_ul li .left_pos_content p {
	font-weight: normal;
	color: #333;	
}

#slider .slider_ul li img {
	padding: 0px;
	margin: 0px;
}

/*<_____________ POWERMAIL________________>*/
	/* Form */
	div.tx-powermail-pi1 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	
}
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
	font-family: Arial, Helvetica, sans-serif;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
fieldset.tx-powermail-pi1_fieldset {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #1A5BA5;
	font-size: 14px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 260px;
	float: left;
	clear: both;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
	border: 1px solid #0B334C;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	width: 480px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	font-weight: bold;
	color: #FFF;
	width: 150px;
	margin: 10px 20px 20px 0px;
	padding: 5px 0px;
	background: #1A5BA5;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}

fieldset.tx-powermail-pi1_fieldset div.even {
	
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

input[type="submit"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: auto;
	color: #fff;
	background-color: #0B334C;
}


BUTTON {
	width: 100px;
	color: #fff;
	background-color: #0B334C;	
}
/*Multiplestage Back Buttons*/
#content .tx_powermail_pi1_submitmultiple_back{
	width: auto;
	color: #fff;
	background-color: #0B334C;
}
/*checkbox title*/

/*Breadcrumb pagebrowser*/
#content .powermail_pagebrowser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0B334C;
}

/*<_____________ PORTFOLIO_REFERENZEN________________>*/
#portfolio {
	margin: 0px;
	padding: 0px;
	width: 545px;
	background: #bebebe;
}

#content #portfolio .portfolio_pics img {
	padding: 0px;
	float: left;
	margin: 0px 5px 0px 0px;

}
.nav_pics {
	background: #323A42;
	margin: 0px;
	padding: 5px 5px 5px 240px;
	width: 305px;
}

#content .nav_pics a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#content .nav_pics a:hover {
	color: #C20012;
}

.portfolio_pics {
	margin: 0px;
	padding: 10px 5px 5px 10px;
	width: 535px;
	height: 290px;
}

#content #portfolio .portfolio_pics p {
	font-size: 11px;
	color: #e1e3e1;
	padding-left: 3px;
	font-weight: bold;
	line-height: normal;
	padding-right: 3px;
}

#content #portfolio .portfolio_pics p a {
	color: #FFF;
	text-decoration: underline;
}

#content #portfolio .portfolio_pics p a:hover {
	color: #C20012;
	text-decoration: none;
}
#content #portfolio .portfolio_pics p span {
	color: #dd1a22;
	font-size: 12px;
}

/*<_____________ PORTFOLIO_CONTENT________________>*/
#portfolio_content {
	margin: 0px;
	padding: 0px;
	width: 545px;
	background: #bebebe;
}
.portfolio_text {
	margin: 0px;
	height: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#content #portfolio_content .portfolio_text p {
	font-size: 10px;
	color: #242b30;
	font-weight: normal;
	line-height: 14px;
	padding: 20px 10px 0px;
	width: 310px;
	float: left;
	display: block;
}

#content #portfolio_content .portfolio_text p a {
	color: #FFF;
	text-decoration: underline;
}

#content #portfolio_content .portfolio_text p a:hover {
	color: #C20012;
	text-decoration: none;
}

#MainContainer #content #portfolio_content .portfolio_text h2 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;
	background: #262626;
	width: 545px;
	padding-bottom: 5px;
}

#MainContainer #content #portfolio_content .portfolio_text img {
	margin: 0px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.nav {
	margin: 0px;
	padding: 5px 5px 5px 240px;
	width: 307px;
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
