/* GLOBAL: */

/**
 *  * global reset
 *   *  to reset default styling in a nice way
 *    */
 
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
.input input, .submit, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

a, a:visited, a:link {
	cursor: pointer;
	text-decoration: none;
	color: #00539f;
}
a:active, a:hover {
	text-decoration: underline;
}
span.spacer {
	padding: 0 10px;
}
strong, b, .bold {
	font-weight: bold;
}
.pagination {
	text-align: center;
}
em {
	font-style: italic;
}
	.pagination a {
		padding: 3px 5px;
	}

h1, h2 {
	font-weight: bold;
}
h1 {
	color: #30badd;
	font-size: 30pt;
	letter-spacing: -4px;
	margin: 10px 0 20px 0;
}
h2 {
	color: #2c2c2c;
	font-size: 22pt;
	margin: 10px 0 20px 0;
}
	h2 .red, h2 .green {
		font-size: 34pt;
		letter-spacing: -4px;
	}
	h2.red, h2.green {
		letter-spacing: -4px;
	}
	.red {
		color: #e20000;
	}
	.green {
		color: #4aaf00;
	}
h3, h3 a {
	color: #30badd !important;
	font-size: 20pt;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	font-size: 10pt;
}
p{
	line-height: 2.1em;
	margin: 10px 5px 20px 5px;
}
p.links {
	margin-bottom: 40px;
}
	p.links a {
		margin-right: 80px;
	}
.signature {
	font-style: italic;
	text-align: right;
}

form {
	padding: 0 0 68px 0;
}
	form p {
		margin: 0 10px 0 25px;
	}
	input.radio {
		cursor: pointer;
		margin-right: 10px;
	}
	input.submit {
		cursor: pointer;
		height: 36px;
		float: right;
		margin: 10px 40px 0 0;
		background-repeat: no-repeat;
	}
		input.send_my_vote {
			background-image: url('../images/layout/send_vote_button.gif');
			width: 208px;
		}
		input.send_message {
			background-image: url('../images/layout/send_message_button.gif');
			width: 232px;
		}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}

.dot_horizontal_line {
	height: 4px;
	background-repeat: repeat-x;
	background-image: url('../images/layout/dot_line_background.gif');
}

table {
	background-color: #f2f2f2;
}
	th, td {
		background-color: #ebebeb;
		padding: 9px 8px 8px 8px;
	}
ul, ol {
	padding-left: 20px;
}
	ul li, ol li {
		padding-left: 10px;
		line-height: 1.5em;
	}
ul.yes, ul.no {
	list-style-type: none;
	padding-left: 0;
}
	ul.yes li, ul.no li {
		padding: 2px 0 10px 25px;
		background-repeat: no-repeat;
		background-position: 0 0;
		line-height: 1em;
	}
	ul.yes li {
		background-image: url('../images/layout/li_yes.gif');
	}
	ul.no li {
		background-image: url('../images/layout/li_no.gif');
	}


/* LAYOUT: */

body {
 	background-color: #f2f2f2;
	text-align: center;
	font-size: 10pt;
	font-family: 'Verdana',sans-serif;

	position: relative;
}

