body {
	margin: 0;
	padding: 27px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background: #8FB0CE;
}

body.popup {
	background: white;
	padding: 10px 10px;
}

div {
	outline: none;
}

a {
	color: #4996E3;
	text-decoration: none;
	outline: none !important ;
}

h1 {
	color: #E4810C;
	font-size: 24px;
	margin: 10px 0;
}

h2 {
	font-size: 16px;
	margin: 10px 0 2px 0;
}

h1.page-title {
	font-size: 12px !important;
	margin-bottom: 8px;
	margin-top: 12px;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0 none;
}

.blue, .blue a {
	color: #4996E3 !important;
}

.red, .red a {
	color: #E4810C !important ;
}


div.body {
	width: 940px;
	margin: 0 auto;
	background: White;
}

div.main {
	height: 340px;
	margin: 10px 30px;
	padding-bottom: 10px;
}

html>body div.main {
	height: auto;
	overflow: auto;
	min-height: 340px;
}


div.header {
	background: #E7ECB1;
	height: 90px;
	text-align: right;
}

div.header p {
	margin: 0;
}

div.header p.logo {
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

div.header p.logo a {
	text-decoration: none;
	color: black;
}

div.header p.logo img {
	margin-bottom: 4px;
	margin-left: 1px;
}

ul.main-menu {
	margin: 2px 10px;
	padding-left: 20px;
	padding-right: 0px;
	list-style: none;
	background: url(/images/menu-bgr.gif) left center repeat-x;
	font-weight: bold;
	height: 50px;
}

html>body ul.main-menu {
	height: auto;
	overflow: auto;
}

ul.main-menu a {
	text-decoration: none;
	color: black;
}

ul.main-menu a:hover {
	text-decoration: underline;
}

ul.main-menu li {
	float: left;
	padding: 7px 14px 5px 0;
}

ul.main-menu li.active a {
	color: #bcbcbc !important ;
	cursor: default;
}

ul.main-menu li.active a:hover {
	text-decoration: none;
}

ul.main-menu li.separator {
	background: url(../images/menu-separator.gif) 100% 8px no-repeat;
	margin-right: 14px;
	padding-right: 16px;
}

div.footer {
	margin: 7px 10px;
	margin-bottom: 0;
	border-top: 3px #E7ECB1 solid;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.footer p {
	margin: 3px 0;
}

div.footer div.contact {
	float: left;
	padding-left: 2px;
}

div.footer div.contact span {
	padding-left: 13px;
}

div.footer div.directory {
	float: left;
}

div.footer div.copyright {
	text-align: right;
}

div.footer div.copyright p.suibrands {
	float: right;
	margin-left: 4px;
}

div.footer div.copyright a {
	color: black;
}

html>body div.footer div.copyright p.suibrands {
	margin-left: 6px;
	margin-top: 0;
}

/* Content */
div.main p {
	margin: 15px 0;
}

div.content_padding {
	padding: 10px 11px;
}

div.padding_right {
	padding-right: 50px;
}

div.left-col {
	width: 220px;
	float: left;
}

div.center-col {
	height: 50px;
	padding-left: 20px;
}

html>body div.center-col {
	height: auto;
	overflow: auto;
}

/*Pages*/

div.make-simple {
	position: relative;
}

div.make-simple img {
	display: block;
	margin: 0 auto;
}

div.make-simple p.idea {
	position: absolute;
	width: 128px;
	left: 0;
	top: 0;
	margin: 0;
}

div.make-simple p.pin {
	padding-left: 100px;
	text-align: center;
}


.serif {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 16px;
	font-weight: bold;
	color: #E4810C;
}

div.contacts {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 16px;
	font-weight: bold;
	color: #E4810C;
	padding-right: 10px;
}

div.contacts a {
	color: #E4810C;
}

div.contacts h3, div.contacts p {
	text-align: center;
	width: 220px;
	line-height: 100%;
	margin: 6px auto;
}

div.contacts h3 {
	font-size: 17px;
	width: 220px;
}

div.contacts h3 span {
	font-size: 18px;
	white-space: nowrap; 
	line-height: 120%;
}

div.form-link {
	background: #3E9CEA;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 8px;
}

div.form-link a {
	color: white;
}

div.faq {
	border-left: 1px #E7ECB1 solid;
	padding-left: 20px;
	padding-top: 10px;
}

div.faq span {
	font-weight: bold;
	padding-right: 2px;
}

div.faq div {
	margin-bottom: 20px;
}

div.faq div p {
	margin: 5px 0;
}

h2.menu-caption {
	font-size: 12px;
	color: #3E9CEA;
	margin-bottom: 7px;
	margin-top: 16px;
	padding-left: 10px;
}

div.two-cols-green {
	height: 280px;
	border-top: 1px solid #E7ECB1;
	border-bottom: 1px solid #E7ECB1;
}

html>body div.two-cols-green {
	height: auto;
	min-height: 280px;
}

div.two-cols-green div.left-col {
	width: 150px;
	height: 280px;
	border-right: 1px solid #E7ECB1;
}

div.two-cols-green div.center-col {
	padding-left: 11px;
}

ul.section-menu {
	margin: 0;
	margin-top: 4px;
	padding: 0;
	list-style: none;
}

ul.section-menu li {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	height: 11px;
}

html>body ul.section-menu li {
	height: auto;
}

ul.section-menu li a {
	display: block;
	color: black;
	padding: 2px 0;
	padding-left: 8px;
	font-weight: bold;
}

ul.section-menu li.active a, ul.section-menu li a:hover {
	background: #E7ECB1;
	text-decoration: none;
}

ul.gallery-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 240px;
	position: relative;
	width: 100%;
	margin-top: 15px;
}

