@charset "utf-8";
/* CSS Document */


@import url(snowxpark-guestbook.css);
@import url(snowxpark-wtgallery.css);

*{ margin:0px; padding:0px;}

/* Layout */

html, body{
	width:100%;
	text-align:center;
	font-size:9pt;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	/*Hintergrund Musterung			background:url(pic/bg1.gif) center repeat;*/
	background:#000;
}
#seite {
	margin:auto;
	width:1200px;
	height: 800px;
	text-align: left;
	overflow: visible;
	margin-top: 20px;
		background:url(pic/bg.jpg) center no-repeat #000;

}

#sp1 {
	width:200px;
	float:left;
/*	height:800px;*/
}
#sp2{
	width:auto;
	margin: 0 200px 0 200px;
	}
#r1{
	height:180px;
	text-align: center;
}
#r2{
/*	height:520px;*/
	border: 10px black solid;
	background: #a6ce39;
	background:url(pic/bg-content.jpg);
/*	margin-right:200px;*/
}
#r3{
	text-align:center;
	margin-top: 6px;
}
#menu_1 {
	margin-top: 241px;
	text-align: right;
	margin-right: 20px;
}
#menu_2 {
	height: 40px;
	overflow: hidden;
	border: 1px solid #a6ce39;
	background: #3f3e40;
	padding-left: 9px;
}
#content {
	height: 470px;
	overflow: auto;
	padding: 10px;
}
.menu1-act {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a6ce39;
	font-size: 18pt;
	margin-bottom: 10px;
}
.menu1-no {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #a6ce39;
	font-size: 18pt;
	margin-bottom: 10px;
}
a {
	text-decoration:none;
	color:#3f3e40;
}
a:hover {
	color:#FFF;
}


p.csc-header-date {
	font-size: 8pt;
	font-style: italic;	
}

p, h1, h2, h3, h4, h5, h6 {
		margin-top:6px;
		margin-bottom:6px;
}
ul { margin-left:40px;}
h1 { font-size:16pt; }
h2 { font-size:14pt; }
h3 { font-size:12pt; }
h4 { font-size:12pt; }
h5 { font-size:12pt; }
h6 { font-size:12pt; }
div.csc-default { margin-bottom:30px; clear:both;}
.indent {
	margin-left:40px;
}
.align-center{ text-align:center; }
.align-right{ text-align:right; }
.align-justify{ text-align:justify;}

/* Formular */
#mailform .csc-mailform-field{
	margin-bottom:20px;
}

#mailform .csc-mailform-field label{
		clear: both;
		display: block;
		float: left;
		width: 120px;
}
#mailform .csc-mailform-field input, #mailform .csc-mailform-field textarea{
	background:#c3cea6;
	width:400px;
}

#mailform .csc-mailform-field input.csc-mailform-submit{
		width:auto;
}
