@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;
	background:#414042;
	background:url(pic/bg-html.gif) repeat-x #414042 center;
}
#seite {
	margin:auto;
	width:1200px;
	height: 800px;
	text-align: left;
	overflow: visible;
}

#sp1 {
	width:200px;
	float:left;
}
#sp2{
	width:auto;
	margin: 0 40px 0 200px;
	}
#r1{
	height:150px;
	text-align: center;
	background:url(pic/logo-snowxpark-engelberg.gif) no-repeat right;
}
#r2{
	border: 10px black solid;
	background: #a6ce39;
}
#r3{
	text-align:right;
	margin-top: 10px;
}
#menu_1 {
	margin-top: 150px;
	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: 0 10px 0 10px;
}
.menu1-act {
	font-family: 'Agency FB', 'Arial Narrow', Helvetica, sans-serif;
	font-weight: bold;
	color: #a6ce39;
	font-size: 20pt;
	margin-bottom: 10px;
}
.menu1-no {
	font-family: 'Agency FB', 'Arial Narrow', Helvetica, sans-serif;
	font-weight:normal;
	color: #a6ce39;
	font-size: 20pt;
	margin-bottom: 10px;
}
a {
	text-decoration:none;
	color:#3f3e40;
	font-weight:bold;
	font-size:125%;
}
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; }

hr{
	border:0;
	border-top:2px dotted black;
}

div.csc-default { margin:10px 0 10px 0; clear:both;}
.indent {
	margin-left:40px;
}
.align-center{ text-align:center; }
.align-right{ text-align:right; }
.align-justify{ text-align:justify;}

	.sxp-frame1, .flag-de, .flag-gb, .csc-frame-frame1, .csc-frame-frame2 {
		background-color:#b9e53f;
		border:solid 1px #414042;
		padding:5px;
		margin: 8px 0px 8px 0;
	}
	.sxp-frame1 hr{
		border:0;
		border-top:1px solid #414042;
		height:1px;
		background-color:#414042;
		margin:5px 0 5px 0;
	}

.flag-de, .flag-gb, .csc-frame-frame1, .csc-frame-frame2  {
	background-image: url(pic/flag2_de.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.flag-gb, .csc-frame-frame2  {
	background-image: url(pic/flag2_gb.png);
}
.csc-frame-frame1{}
.csc-frame-frame2{}
/* Formular */
#mailform .csc-mailform-field{
	/*margin:5px;*/
}
#mailform .csc-mailform-label{
	font-weight:bold;
}
#mailform div.csc-mailform-field {
		min-height:35px;
		border-bottom:1px solid #99b551;		
		margin:2px;
}
#mailform .csc-mailform-field label{
		clear: both;
		display: block;
		float: left;
		width: 470px;
		height:30px;
		margin:2px;
}
#mailform .csc-mailform-field input, #mailform .csc-mailform-field textarea{
	background:#c3cea6;
	width:370px;
	margin:2px;
	min-height:26px;
}

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

/* Login */
.tx-felogin-pi1 form fieldset {
	background-color: #b9e53f;
	padding: 10px;
	border:solid 1px #414042;

}
.tx-felogin-pi1 form fieldset div label {
	width: 250px;
	float: left;
}
.tx-felogin-pi1 div {
	margin-top: 6px;
	margin-bottom: 6px;
}
.tx-felogin-pi1 form fieldset div input {
	background-color: #a6ce39;
	border:solid 1px #414042;
}
td.msb1 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

