/* BASIC LAYOUT */
#headerwrap,
#firstnaviwrap,
#teaserwrap,
#contentwrap,
#footerwrap {
	width: 760px;
	overflow: hidden;
}

/* HEADER */
#headerwrap {
	margin: 5px 5px 5px 5px;
}
.banner {
	margin: 5px;
	float: right;
}
.service {
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.service a {
	color: #FFFFFF;
	text-decoration: none;
}

.service a:hover {
	text-decoration: underline;
}

/* NAVIGATION LEVEL 1 */
#firstnaviwrap {
	text-align: right;
	clear: both;
}

#firstnaviwrap ul {
	float: right;
	list-style: none;
}

#firstnaviwrap ul a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
	display: block;
}

#firstnaviwrap ul li {
	float: left;
	border-right: 1px solid white;
}

#firstnaviwrap ul li.last {
	border-right: none;
}

/* TEASER */
#teaserwrap img {
	margin: 0;
	padding: 0;
}

html>body #teaserwrap img {
	margin-bottom: -2px;
}

#contentwrap {
	margin-top: 1px;
}

/* NAVIGATION LEVEL 2 */
.navigation {
	width: 160px;
	overflow: hidden;
	float: left;
	margin-right: 6px;
}

.navigation li {
	height: 10px;
}

.navigation li li a,
.navigation li li li {
	border-bottom: none;
}

.navigation li li {
	border-bottom: 1px solid white;
}

.navigation li a {
	border-bottom: 1px solid white;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	width: 100%;
}

html>body .navigation li {
	height: auto;
}

html>body .navigation li a {
	width: auto;
}

/* NAVIGATION LEVEL 3 */
.navigation li li a {
	padding-left: 20px;
}

/* NAVIGATION LEVEL 4 */
.navigation li li li a {
	padding-left: 30px;
}

/* CONTENT */
.centercontent {
	width: 414px;
	float: left;
}

*html .centercontent {
	height: 1%;
}

.sitepath ul {
	padding-top: 4px;
	list-style: none;
}

.sitepath li {
	color: #FF8700;	
	border-bottom: 1px dotted #FF8700;
	float: left;
}

.sitepath a {
	color: #FF8700;	
	text-decoration:none;
}

.centercontent .contentblock {
	padding-top: 10px;
}

.contentblock .csc-textpic-caption {
	font-size: 0.8em;
	padding: 5px;
	margin-top: -2px;
}

.contentblock {
	clear: both;
}

/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	margin-right: 5px;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 5px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 5px;
}

/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 5px !important;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 5px !important;
}

/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 1px; }

/* CONTEXT */
.context {
	width: 170px;
	float: right;
	padding-top: 20px;
	font-size: 0.9em;
}

.context h1,
.context h2,
.context h3,
.context h4,
.context h5 {
	font-size: 1em;
	margin-bottom: 8px;
}

.context .contextblock {
	margin: 8px;
	clear: both;
}

.contextblock .txtimage {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.moretext {
	float: right;
}

/* FOOTER */
#footerwrap {
	text-align: center;
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* MAILFORM */
.contentblock form {
	width: 360px;
	margin-top: 15px;
}

.contentblock fieldset {
	border: none;
}

.contentblock label {
	display: block;
	float: left;
	width: 108px;
	font-weight: bold;
}

*html .contentblock label {
	width: 105px;
}

.contentblock .csc-mailform-field {
	display: block;
	margin-bottom: 4px;
}

.contentblock .csc-mailform-field input,
.contentblock .csc-mailform-field textarea {
	background-color: #FFD5A6;
	border: 1px solid #FF8700;
	color: #333333;
	height: 16px;
	width: 250px;
}

.contentblock .csc-mailform-field textarea {
	height: 50px;
}

.contentblock .csc-mailform-field .csc-mailform-submit {
	width: 100px;
	height: 20px;
	float: right;
	margin-top: 10px;
}