ul.gallery-menu li {
	float: left;
}

ul.gallery-menu li img, ul.gallery-menu li a.text {
	display: block;
	position: absolute;
}

ul.gallery-menu li a.text {
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

ul.gallery-menu li a:hover, ul.gallery-menu li.active a {
	color: #E4810C;
}

/* Pins gallery */
ul.gallery-menu li#gm1 img {
	left: 0px;
	top: 20px;
}

ul.gallery-menu li#gm1 a.text {
	left: 0px;
	top: 0px;
}

ul.gallery-menu li#gm2 img {
	left: 139px;
	top: 105px;
}

ul.gallery-menu li#gm2 a.text {
	left: 140px;
	bottom: 0;
}

ul.gallery-menu li#gm3 img {
	left: 247px;
	top: 20px;
}

ul.gallery-menu li#gm3 a.text {
	left: 272px;
	top: 0px;
}

ul.gallery-menu li#gm4 img {
	left: 375px;
	top: 80px;
}

ul.gallery-menu li#gm4 a.text {
	left: 370px;
	bottom: 0;
}

ul.gallery-menu li#gm5 img {
	left: 490px;
	top: 20px;
}

ul.gallery-menu li#gm5 a.text {
	left: 490px;
	top: 0px;
}

ul.gallery-menu li#gm6 img {
	right: 160px;
	top: 75px;
}

ul.gallery-menu li#gm6 a.text {
	right: 185px;
	bottom: 0px;
}

ul.gallery-menu li#gm7 img {
	right: 15px;
	top: 20px;
}

ul.gallery-menu li#gm7 a.text {
	right: 0px;
	top: 0px;
}

ul.gallery-menu li#gm8 img {
	right: 0px;
	bottom: 15px;
}

ul.gallery-menu li#gm8 a.text {
	right: 45px;
	bottom: 0;
}

div.click-further {
	text-align: center;
	margin-top: 110px;
}

div.click-further p {
	font-weight: bold;
	color: #3E9CEA;
}

div.click-further p.serif {
	width: 280px;
	color: #E4810C;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 17px;
}

html>body div.gallery {
	border-top: 1px transparent solid;
}

div.gallery div.left-col {
	width: 205px;
	height: auto;
	border-right: 0 none;
}

div.pages {
	margin-top: 11px;
	text-align: center;
}

div.paging span.current a {
	font-weight: bold;
	color: black;
	cursor: default;
}

div.items {
	margin-top: 13px;
	margin-left: 215px;
}

div.items img {
	margin-right: 5px;
	margin-bottom: 5px;
	width: 117px;
	height: 117px;
}

div.items a {
	outline: none;
}

div.image-content p {
	width: 340px;
}

div.image-content ul {
	margin: 0;
	padding: 0;
	margin-left: 24px;
	margin-right: 370px;
}


