html, body {
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
}

body {
	background:#ffffff url('stagepic/background.jpg') repeat-x;
}

body, table, input, textarea, select {
	font-family: arial, sans-serif;
	line-height:1.4em;
	color:#666666;
	font-size:13px;
}

form {
	margin:0px;
	border:0px;
}

input, textarea, select {
	border:1px solid #54a8d7;
	background:#ededed; 
	margin:0 0 3px 0;
	padding:0px;
}

img {
	border:0px;
}

strong {
	font-weight:bold;
}

a {
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}

a:hover { 
	color:#77b2ea;
	text-decoration: underline; 
}

p {
	padding:0;
	margin:8px 0;
}

ul {
	margin:0px;
	padding:5px 0 5px 25px;
}

h1 {
	padding:0 0 5px 0;
	margin:0;
	font-size:1.5em;
	color:#3e6685;
}

#container {
	position:relative;
	margin:0px auto;
	width:946px;
	text-align:left;
  	min-height: 100%;
	height:auto !important;
	height:100%;
	background:#ffffff url('stagepic/container.jpg') repeat-y 1px 0px;
}

#containerin {
	padding: 0 0 0 1px;
}

#header {
	background:url('stagepic/header.jpg') no-repeat;
	width:945px;
	height:124px;
}

#header img {
	margin:0 0 0 28px;
}

#right {
	width:712px;
	float:right;
}

#left {
	width:233px;
	float:left;
}

#image {
	height:249px;
}

#contentin {
	padding:20px 25px 50px 25px;
}

.imagetrenner {
	line-height:4px;
	background:url('stagepic/imagetrenner.jpg') repeat-x;
}

#menu {
	background:url('stagepic/menubackground.jpg') repeat-y;
	height:249px;
}

#hmenu {
	padding:0 0 0 30px;
	margin:0;
	list-style: none;
	text-align:left;
}

#hmenu li {
	display:block;
	margin:0;
	background:url('stagepic/menutrenner.jpg') no-repeat bottom;
	padding:0 0 0 15px;
	line-height:25px;
}

#hmenu .last {
	background:none;
}

#hmenu a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#hmenu .last a {
	margin:0;
}

#hmenu a:hover{
	color:#ede11e;
}

#hmenu .selected {
	color:#ede11e;
	font-weight:bold;
}

#newsletter {
	padding:20px 0 0 40px;
}

#newsletter .csc-header h1 {
	font-size:15px;
}

#footer {
	clear:both;
	position:absolute;
	bottom:0px;
	left:1px;
	height:32px;
	width:945px;
	background:url('stagepic/footerbackground.jpg') no-repeat;
}

#footer p {
	font-size:12px;
	margin:8px 0 0 300px;
}

#kontaktformular fieldset {
	border:0;
}

#kontaktformular legend {
	display:none;
}

#kontaktformular label {
	display:block;
	clear:left;
	width:100px;
}

#kontaktformular input, textarea {
	clear:both;
	float:left;
}

#kontaktformular .powermail_text {
	width:350px;
}

#kontaktformular  .powermail_textarea{
	width:350px;
	height:100px;
}

#kontaktformular .powermail_mandatory_js {
	float:left;
	padding:0 0 0 10px;
	color:#ff0000;
}

.clearer {
	clear:both;
}

.align-left {
	float:left;
}

.align-right {
	float:right;
}

.align-center {
	text-align:center;
}

.gbdiv {
	padding-top:10px;
}

.from {
	margin:0px;
	border:1px solid #77b2ea;
	padding:3px;
	background:#e9f4fd;
}

.mtext {
	margin:0px;
	text-align:justify;
	border-left:1px solid #77b2ea;
	border-right:1px solid #77b2ea;
	border-bottom:1px solid #77b2ea;
	padding:3px;
}

.ktext {
	margin:0px;
	text-align:justify;
	font-style:italic;
	padding:2px;
	background:#f2f2f2;
	border-left:1px solid #77b2ea;
	border-right:1px solid #77b2ea;
	border-bottom:1px solid #77b2ea;
}

.csc-textpic-border img {
	border:2px dashed red;
}