/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, 'Arial', Liberation Sans, FreeSans, sans-serif;
	background:#4d4d4d url(../pics/bg2.gif) -100px 82px no-repeat; color:#ccc;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 200%;
	font-style: italic;
}

h2 {
	font-size: 166.67%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 133.33% ;
}

h5 {
	font-size: 116.67% ;
}

h6 {
	font-size: 116.67%; font-style:italic;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
p{
	line-height: 1.7em;
}
img.klein{
	height:100px;
	float:left;
	margin:5px 5px 5px 5px;
	padding:5px 0 5px 0;
}
img.gross{
	height:350px;
	margin:25px;
}
/*.black {
	background:#000000;
	margin-top: 5px;
	margin-bottom: 45px;
}*/
p.head {
	/*font-weight: bold;*/
	margin-top:45px;
	
	color:#ccc;
	
}
p.head{
	margin-bottom: 5px !important;
}
p.grau{
	color:#4d4d4d;
}
  ul.back{
		list-style: none;
	}
ul.back li{
	margin-left: 10px;
}	
ul.back li a {
	width:95px;
	height: 45px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 26px;
	text-decoration: none;
	}

ul.back li a:link,  ul.back li a:visited {
	color: #fff;
	display: inline-block;
	background:  url(../harderpics/navibg1.gif) 0px 10px no-repeat;
	padding: 10px 10px 0 25px;
	}

ul.back li a:hover {
	color: #FFF;
	background:  url(../harderpics/navibg1.gif) 0px -50px no-repeat;
	padding: 10px 10px 0 25px;
	text-decoration:underline;
	}
	.kursiv{
		font-style: italic;
	}
