body {
	background-color: #22304e;
	font-family: 'Arial';
        font-size: 12px;
}

a {
	color: #5c5539;
}
a:hover {
	text-decoration: none;
}

#contentAll {
	text-align: center;
}

#header {
	height: 235px;
}

#centerContent {
    margin: 0 auto;
    width: 966px;
}

/* **************************
CONTENT
************************** */
#contentSheet {
	width: 960px;
	margin: 0 auto 0 auto; 
	background-color: #ffffff;
	border: 3px solid #e9b52b;
	float: left;
	position: relative;
	z-index: -1;
}
.Gradient{
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 150px;
	background: rgb(233,181,43); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(233,181,43,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,181,43,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(233,181,43,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(233,181,43,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(233,181,43,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(233,181,43,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b52b', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.ContentBlock {
    border: 1px solid #E9B52B;
}
.ContentBlock h2 {
    background: url("/images/skins/cramer/boxHead.jpg") repeat-x scroll 0 0 transparent;
    border-width: 0;
    margin-bottom: 8px;
    margin-top: 0;
    color: #22304E;
    font-size: 11px;
    padding: 0 0 0 15px;
    font-weight: 700;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
}
.ContentBlock AutoSlider images {
    height: 146px;
}
#nav0 {
    background-color: #FFFFFF;
    float: left;
    margin: 30px 15px;
    width: 180px;
}
.NavVertical ul{
		padding-left: 15px;
}
.NavVertical li {
	font-size: 16px;
	list-style: none;
}
.NavVertical li a {
	color: #999999;
	text-decoration: none;

	-moz-transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;	
	-ms-transition: background 0.5s ease-out;	
	transition: background 0.5s ease-out;
}
.NavVertical li a:hover, 
.NavVertical li a:active,
.NavVertical li a:focus {
	background-color: #E9B52B;
	color: #000000;
	outline: none;
}

#content {
		float: left;
    margin: 30px 15px;
    width: 640px;
}
.ContentText {
	color: #666666;
	padding: 10px;
	text-align: left;
}
.ContentText h1 {
	font-size: 16px;
	font-weight: bold;
}
.ContentText h3 {
	font-size: 14px;
	font-weight: bold;
}


/* slider changes */

.simply-scroll-btn {
   background-image: url(/images/skins/cramer/simplyscroll-buttons.png);
}
.simply-scroll { /* Customisable base class for style override DIV */
/*	width: 576px;
	height: 200px;*/
	margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
/*	width: 576px;
	height: 200px;*/
}
	
.simply-scroll .simply-scroll-list li {
	float: left;
/*	width: 150px */
	height: 100%;
}
/* formulare */

form .Error {
	color: red;
}
.pagination > span {
   margin: .25em;
}