/* format.css copyright omart.de Sternentanz*/

body {
	background-image: url(img/bg.gif);
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px; 
}
table, tr, td {
	font-size: 10px;
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navi_home {
	margin-left: 50px;
	margin-top: 8px;
}
#navi_party {
	margin-left: 35px;
	margin-top: 8px;
}
#navi_bilder {
	margin-left: 35px;
	margin-top: 8px;
}
#navi_gast {
	margin-left: 22px;
	margin-top: 8px;
}
#navi_kontakt {
	margin-left: 32px;
	margin-top: 8px;
}
#navi_impressum {
	margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 5px;
	text-align: center;
}
#counter{
	color: #505050;
}
#start {
	padding: 30px;
	margin-top: 0px;
	overflow: hidden;
}
#party {
	margin-left: 15px;
	margin-top: 15px;
	width: 570px;
	height: 380px;
	overflow: auto;
}
#bilder {
	width: 570px;
	height: 320px;
	margin-left: 15px;
	overflow: auto;
}
#bilder_anzeige {
	width: 570px;
	height: 380px;
	margin-top: 30px;
	margin-left: 15px;
	overflow: auto;
}
.vorschau_alle{
	line-height: 15px;
	margin: 15px;
	padding: 15px;
	text-align: center;
	float: left;
}
.thump{
	line-height: 15px;
	margin: 12px;
	padding: 12px;
	text-align: center;
	float: left;
}
#gast {
	height: 290px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	overflow: auto;
	text-align: center;
}
#kontakt {
   height: 340px;
	padding: 30px;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: center;
}
#impressum {
	padding: 35px;
	margin-bottom: 30px;
	overflow: hidden;
}
a:link{
	color: #cc6600;
	text-decoration: none;
}
a:visited{
	color: #cc6600;
	text-decoration: none;
}
a:focus{
	color: #cc6600;
	text-decoration: none;
}
a:hover{
	color: #ffb973;
	text-decoration: none;
}
a:active{
	color: #cc6600;
	text-decoration: none;
}
h1{
	color: #999999;
	text-align: left;
	font-size: 15px;
}
fieldset {
	margin-left: 15px;
	margin-bottom: 30px;
	margin-right: 15px;
	color: #999999;
	font-size: 11px;
}
legend {
	color: #999999;
	margin: 0px;
	padding: 4px;
	font-size: 10px;
}
hr {
	width: 90%;
	text-align: center;
	color:#999999;
}
input {
   padding: 4px;
	font-size: 10px;
	color: #edf0cd;
	background-color: #5a687d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: #6e7f99;
}
textarea{
   padding: 4px;
	font-size: 10px;
	color: #edf0cd;
	background-color: #5a687d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: #6e7f99;
}

