/* ##### Allgemeines ########################################################################################################### */

body {
	background-color: #c0c0c0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #555;
	background-image: url(back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
hr {
	border-top: 1px solid #ccc;
	border-bottom: 0 none;
	height: 1px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* ##### Inhalt ################################################################################################################ */

#content {
	background-color: #fff;
	margin: 0px;
	padding: 20px;
	width: 850px;
	height: 100%;
	background-image: url(background.png);
	background-repeat: repeat-y;
}
#content h1 {
	color: #C00;
	font-size: 2.0em;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Georgia,sans-serif;
}
#content h2 {
	font-size: 1.2em;
	margin-bottom: 2px;
	margin-top: 2px;
}
#content p {
	font-size: 110%;
	margin-bottom: 2px;
	margin-top: 2px;
}
#content a {
	color: #C00;
	text-decoration: none;
}
#content a:hover {
	color: #555;
	text-decoration: underline;
}
#content input.text_long{
	color: #555;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 18em;
}
#content input.text_small{
	color: #555;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 3em;
}
#content input.button{
	font-size: 100%;
	color: #C00;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	width: 10em;
}
#content textarea {
	border:1px solid #ccc;
	background-color: #fff;
	width: 30em;
}
#content li {
	font-size: 110%;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(all_list.png);
}
#content ul {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

/* ##### Bilder ##### */

img.border {
	background-color: white;
	border: 1px solid #ccc;
	padding: 5px;
}
