@charset "utf-8";
/* =TAGS
   ----------------------------------------------------*/
/*
colors
Hintergrund page
Border der top-Bilder	6d6d6d
Schriftfarbe, HR:			1B1B1F
Border der top-Bilder	333
hover bg						ddd
border seitennavi			ddd
Aktive Schriftfarbe		c00


Belarus-rot: c00
Belarus gr&uuml;n: 090
*/
html, body {
	margin: 0px;
	padding: 0px;
	background: #6d6d6d;
}

body, td, input, textarea {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	/*background-image: url('images/scanlines.gif');*/
	color: #1B1B1F;
}

html, body {
	width: 100%;
	height: 100%;
}
	
table {
	border: none;
	border-collapse: collapse;
}

td {
	line-height: normal;
}

h1 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #3b3939;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 13px 0px;
	padding: 0px;
}

h2 {
	font-weight: normal;
	font-style: italic;
	font-family: arial, helvetica, sans-serif;
	color: #3b3939;
	font-size: 13px;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px; 
	list-style-type: disc;
}

strong {
	font-weight: bold;
}

form {
	display: inline;
}

q {
	font-style: italic;
}

td img {
	display: block;
}

img {
	border: none;
}
	
hr {
	color: #1B1B1F;
	background: #1B1B1F;
	height: 1px;
	border: none;
}

.caps {
	text-transform: uppercase;
}
/*<abbr title="Dynamic HTML"><span class="caps">DHTML</span></abbr>*/

p, ul, ol {
	line-height:1.4em;
}

p, .like_p {
	margin: 11px 0;
}

.block {
	display: block;
}

a {
	text-decoration: underline;
	color: #c00;
}

a.extern {
	background: url(images/ext_link.gif) right center no-repeat;
	padding-right: 13px;
}

select:focus, input:focus, textarea:focus {
	background: #ddd;
}
