* {
margin: 0px;
padding: 0px;
border: none;
}

body {
width: 1000px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 90%; 
color: #000; background-color: #fff;
border: 1px solid #ccc;
}

table { width: 100%; border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td { padding:0px; /* cellspadding="0" */ }

h1, h2, h3, h4, h5, h6 {
	text-align: left;
} 

p {padding: 10px;}

ul, ol {
margin: 0px;
padding: 0px;
border: none;
}

hr {
 width: 90%;
 margin: auto;
 text-align: center;
 border: none; /* Убираем границу для браузера Firefox */
 color: #999; /* Цвет линии для браузера Internet Explorer */
 background-color: #999; /* Цвет линии для браузера Firefox и Opera */
 height: 1px; /* Толщина линии */
}

.header {
	height: 100px;
	padding: 0px;
	text-align: center;
	color: #000;
	background-color: #fff;
}

.lang {
	position: absolute;
	top: 80px;
	left: 930px;
	padding: 2px;
	color: #000;
	background-color: transparent;
	font-size: 0.9em;
}

.lang a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.lang a:hover {
	color: #f00;
}

.bar {
	color: #fff;
	background-color: #aaa;
	border: 1px solid #ccc;
	font-size: 0.95em;
	font-weight: bold;
}

.bar .left {
	width: 235px;
	text-align: left;
	padding: 5px 0px 5px 15px;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

.bar .right {
	text-align: right;
	padding: 5px 25px 5px 0px;
	color: #ccc;
	background-color: #666;
	font-size: 1em;
	font-weight: bold;
}

.bar .wide {
	width: 100%;
}

.bar .wide td {
	width: 50%;
	text-align: center;
}

.bar a {
display: inline;
padding: 5px 5px 5px 15px;
color: #fff;
text-decoration: none;
}

.bar a:hover {
color: #f00;
}

.menu {
padding-left: 0px;
margin-left: 0px;
font-size: 0.9em;
font-weight: bold;
color: #333;
background-color: #ccc;
border-right: 1px solid #aaa;
vertical-align: top;
}

.menu ul {
width: 250px;
text-align: left;
border: none;
}

.menu li {
border-bottom: 1px solid #eee;
padding: 5px;
}

.menu li.menu1 {
padding-left: 15px;
}

.menu li.menu2 {
padding: 2px 5px 2px 35px;
background-color: #ddd;
font-size: 0.85em;
text-transform: uppercase;
}

.menu a {
display: block;
color: #333;
text-decoration: none;
}

.menu li.menu2 a {
list-style: outside;
text-transform: uppercase;
}

.menu a:hover {
color: #f00;
}

.counter {
margin: 25px auto;
text-align: center;
}

.title {
font-weight: bold;
font-size: 1em;
color: #333;
}

.content {
width: 750px;
padding: 10px;
color: #333;
background-color: #fff;
font-size: 0.90em;
text-align: justify;
vertical-align: top;
}

.content .special {
	color: #666;
	font-weight: bold;
}

.content a {
	color: #666;
	font-weight: bold;
	border-bottom: 1px dotted;
	text-decoration: none;
}

.content a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.content ul,ol {
margin: 0px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}

.content li {
margin-left: 25px;
padding-left: 0px;
}

.projects1 {
	font-size: 1.1em;
}

.projects1 ol {
	list-style-type: upper-roman;
}

.projects1 ul {
	font-size: 1em;
}

.projects1 li {
	font-size: 0.95em;
}

.bp_special {
	font-size: 0.98em;
	color: #666;
}

.remarka {
font-weight: bold;
font-size: 0.95em;
color: Black;
}

.footer {
	padding: 2px 0;
	text-align: center;
	font-size: 0.65em; 
	color: #333;
	background-color: #ccc;
	border-top: 1px solid #eee;
}

.footer a {
display: inline;
color: #333;
text-decoration: none;
}

.footer a:hover {
color: #999;
}


.bold {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}