/* Standard-CSS für www.atelier-bittner.de */

div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	font-size:101%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image : url(bilder/back.gif);
	background-repeat : no-repeat;
	background-position : 10px 10px;
	background-attachment : scroll;
	background-color : Black;
	color : White;
}
input, textarea {
	border : 1px solid Black;
}
table {
		font-family: Arial, Helvetica, sans-serif;
		font-size : 0.85em;
		color : #ffffff;
}
img {
	border:none;
}
#nav_oben {
	position:absolute;
	width:490px;
	height:30px;
	left: 505px;
	top: 63px;
	font-size : 0.80em;
}
#nav_links {
	position:absolute;
	width:150px;
	height:300px;
	left: 58px;
	top: 140px;
	font-size : 0.85em;
	line-height : 20px;
}
#home {
	position:absolute;
	width:40px;
	height:30px;
	right: 35px;
	top: 64px;
	font-size : 0.85em;
}
.content {
	position:absolute;
	left: 275px;
	top: 140px;
	font-size : 0.85em;
	line-height : 20px;
}
#content2 {
	position:absolute;
	width:400px;
	height:30px;
	left: 50px;
	top: 20px;
	font-size : 0.85em;
	color: #ffffff
	line-height : 20px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color : Gray;
}
a:active {
	color: #f60;
	text-decoration: none;
}
a.text:link {
	color: #717171;
	text-decoration: none;
	font-weight : bold;
}
a.text:visited {
	color: #717171;
	text-decoration: none;
}
a.text:hover {
	color: #ffffff;
	text-decoration: none;
	background-color : Gray;
}
a.text:active {
	color: #f60;
	text-decoration: none;
}
#strong {
	font-weight: bold;
	color : #FF9900;
}
#strong2 {
	font-weight: bold;
	color : #FF9900;	
	font-size : 0.85em;
}
.c {
   clear: both;
}