html		{
		margin: 		0;
		padding: 		0;
		background:		black; 
		}
body		{
		padding: 		0px;
		margin: 		auto;
		background: black;
		color:			#444;
		font-family: Tahoma, sans-serif;
		font-size:		12px;
		}

* {
	padding: 0;
	color: white;
}

select,
input,
textarea {
	background: black;
	color: #444;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

ul,li {

	margin: 15px;
	color: white;
	font-size: 12px;
	line-height: 12px
	}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	margin: 8px;
	color: white;
}

h2 {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	margin: 8px;
	color: white;
}

p {
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
	font-size: 12px;
}

#content p.copyright {
	margin: 10px;
	font-size: 10px;
	color: white;
}

#content p.cytat {
	margin: 10px;
	font-size: 20px;
	font-style: italic; 
	font-weight: bold;
	color: white;
	text-align: left;
}

#content p.cytat_a {
	margin: 10px;
	font-size: 15px;
	font-style: italic; 
	color: white;
	text-align: left;
}

h3, h4, h5, h6 {
	margin: 10px;
	font-family: Tahoma, Arial;
	font-weight: normal;
	color: white;
}
#main {
color: white;
margin: 0px;
font-size: 12px;
}

#main p {
color: white;
margin: 10px;
font-size: 12px;
}

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

#main td {
	color: white;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 4px;
}

#languages {
margin-right: 5px;
margin-top: 5px;
margin-bottom: 0px;
text-align: right;
}

#all {
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

#content{
	margin: 10px;
	color: white;
	font-size: 12px;
}

#content p {
	color: white;
	font-size: 12px;
}

#content td {
	color: white;
	font-size: 12px;
}

.main_td {
border-left: 1px solid ;
border-right: 1px solid;
border-bottom: 1px solid;
border-top: 1px solid;
}
#menu_down {
	border-top: 2px solid;
	margin-bottom: 5px;
	text-align: right;
	margin: 0 0px;
	font-size: 12px;
	background: #323232;
}

#menu_down a {
	margin: 0px 3px;
	color: white;
}

#menu_down a:hover {
	border-top: 5px solid #ffffff;
	text-decoration: underline;
	color: white;
}

#copyright{
border-top: 1px dotted white;
text-align: center;
background: black;
color: #323232;
font-size: 11px;
}