div.image-content p.image {
	width: auto;
	float: right;
	margin: 0;
	width: 350px;
	text-align: center;
}

div.image-content p.image img {
	display: block;
	margin: 0 auto 20px auto;
}

div.image-content span.phone {
	font-size: 30px;
	display: block;
	margin-top: 8px;
}

div.image-content p.red-phone {
	font-size: 20px;
	color: #E4810C;
	text-align: center;
	margin-top: 30px;
}

div.image-content p.red-phone span.phone  {
	font-size: 18px;
	margin-top: 3px;
}

div.bottom-images {
	position: relative;
	height: 245px;
}

div.bottom-images h3 {
	font-size: 12px;
	margin: 0;
}

div.bottom-images h3, div.bottom-images img {
	position: absolute;
}

div.left-col ol {
	font-size: 18px;
	font-weight: bold;
	color: #3E9CEA;
	list-style-position: inside;
	margin-left: 20px;
	margin: 0;
	padding: 0;
}

div.left-col ol li {
	margin-bottom: 10px;
}

html>body div.left-col ol li {
	line-height: 12px;
}

div.left-col ol p {
	font-size: 12px;
	color: black;
	margin: 0;
	display: inline;
}

div.make-simple2 {
	height: 250px;
	clear: right;
	margin-top: 8px;
}

div.make-simple2 div {
	float: left;
	width: 210px;
}

div.make-simple2 div p {
	margin: 0;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #3E9CEA;
}

div.table {
	clear: both;
	height: 50px;
	background: url(/images/table-bgr.gif) left top repeat-x;
}

html>body div.table {
	height: auto;
	overflow: auto;
}

div.table div {
	float: left;
	width: 210px;
	margin-right: 7px;
}

div.table div p, div.table div h3 {
	padding-left: 10px;	
}

div.table div h3  {
	margin: 0;
	padding-top: 3px;
	font-size: 12px;
	color: white;	
}

div.zuruck p {
	margin-top: 0;
	margin-bottom: 10px;
}

div.zuruck h2 {
	font-size: 13px;
}

div.clickable h3 {
	color: #4996E3;
	border-bottom: 1px dashed;
	cursor: pointer;
}

div.clickable img {
	cursor: pointer;
}

div.clickable div.active h3, div.clickable div.active img {
	cursor: default;
	color: #E4810C;
}

div.dynamic-content div.image-content {
	display: none;
}

div.dynamic-content p.image img {
	margin-bottom: 0;
}

/* Messages */
p.message {
	margin: 17px 0;
	padding: 7px 12px;
	border: 1px #E7ECB1 solid;
	font-weight: bold;
	background: #F8F9DC;
}

p.error {
	background: #FFF1F1; /* #f5d4d4;*/
	border-color: red;
}

form.common div.left-col {
	width: 300px;
	padding-left: 50px;
}

form.common div.right-col {
	margin-left: 360px;
}

form.common div.field {
	height: 15px;
	margin-bottom: 6px;
}

html>body form.common div.field {
	height: auto;
	overflow: auto;
}

form.common div.field span {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
}

form.common .mandatory {

}

form.common .error {
	color: red;
}

form.common div.field input {
	width: 130px;
}

form.common div.field textarea {
	width: 200px;
	overflow: auto;
	height: 120px;
	font-family: Tahoma, sans-serif;
} 

form.common div.wide select {
	width: 205px;
}

div.right-col div.field span {
	width: 250px;
	text-align: right;
}

div.green-border {
	border: 1px #E7ECB1 solid;
	height: 100px;
	padding: 10px;
	margin-top: 10px;
}

html>body div.green-border  {
	height: auto;
	overflow: auto;
	
}

form.common p {
	text-align: right;
	margin-right: 15px;
}

div.legend {
	margin-left: 80px;
	margin-top: 80px;
	font-weight: bold;
}

div.legend b, div.field span b {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #e4810c;
	font-weight: normal;
}

form.common div.radiogroup {
	height: 30px;
}

html>body form.common div.radiogroup {
	height: auto;
	overflow: auto;
}

form.common  div.radiogroup input {
	width: auto;
}

div.field span.textarea {
	margin-top: 52px;
}

div.field span.checkboxgroup {
	margin-top: 52px;
}