#header_wrapper {
	width: 100%;
	height: 550px;
}
	#header_left_background, #header_right_background {
		height: 550px;
		width: 900px;
		background-repeat: repeat-x;
		position: relative;
		z-index: 1;

		position: absolute;
			top: 0;
	}
	#header_left_background {
		background-image: url('../images/layout/header_left_background.png');
			left: 0;
	}
	#header_right_background {
		background-image: url('../images/layout/header_right_background.png');
			right: 0;
	}
	#header_background {
		background: url('../images/layout/header_background.png') no-repeat top center;
		width: 100%;
		height: 550px;
		position: relative;
		z-index: 2;
	}
	#header {
		width: 980px;
		margin: 0 auto;
		color: #fff;
		position: relative;
		z-index: 3;
	}
		#header_logo {
			width: 155px;
			position: absolute;
				top: 5px;
				left: -3px;
			z-index: 120;
			display: block;
		}
		#header_menu {
			width:770px;
			position: absolute;
				top: 16px;
				left: 175px;
			z-index: 120;
		}
			#header_menu ul {
				padding-left: 0;
			}
				#header_menu li {
					float: left;
					list-style-type: none;
					color: #a1a1a1;
					position: relative;
					line-height: 1em;
					padding-left: 0;
				}
					#header_menu a, #header_menu a:link, #header_menu a:visited {
						color: #e4e4e4;
						padding: 5px 8px;
						font-weight: bold;
						text-decoration: none;
					}
					#header_menu a:hover, #header_menu a.selected, a:active {
						color: #3DB7E6;
					}
					#header_menu ul ul {
						padding: 13px 10px 5px 10px;
						background-color: #000;
						margin-left: -10px;
						position: absolute;
							top: 25px;
							left: 0;
						_width: 150px;
						/* width: expression(document.body.clientWidth > 150 ? "150px" : "auto"); */
					}
						#header_menu ul ul li {
							float: none;
							padding: 0 0 6px 0;
						}
						#header_menu hr {
							background-color: #5d5d5d;
							height: 1px;
							margin-top: 5px;
						}
						#header_menu ul ul li a {
							font-weight: lighter;
						}
		#header p {
			color: #fff;
			position: absolute;
				top: 130px;
				right: 65px;
			font-size: 34pt;
			font-weight: bold;
			letter-spacing: -5px;
			line-height: 1em;
			margin: 0;
		}
		#header h1 {
			color: #000;
			position: absolute;
				top: 197px;
				right: 65px;
			font-size: 20pt;
			letter-spacing: -1px;
			margin: 0;
		}

#content_wrapper {
	margin: -170px auto 20px auto;
	width: 980px;
	position: relative;
	z-index: 5;
	text-align: left;
	color: #2c2c2c;
}
	#left_column {
		/*width: 330px;*/
		width: 300px;
		padding: 0 20px 0 10px;
		float: left;
	}
		#friends_logos {
			width: 220px;
			text-align: center;
			padding: 20px 0;
		}
	#right_column {
		width: 650px;
		float: right;
	}

#footer_wrapper {
	padding: 30px 0;
	position: relative;
	z-index: 5;
}
	#footer_awards {
		height: 65px;
		background-color: #e3e3e3;
	}
		#footer_awards img {
			padding: 5px 30px;
		}
	#footer {
		background-color: #000;
		color: #fff;
		font-size: 8pt;
	}
		#footer a, #footer a:hover, #footer a:visited, #footer a:active {
			color: #fff;
		}
		#footer div {
			width: 980px;
			margin: 0 auto;
		}
			#footer_prayam {
				width: 400px !important;
				float: left;
			}
				#footer_prayam p {
					padding: 10px 10px;
					color: #f2f2f2;
					margin: 10px 0;
				}
					#footer_prayam a:hover {
						text-decoration: none;
					}
					#footer_prayam a:hover span {
						text-decoration: underline;
					}
				#footer_prayam span.spacer {
					color: #5d5d5d;
					padding: 0 8px;
				}
			#footer_menu {
				width: 550px !important;
				float: right;
				text-align: right;
				color: #5d5d5d;
			}
				#footer_menu p {
					line-height: 2em;
					margin: 10px 0;
				}
					#footer_menu a {
						padding: 0 8px;
						color: #e4e4e4;
					}


/* MODULES: */

/* gallery: */

	.gallery_no_foto {
		text-align: center;
		margin-top: 50px;
	}
	.images_container_or_something_like_that {
	}
		.single_image_container_or_something {
			width: 100px;
			height: 100px;
			text-align: center;
			float: left;
			margin: 10px;
		}
	.galleries_container_or_something_like_that {
	}
		.single_gallery_container_or_something {
		}
			.single_gallery_container_or_something p {
				margin: 20px 5px 30px 5px;
			}

/* news: */

#news {
	padding: 0 5px;
}
	#news .single_news {
		width: 250px;
	}
		#news .single_news p {
			margin: 0 0 25px 5px;
		}
		#news .single_news div, #news .header .date {
			background-image: url('../images/layout/dot_line_background.gif');
			background-repeat: repeat-x;
			background-position: 0 13px;
		}
		#news .single_news .news_date, #news .header .date p {
			background-color: #f2f2f2;
			text-align: left;
			margin: 0 0 0 135px;
			padding-left: 10px;
			color: #a3a3a3;
		}
		#news .header .date p {
			margin-left: 530px;
		}
			#news .single_news .news_date span, #news .header .date span {
				font-size: 8pt;
				color: #ff332a;
			}
	#news .header {
		margin-top: 40px;
	}
	#news .content {
		margin-bottom: 40px;
	}
		#news .content img {
			float: left;
			margin: 10px 20px 15px 5px;
		}
	#news .link {
		margin: -10px 50px 25px 5px;
		text-align: right;
	}

