﻿@import url("layout.css");
body {
	font-family: Arial, Sans-Serif;
	font-size: medium;
	color: #000;
}
#container {
	height: auto;
	background-color: transparent;
}

#page_content {
	position: relative;
}

#masthead_inner, #sidebar_inner, #content_inner{
	overflow:hidden;
}

#masthead_inner {
    height:114px;
	padding:2px;
	text-align: right;
	background-color: #c5d5e5;
}

#sidebar_inner{
	padding:5px ;
/*	position: relative; */
	background-color:  #cb8;

}

#content_inner{
/*	padding:0 1em 1em 1.5em; */	
    min-height:702px;
	padding: 10px;
	background-color: #eee;
	background-image:url('../images/gomel_dom_20pro.png');

}

#navigation_inner {
	margin-left:200px;
	width:100%; 
	margin-right: 5px;
	margin-left: 5px;
	background-color: #d3d3d3;
}

#footer_inner {
	text-align: center;
	clear: both;
/*	position: fixed; */ 
	height: 50px; 
/*	top: auto;  */
/*	right: 0; 
	bottom: 0; 
	left: 0; 
	width: auto;
	overflow: hidden;
/*	padding: .5em 1em;
*/
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
/*	width: 100%; */
	margin: 0 100px;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
    height:16px;
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Formatvorlagen für Content */
.style1 {
	font-size: small;
}
.style2 {
	text-align: center;
	font-size: small;
}
.style3 {
	text-align: center;
	color: rgb(255,0,0);
	font-size: small;
}
.style4 {
	text-align: center;
	color: rgb(0,0,255);
	font-size: small;
}
.style5 {
	text-align: center;
}
