/* stylesheet written by hendrik meyer www.media-dsign.de */

body {
	margin: 0px 0px 0px 0px;
	background-color: #F4F3E1;
	color: #255198;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	background-image: url('img/nav_bg.jpg');
	background-repeat: repeat-y;
}

a:link,a:hover,a:active,a:visited {
	color: #255198;
	text-decoration: underline;
}

table {
	padding: 0px;
	border-collapse:collapse;
}

td {
	font-family: Arial;
	font-size: 10pt;
	color: #255198;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	display: inline;
}
.heading, legend {
	font-size: 12pt;
	font-weight: bold;
	color: #255198;
}
.small,a.small,a.small:hover,a.small:visited {
	font-size: 8pt;
	color: #255198;
}

.gb tr td input,.gb select,.gb textarea {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #255198;
}
div.navigation {
	width: 185px;
	height: 100%;
	background-image: url('img/nav_bg.jpg');
	background-repeat: repeat-y;
}

div.navigation div {
	color: #F4F3E1;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 6px;
	padding-right: 25px;
	vertical-align: middle;
	background-image: url('img/nav_default.jpg');
}

div.navigation div.none,div.navigation div.none:hover {
	background-image: url('img/nav_box_bg.jpg');
	font-size: 10px;
	text-align: left;
}

div.navigation div a,div.navigation div a:hover,div.navigation div a:visited,div.navigation div a:active {
	color: #F4F3E1;
	text-decoration: none;
}

div.navigation div:hover {
	background-image: url('img/nav_hover.jpg');
	cursor: hand;
}

div.header {
	background-image: url('img/kiga_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 70px;
	width: 100%;
}

div.newsbox {
	width: 80%;
	background-color: #F1ECB2;
	padding: 3px;
	border: #E6DB51 1px solid;
}

.gaestebuch {
	border: #255198 1px solid;
}

.gaestebuch .datum {
	font-family: Arial;
	font-size: 8pt;
	color: #255198;
}

.msg {
	background-color: #EEEEEE;
	font-family: Verdana,Arial,Helvetica,times,serif;
	font-size: 13px;
	color: #255198;
	border: #255198 1px solid;
	padding: 2px;
	width: 500px;
}

td.newsletter h1 {
	color: #F4F3E1;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

td.newsletter {
	background-image: url('img/nav_box_bg.jpg');
	background-repeat: repeat-y;
	background-position: 0px 20px;
	color: #F4F3E1;
	font-size: 9px;
	text-align: center;
	padding: 0px;
}

.button {
	font-family: Arial;
	font-size: 8pt;
	color: #255198;
}

/*********************************
 *
 *	CAPTCHA-Styles
 *
 */
	p.captcha_1,
	p.captcha_2,
	.captcha_notvalid
	{
		padding: 0px 0px 0px 0px;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background: transparent;
		color: #000000;
	}
	p.captcha_2
	{
		font-size: 10px;
		font-style: italic;
		font-weight: normal;
	}
	.captcha_notvalid
	{
		font-weight: bold;
		color: #FF0000;
	}
	
	.captchapict
	{
		padding: 0px 0px 0px 0px;
		border: #C0C0C0 1px solid;
	}
	
	#captcha
	{
		padding: 5px;
	}

