* { 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
}
body {
	background-color: #fffff;
	margin: 0;
}
img {
	height: auto;
	border: 0px none;
}

.Hidden {
    display: none;
}
.BlogPage, h2,
a,a:visited {
   text-decoration: none;
   color: #76D0CD;
   font-weight: bold;
}
a:hover,a:active  {
   text-decoration: none;
   color: #76D0CD;
}

#contentAll a[href^='http://'] 
{
  padding-right: 14px;
  background: url(/images/skins/chrs/icon-link-external.png) right no-repeat;
}
#page{
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1024px;
}

#headArea {
    background: none repeat scroll 0 0 #76D0CD;
    height: 60px;
    margin: 40px 0 40px 0;
    width: 100%;
    padding: 10px 10px 0;
}

nav.Menu0 {
    display: block;
    overflow: hidden;
}
nav.Menu0 a,
nav.Menu0 a:visited,
nav.Menu0 a:hover,
nav.Menu0 a:active{
    color: #000000;
}
.Menu0 > a {
    background: transparent
    border: 1px none #76D0CD;
    border-radius: 100%;
    bottom: -8px;
    display: block;
    float: left;
    font-size: 1.5em;
    height: 50px;
    margin: 0 0.5em;
    padding: 6px 18px;
    position: relative;
    transition: background 1s ease-out 0s;
}
.Menu0 >a:hover,
.Menu0 >a.active{
    background: none repeat scroll 0 0 #FFFFFF;
}
nav.Menu1 a {
    display: block;
}
#contentAll {
    clear: both;
    float: left;
    width: 100%;
    min-height: 400px;
}
#col0{
    float: left;
    width: 100%;
    padding: 0 0 0 40px;
}
.Col0{
    float: left;
    width: 40%;
}
#col1{
    float: left;
    width: 75%;
}
.Col1{
    float: left;
    width: 60%;
    text-align: right;
}

#col0 nav {
    border: 1px solid;
    width: 25%;
    padding: 0 20px 0 40px;
    float: left;
}

#contentAll .Description {
    width: 25%;
    padding: 0 20px 0 40px;
    float: left;
}
#contentAll .Gallery {
    float: right;
}
#overview {
    padding-left: 12px;
}
#overview > a {
    display: inline-block;
    margin: 0 0 24px 36px;
}
.BlogPage img{
float: right;
}
/* formulare */
textarea {
    overflow: auto;
}
table.Formular {
    border-spacing: 14px 7px;
    margin: 0 0 0 -14px;
    width: 100%;
}
.Formular tr {
    background: none repeat scroll 0 0 #E5FFFD;
}
.Formular td {
    padding: 12px;
    width: 50%;
}
.Formular td input.Text {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin-left: 12px;
    width: 75%;
}

.Formular textarea {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    width: 100%;
}
.Formular .Error {
    color: #f00;
}
