/* Standard-CSS für www.hopstock.de */

div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	font-family: "Courier New", Courier, monospace;
}
html, body {
	font-size:101%;
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	background-color : #C9BDA5;
	color : #555555;
}
input, textarea {
	border : 1px solid Black;
}
table {
	font-family: "Courier New", Courier, monospace;
	font-size : 0.85em;
	color : #000000;
}
img {
	border:none;
}
#inhalt1 {
	position:absolute;
	height:80%;
	width:80%;
	top: 10%;
	left: 10%;
	margin: 10px 10px 10px 10px;
	text-align: left;
	padding: 0px;
	background-color: #A5B1C9;
	border: 1px solid #ffffff;
	overflow: auto;
}
#start {
	position:absolute;
	width:270px;
	height:70px;
	left: 81px;
	top: 141px;
	font-size : 0.95em;
	color: #555555;
}
#nav_rechts {
	position:absolute;
	width:180px;
	height:200px;
	right: 5%;
	top: 100px;
	font-size : 0.95em;
	line-height : 20px;
	text-align : right;
	letter-spacing : 2px;
}
#copy {
	position:absolute;
	width:200px;
	height: auto;
	left: 10px;
	top: 97%;
	font-size : 0.60em;
	color : Gray;
}
#content {
	position:absolute;
	left: 90px;
	top: 40px;
	font-size : 0.75em;
	line-height : 20px;
	width : 450px;
	height : auto;
	overflow: auto;
}
#content2 {
	position:absolute;
	left: 90px;
	top: 130px;
	font-size : 0.75em;
	line-height : 20px;
	width : auto;
	height : auto;
}
#content3 {
	position:absolute;
	left: 40px;
	top: 70px;
	font-size : 0.75em;
	line-height : 20px;
	width : 740px;
	height : 500px;
	overflow: auto;
}
a:link {
	color : #555555;
	text-decoration: none;
}
a:visited {
	color : #555555;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color : #5A4E36;
}
a:active {
	color: #f60;
	text-decoration: none;
}
a.text:link {
	color: gray;
	text-decoration: underline;
}
a.text:visited {
	color: gray;
	text-decoration: underline;
}
a.text:hover {
	color: #ffffff;
	text-decoration: none;
	background-color : #5A4E36;
}
a.text:active {
	color: #f60;
	text-decoration: none;
}
.strong {
	font-weight: bold;
	color : white;
	font-size : 14px;
}
.strong2 {
	color : white;
	font-size : 18px;
}
.c {
   clear: both;
}

