* { margin:0px; }

html {
	padding:0px;
	margin:0px;
	height:100%;
}

body {
	padding:0px;
	margin:0px;
	height:100%;
	background:#000;
	color:#fff;
}



#header, #footer {
	position:fixed;
	height: 30px;
	display:block;
	width: 100%;
	background: transparent;
	z-index:9999;
	text-align:center;
	color: #fff;
	padding:0;
}

#header:hover, #footer:hover{
	background: #050709;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#header {
	top:0px;
}

#footer {
	bottom:0px;
}

#sectionUp {
	display: none;
}



.DivAdressPrint {
	display:none;
}

.PreviewBg {
	background:transparent url(../images/preview_bg.gif) repeat top left;
}


/* FORMULARE */

.FormEffect, .FormEffect:visited {
	background:#fff;
}

.FormEffect:hover, .FormEffect:active, .FormEffect:focus {
	background:#f1f1f1;
}

form {
	display:inline;
}

input, textarea, select {
	font-family:arial,verdana,sans-serif;
	font-size:1em;
	color:#000;
	background:#fff;
	border:1px solid #999;
	-webkit-border: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	resize:vertical;
	outline: 0 none;
}

input.SubmitButton {
	cursor:pointer;
	background:#eee;
}

textarea {
	overflow:auto;
}

input.NoBorder {
	border:none;
	background:none;
}

.DivFormLeft {
	position:relative;
	width:30%;
	float:left;
	margin:0px 0px 5px 0px;
}

.DivFormRight {
	position:relative;
	width:70%;
	float:left;
	margin:0px 0px 5px 0px;
}



/* DIVERSES */

.Trigger {
	background:transparent url(../images/button_plus.png) no-repeat 0px 50%;
	color:#000;
	cursor:pointer;
	margin-bottom:5px;
	padding:5px 0px 5px 22px;
	width:98%;
}

.TriggerActive {
	color:#000;
}

.ToggleContainer {
	padding:0px 2% 0px 2%;
	width:96%;
}



.NoPrint {
	visibility:visible;
}

.QuestionBoxSettings {
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 22px;
	background:transparent url(../images/button_plus.png) no-repeat 0px 0px;
}

.AnswerBoxSettings {
	margin:0px 0px 15px 0px;
	padding:0px;
}

.TemplateBorderArround {
	border:1px solid #999;
	padding:2%;
	width:96%;
}

.TemplateSettings {
	float:left;
	width:100%;
}

.TemplateSettingsPrint {
	float:left;
	width:100%;
}

.TemplatePic {
	max-width:100%;
}

.InfoboxPic {
	max-width:100%;
}

.Logo {
	max-width:100%;
	margin:20px;
}

.GalleryThumbMargin {
	margin:0px 4px 4px 0px;
}

.GalleryUlMargin {
	margin-left:0px;
	list-style-type:none;
}

.ClearBoth {
	clear:both;
}

p {
	margin:0px 0px .5em 0px;
}

.TableRow {
	display: table-row;
	padding:0px;
	margin:0px;
}

.TableCell {
	display: table-cell;
	padding:0px;
	margin:0px;
}

img {
	margin:0px;
	padding:0px;
	border:none;
}

.HeadPic {
	margin:0px 0px 0px 0px;
	width:100%;
}

ul.UlDocuments {
	list-style-type:none;
	margin:20px 0px 10px 0px;
}

ul {
	margin:.4em 0px .6em 0px;
}

li {
	list-style-image:url(../images/listrich.png);
	margin:0px 0px 0px -20px;
}