/* flash map: */

#flash_map {
	margin: 32px 0 0 5px;
}


/* PAGES: */

/* main page: */

/* contact: */

#google_map {
	margin: 20px 0 15px 0;
}
	#google_map h1 {
		margin: 10px 0;
	}
	#google_map div {
		text-align: center;
	}
		#google_map a {
			font-size: 8pt;
			text-decoration: underline;
		}
#contact_data {
	padding: 0 50px 0 10px;
}
	#contact_data p {
		line-height: 1.8em;
		margin: 4px 0 11px 0;
	}
	#contact_data .dot_horizontal_line {
		margin-bottom: 10px;
	}
#contact_form {
}
	#contact_form p.top {
		margin-bottom: 35px;
	}
	#contact_form form {
	}
		#contact_form label {
			width: 155px;
			float: left;
			padding: 8px 15px 7px 0;
			text-align: right;
			position: relative;
			margin: 3px 0;
		}
			#contact_form label span {
				width: 5px;
				height: 5px;
				display: block;
				position: absolute;
					top: 7px;
					right: 10px;
				color: red;
			}
		#contact_form form div.input_container {
			width: 417px;
			float: left;
			margin-bottom: 12px;
		}
			#contact_form input, #contact_form textarea {
				border: 3px solid #cdcdcd;
				padding: 8px 5px 7px 5px;
				width: 402px;
				background-color: #f2f2f2;
			}
			#contact_form textarea {
				height: 162px;
			}
			#contact_form input:focus, #contact_form textarea:focus {
				background-color: #fff;
			}
			#contact_form input:hover, #contact_form textarea:hover, #contact_form input:focus, #contact_form textarea:focus {
				border-color: red;
			}
			#contact_form input.submit {
				border-width: 0px;
				width: 232px;
				margin-right: 10px;
			}
			#contact_form div.middle_p {
				padding-left: 170px;
			}
			#contact_form div p {
				font-size: 8pt;
				text-align: center;
				margin: -8px 0 -5px 0;
			}
		#contact_form .subtitle {
			position: relative;
			width: 165px;
		}
	#contact_form p.bottom {
		font-size: 8pt;
		padding-left: 25px;
		margin-top: 30px;
	}

/* offer: */

#offer_menu {
	width: 180px;
	margin-left: 38px;
}
	#offer_menu .offer_menu_element {
		height: 38px;
		background-repeat: no-repeat;
		position: relative;
	}
		#offer_menu .rek_mini_1 {
			background-image: url('../images/product_icons/rek_mini_1.gif');
		}
		#offer_menu .rek_mini_2 {
			background-image: url('../images/product_icons/rek_mini_2.gif');
		}
		#offer_menu .rek_mini_3 {
			background-image: url('../images/product_icons/rek_mini_3.gif');
		}
		
		#offer_menu .offer_menu_element a, #offer_menu .offer_menu_element a:visited {
			position: absolute;
				top: 0;
				left: 0;
			padding: 10px 20px 10px 35px;
			font-weight: bold;
			color: #353535;
		}
		#offer_menu .offer_menu_element a.selected, #offer_menu .offer_menu_element a:active, #offer_menu .offer_menu_element a:hover {
			text-decoration: none;
			color: #00539f;
		}

.fotos {
}
	.fotos img {
		border: 6px solid #ebebeb;
		margin: 0 12px 0 0;
	}
	.fotos img:hover {
		border-color: #e3e3e3;
	}

#offer_table {
	margin: 50px 0 55px 0;
}
	#offer_table table {
		margin: 10px 0 12px 0;
	}
		#offer_table th {
			width: 240px;
			text-align: right;
		}
		#offer_table td {
			font-weight: bold;
			width: 370px;
		}
