@charset "UTF-8";
/* CSS Document */



* {
	margin: 0;
	paddin: 0;
	font-family:Geneva, "Microsoft Sans Serif", "MS Sans Serif",  sans-serif;
	font-size: 12px;
	line-height:14pt;
	color:#cac0bd;
}

a {
	text-decoration:none;
	color:#9a9290;
}

a:hover {
	text-decoration:underline;
	/*border-bottom:solid 1px #757271; */
	color:#9a9290 !important;
}

.inner_link{
	font-size:10px;
	padding:5px;
	font-weight:bold;
	text-align:center;
	background-color:#2f2b2a;
	
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8x; /* Safari, Chrome */
	-khtml-border-radius:8px; /* Konqueror */
	border-radius:8px; /* CSS3 */
	behavior:url(border-radius.htc);
}

.inner_link:hover{
	text-decoration:none;
	background-color:#433d3d;
}


p {
	text-align:justify;
	padding-bottom:10px;
	padding-top:5px;
}

.p2 {
	text-align:left;
	padding-bottom:10px;
	padding-top:5px;
}


	
body {
	background-color:#1e1b1a;	
}

/* Bildüberschriften*/
h1 {
	font-size: 24px;
}

/* 2. Überschrift*/
h2 {
	font-size: 15px;
	font-weight:bold;
	padding-bottom:0px;
	text-transform:uppercase;
}

/* Details, Kästchen, 2.Überschrift*/
h3 {
	font-size: 13px;
	padding-top:10px;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	padding-bottom:15px;
}


img {
	border-style:none;
}

hr {
	border: 0px;
	border-top: solid 1px #757271;
	border-bottom: transparent;
	margin-top:5px;
	padding-bottom:15px;
	width:400px;
}

.kursiv {
	/*font-weight:bold;*/
	margin-bottom:10px;
	color:#cac0bd;
}