body {
	background-color: #035171;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* hier hin mit der Schrift */
	font-size: small;
	color: #002838;
}
a, td, input, textarea, p, br, select {
	/*	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #002838;*/
	line-height: 17px;
}
a:hover {
	color: #0087BD;
}
.linkactive {
	color: #002838;
	font-size: 12px;
	text-decoration: none;
}
.bildrand {
	border: 1px solid #002838;
}
/* new css yourhp.de */
#body {
	background-color: #FFF;
	width: 1020px;
}
#headline {
	font-style: italic;
	position: relative;
	left: 50px;
	font-size: 24px;
	text-shadow: 2px 2px 2px #999;
}
#logo {
	top: 180px;
	left: 800px;
	background-image: url(images/KarateSommer_Logo_small.png);
	background-repeat: no-repeat;
	width: 164px;
	margin: 0px;
	height: 174px;
	text-indent: -1000px;
	width: 164px;
	position: absolute;
}
#content {
	padding-left: 220px;
	padding-right: 20px;
	padding-top: 10px;
}
div.caption {
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}
div.caption p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
img.scaled {
	width: 100%;
}
#sidebar {
	width: 200px;
	float: left;
}
#sidebar ul {
	list-style-type: none;
	line-height: 25px;
}
#sidebar ul li a {
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	line-height: 25px;
	display: block;
	color: #035171;
	text-shadow: 2px 2px 2px #999;
}
#sidebar ul li a:hover {
	background-image: url(images/link_flag.png);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
	float: none;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.red {
	color: red;
}
/* start form css */
label {
	width: 120px;
	display: block;
	float: left;
	text-align: left;
	padding-right: 5px;
}
/* end form css */

