/* FontFace */
@import "fontface/fontface.css";

/* @group HEADLINES */
h1, h2, h3, h4, h5, h6 {font-weight: bold;}

td {vertical-align: top;}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @group LINKS */
a {text-decoration: none;}
a:hover{text-decoration: underline;}
/* @end */

/* @group PARAGRAPH */
p {margin-top: 1em;}
var {font-style: italic;}
dfn {font-style: italic;}
pre {}
code{}
/* @end */

/* @group TEXT ALIGN */
.align-right {text-align: right;}
.align-left {text-align: left;}
.align-center {text-align: center;}
.align-justify {text-align: justify;}
.italic {font-style: italic;}

/* @goup LIST */


/* @group HEADLINES */

body {
	font-family: 'AllerRegular', 'Arial', sans-serif;
	color:#4f4f4f;
	font-size:13px;
}

h1,
.h1 {
	font-weight:normal;
	color:#B2101D;
	font-size:26px;
	line-height:1.2em;
	margin:8px 0;
}

h2,
.h2 {
	font-weight:normal;
	color:#4F4F4F;
	font-size:22px;
	line-height:1.3em;
	margin:8px 0;
}

h3,
.h3 {
	font-weight:normal;
	color:#B2101D;
	font-size:20px;
	line-height:1.3em;
	margin:8px 0;
	text-transform:uppercase;
}

h4,
.h4 {
	font-weight:normal;
	color:#4F4F4F;
	font-size:16px;
	line-height:1.5em;
	margin:8px 0;
}

h5,
.h5 {
	font-weight:bold;
	color:#B2101D;
	font-size:15px;
	line-height:1.4em;
	margin:8px 0;
}

h6,
.h6 {
	font-weight:bold;
	color:#4F4F4F;
	font-size:13px;
	line-height:1.3em;
	margin:8px 0;
}

p, ul, ol,
.p, .ul, .ol {
	color:#4F4F4F;
	font-size:13px;
	margin:12px 0;
	line-height:1.4em;
}

.address_block {
	color:#4F4F4F;
	font-size:13px;
	line-height:1.4em;
}

ul, ol,
.ul, .ol {
	margin:12px 0;
	padding:0;
}

ul li,
.ul .li {
	list-style-type:none;
	background:transparent url(../images/list_icon.png) scroll 0 4px no-repeat;
	padding:4px 0 4px 24px;
	margin:0;
}

ol li,
.ol .li {
	padding:4px 0 4px 0;
	margin:0 0 0 24px;
}

b, strong {
	font-weight:bold;
}

i, em {
	font-style:italic;
}

a {
	color:#B2101D;
	text-decoration:underline;
}

a:hover {
	color:#4F4F4F;
	text-decoration:underline;
}

hr,
.hr {
	border:none;
	background:none;
	margin:20px 0;
	padding:0;
	height:0;
	border-top:1px solid #B2101D;
	clear:both;
}

.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
* + html .clearfix { /* für IE7 */
    display: inline-block;
}
 
* html .clearfix { /* für IE6 */
	height: 1%;
}

html,
body {
	margin:0;
	padding:0;
}

img,
a img {
	border:none;
}

body {
	overflow: hidden;
	margin:0;
	padding:0;
	background:#FAF5E4;
	color: #4F4F4F;
    font-family: 'AllerRegular','Arial',sans-serif;
    font-size: 13px;
}

#intro_page,
#overlay_page {
	width:900px;
	margin:0 auto;
}

#intro_page_inner,
#overlay_page_inner {
	padding:10px 40px;
}

.col_1 {
	float:left;
	width:400px;
}

/*.col_1 .logo_inner {
	padding-top:50px;
}*/

.col_2 {
	float:right;
	width:400px;
}

.col_1_inner,
.col_2_inner {
	padding:20px;
}

.logo {
	height:235px;
	width:300px;
	margin:0 auto;
}

.content {
	margin:0 30px;
}

#overlay_page {
	text-align:left;
}

#overlay_page h1,
#overlay_page h2,
#overlay_page h3,
#overlay_page h4,
#overlay_page h5,
#overlay_page h6,
#overlay_page p,
#overlay_page .address_block,
#overlay_page ul,
#overlay_page ol,
#overlay_page li,
#overlay_page a {
	color:white;
}

#overlay_page a:hover {
	color:white;
	text-decoration:none;
}

#overlay_page_inner {
	padding-top:120px;
}

#overlay_page hr,
#overlay_page .hr {
	border:none;
	background:none;
	margin:20px 0;
	padding:0;
	height:0;
	border-top:1px solid #ffffff;
	clear:both;
}

#intro_page a.website_link {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 2%, #ffffff 50%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 2%,#ffffff 50%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 2%,#ffffff 50%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 2%,#ffffff 50%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 2%,#ffffff 50%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 1px 1px 20px 1px rgba(50, 50, 50, .5);
	box-shadow: 1px 1px 20px 1px rgba(50, 50, 50, .5);
	
	border-radius:20px;
	border:1px solid #bababa;
	display:block;
	text-decoration:none;
	padding:10px 0;
}

#intro_page a.website_link:hover {
	background: #dbdbdb; /* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%,#ffffff 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%,#ffffff 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 1px 1px 5px 1px rgba(50, 50, 50, .1);
	box-shadow: 1px 1px 10px 5px rgba(50, 50, 50, .1);
	
	text-decoration:none;
}

#intro_page a.website_link span {
	display:block;
}

.address_block_1 {
	width:90px;
	float:left;
}

.address_block_2 {
	width:210px;
	float:right;
}