body, html {
	font-family: Helvetica,istok-web;	
	min-width: 320px;
	margin:0;
	padding:0;	
}

body {
	background: none repeat scroll 0 0 #E7E4E4;
}

p {
    line-height: 22px;
    margin: 0;
    padding: 0;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
	color: inherit;
}


#photosphere {
	width: 660px !important;
	height: 660px !important;
}

/* --------------------------------- */
.container {
	margin-left: auto;
    margin-right: auto;
    min-height: 500px;
    width: 1000px;
	overflow: auto;
	display:block !important;
}

.navigation {
	float:left;
	width:299px;
	min-height: 500px;
}

.menu_entry {
	float: left;
    min-height: 25px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
    width: 270px;
	border-bottom:1px dashed #000000;
	line-height: 25px;
  	vertical-align: middle;
}

.content {
	float:right;
	width:700px;
	min-height: 500px;
	border-left:1px dashed #000000;
}

.titel {
	float: left;
    font-size: 20px;
    height: 29px;
    padding-top: 6px;
    text-align: left;
    width: 991px;
	padding-left: 9px;
}

header {
	font-size: 17px;
    font-weight: bold;
    height: 32px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    z-index: 2147483647;
	background: none repeat scroll 0 0 #B7B7B7;
}

nav {
	margin:0;
	padding:0;	
}

.head_image {
	width:100%;
	margin: 0 0 15px;
	padding:0;	
}

.header_button {
	display: inline-block;
    left: 12px;
    position: absolute;
    top: 12px;
}
/* --------------------------------- */

/* --------------------------------- */
section {
	margin: 0;
	padding: 0 0 10px 0;
}

section:nth-child(2) {
	/*margin: 10px 0 0 0;*/
	padding: 0 0 10px 0;
}
/* --------------------------------- */

/* Menu Style */
/* --------------------------------- */
.menu {
	width:100%;
	font-size: 11pt;
}

.menu_group {
	margin: 0 auto;
    width: 95%;
}

.menu_group a {
    display: block;
}

.menu_item {
    border: 1px solid #d3d3d3;
	height: 50px;
    line-height: 52px;
    margin: -1px auto 0;
    position: relative;
    width: 100%;
	margin-bottom: 5px;
	background: none repeat scroll 0 0 #D3D3D3;
}

.menu_item:last-child {
	margin-bottom: 0px;
}

.menu_item_caption {
	color: #373737;
	font-weight: normal;
    margin-left: 22px;
    position: relative;
}

.menu_item_arrow {
	height: 16px;
    position: absolute;
    right: 15px;
    top: 18px;
}
/* --------------------------------- */

/* --------------------------------- */
.page_block {
	padding: 12px 0;
	font-size: 11pt;	
}

.page_image {
	width:100%;
	margin:0;
	padding:0;	
}

.page_image_half_width {
	border: 1px solid #123456;
    display: table-caption;
    /*margin: 10px auto 0;*/
    padding: 0;
    width: 698px;
}

.page_title {
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 20px;
}

.page_content {
	padding: 6px 20px;
}
/* --------------------------------- */

/* --------------------------------- */
.image_block {
	margin: 0 2%;
    padding: 2px 0;
}

.image_block a {
	padding-right: 2%;	
}

.image_block a:last-child {
	padding-right: 0;	
}

.image_block img {
    border: 1px solid #ffffff;
    margin-bottom: 15px;
    width: 15%;
}

.image_block:first-of-type
{
	margin: 15px 2% 0;
}
/* --------------------------------- */

/* --------------------------------- */
.attribute_block {
	padding: 12px 0;
	font-size: 11pt;	
	/*margin: 0 10px;*/
}

.attr_line {
    overflow: hidden;
    width: 100%;
}

.attr_left {
	float: left;
    height: 20px;
    padding: 2px;
}

.attr_right {
	float: right;
    height: 20px;
    padding: 2px;
    text-align: right;
}

.attribute_content {
	padding: 6px 20px;
}
/* --------------------------------- */

footer {
    font-size: 10px;
    margin: 0;
    padding: 30px 0 20px;
    text-align: center;
}

/* --------------------------------- */
/* --------------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:30px;
	height:31px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
	z-index:1000;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -31px;
	width:30px;
	height:31px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

.info, .success, .warning, .error, .validation {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 0 auto 10px;
    padding: 15px 5px 15px 15px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
}

.button {
	background-color:#54aaff;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:31px;
	line-height:31px;
	min-width:150px;
	text-decoration:none;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	border-radius: 0;
}

input {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
    color: #999;
    display: block;
    font-size: 11px;
    margin: 10px auto 0;
    padding: 4px 12px;
    text-shadow: none;
    width: 91%;
	height: 22px;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type=submit] {
	line-height: 10px;
}

textarea {
 	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #999;
    display: block;
    font-size: 11px;
    margin: 10px auto 0;
    padding: 4px 12px;
    text-shadow: none;
    width: 91%;	
	min-height: 100px;
	border-radius: 0;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}

#social_media {
	text-align:center;
	margin-bottom: 20px;
    margin-top: 10px;
}
#social_media a {
	border:none;
	margin-left:10px;
}
#social_media a:first-child {
	border:none;
	margin-left:0px;
}

#social_media img {
	border:none;
}

.crlf {
	margin-bottom:10px;	
}