﻿
html {
	height: 100%;
}
.editable {
	padding: 0em 0.5em;
}
p {
	margin: 0.5em 0em;
}
#cms_template {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.yui-skin-sam .cms_template .bhv-container.zeile {
	white-space: nowrap;
	width: 100%;
	height: 100%;
}
.yui-skin-sam .cms_template .bhv-col.seite {
	float: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.yui-skin-sam .cms_template .bhv-container.outerdiv {
	margin: 2px;
	padding: 10px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.yui-skin-sam .cms_template .bhv-container.pfeil-oben {
	position: absolute;
	top: 0px;
	left: 50%;
}
.yui-skin-sam .cms_template .bhv-container.pfeil-oben .bhv-col {
	width: 100px;
	height: 40px;
	background: white;
	float: none;
	margin-left: -50px;
	box-shadow: 2px 2px 12px 2px #888;
	text-align: center;
}
.yui-skin-sam .cms_template .bhv-container.pfeil-links {
	position: absolute;
	top: 50%;
	left: 0px;
}
.yui-skin-sam .cms_template .bhv-container.pfeil-links .bhv-col {
	width: 40px;
	height: 100px;
	background: white;
	float: none;
	margin-top: -50px;
	box-shadow: 2px 2px 12px 2px #888;
	text-align: center;
}
.yui-skin-sam .cms_template .bhv-container.pfeil-rechts {
	position: absolute;
	top: 50%;
	right: 0px;
}
.yui-skin-sam .cms_template .bhv-container.pfeil-rechts .bhv-col {
	width: 40px;
	height: 100px;
	background: white;
	float: none;
	margin-top: -50px;
	box-shadow: 2px 2px 12px 2px #888;
}
.yui-skin-sam .cms_template .bhv-container.pfeil-unten {
	position: absolute;
	left: 50%;
	bottom: 0px;
}
.yui-skin-sam .cms_template .bhv-container.pfeil-unten .bhv-col {
	width: 100px;
	height: 40px;
	background: white;
	float: none;
	margin-left: -50px;
	box-shadow: 2px 2px 12px 2px #888;
	text-align: center;
}
.yui-skin-sam .cms_template .bhv-container.innerdiv {
	background: white;
	position: absolute;
	bottom: 40px;
	top: 40px;
	left: 40px;
	right: 40px;
	box-shadow: 2px 2px 12px 2px #888;
	border-radius: 4px;
	overflow: auto;
}
.yui-skin-sam .cms_template .form-field input {
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0px #888;
	margin: 5px;
	padding: 2px;
	border: 1px solid #888;
}
.yui-skin-sam .cms_template .form-field textarea {
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0px #888;
	margin: 5px;
	padding: 2px;
	border: 1px solid #888;
}
.yui-skin-sam .cms_template .form-field label {
	margin: 5px;
}
body {
	height: 100%;
	background: #ccc url(../media/hgr.png);
	font-family: Source Sans Pro;
	font-weight: lighter;
}
body a {
	color: #967864;
	text-decoration: none;
}
body h1 {
	color: #F00;
	font-family: Nova Flat;
	font-weight: normal;
}
body li {
	list-style: circle;
}