@charset UTF-8;

/* !Vorlagen */
/* ---------------------------------------------------------------------- */	
.dummyClass {
    opacity : 0.80; /* most versions of Firefox, Safari, and Opera */
    filter : alpha(opacity=80); /* This one you need for IE. */
    -moz-opacity : 0.80; /* old school versions of the Mozilla browsers like Netscape Navigator */
    -khtml-opacity : 0.80; /* Safari (1.x) when the rendering engine it was using was still referred to as KTHML, as opposed to the current WebKit */
}

/* !General */
/* ---------------------------------------------------------------------- */	

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 11px;
	line-height: 15px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

td,
li,
p,
.bodytext,
.lauftext {
	font-size:11px;
	font-style:normal;
	line-height:14px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
	
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

.csc-firstHeader,
h1,.headline {
	font-size:12px;
	line-height:normal;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#289728;
	text-decoration:none;
	text-align:left;
	
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom: 28px;
	margin-left:0;
	margin-right:0;
}

h2 {
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#289728;
	text-decoration:none;
	
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom: 14px;
	margin-left:0;
	margin-right:0;
}

h3 {
	font-size:14px;
	font-style:normal;
	line-height:20px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
	
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom: 0px;
	margin-left:0;
	margin-right:0;
}

h4 {
	font-size:11px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#289728;
	text-decoration:none;
}

h5 {
	font-size:12px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;

	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	
}

h6 {
	font-size:9px;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

/* !Links */
/* ---------------------------------------------------------------------- */

a,
a:link,
a:visited,
a:active {
	font-size:11px;
	font-style:normal;
	line-height:14px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#289728;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a:focus {
	outline:none;
}


.green {
    color: #289728;
    font-weight: bold;
}

.brown {
    color: #4f1f1a;
    font-weight: bold;
}


img {
	border:0;
}

img a,
img a:link,
img a:visited,
img a:active {

}

.spacer {
	height:1px;
	width:1px;
	overflow:hidden;
}

textarea,input {
	border:1px solid black;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-decoration:none;
}

input {
	border:1px solid black;
	padding:2px;
}

iframe {
	border:0;
}

.clear {
    clear: both;
}


/* !standard template */
/* ---------------------------------------------------------------------- */

#mainWrapper {
	width: 1024px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 20px;
	background-color: #289728;
}

#topMenu {
	float: right;
	margin-right: 20px;
}

#contentWrapper {
	height: 738px;
	width: 1024px;
	position: relative;
}

#backgroundImage {
	height: 738px;
	width: 1024px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#contentHeader {
	height: 134px;
	width: 1024px;
}

#mainMenuWrapper {
	width: 789px;
	height: 134px;
	float: left;
}

#mainMenu {
	height: 20px;
	margin-top: 96px;
	float: right;
}

#logo {
	width: 215px;
	height: 134px;
	float: left;
}

#content {
	height: 500px;
	width: 460px;
	margin-left: 544px;
	margin-top: 60px;
	overflow-y: auto;
}

#contact {
	height: 20px;
	width: 1004px;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
}

#contact p {
	color: #ffffff;
}

#contact a,
#contact a:link,
#contact a:visited,
#contact a:active {
	color:#ffffff;
	text-decoration: none;
}

#contact a:hover {
	color:#000000;
	text-decoration: none;
}

#footer {
	height: 20px;
	background-color: #289728;
}


/* !mainMenu */
/* ---------------------------------------------------------------------- */

.mainMenuItem {
	float: left;
	display: inline;
	margin-right: 20px;
}

.mainMenuItem a,
.mainMenuItem a:link,
.mainMenuItem a:visited,
.mainMenuItem a:active {
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}

.mainMenuItem a:hover {
	color:#289728;
	text-decoration: none;
}

.mainMenuItemAct {
	float: left;
	display: inline;
	margin-right: 20px;
}

.mainMenuItemAct a,
.mainMenuItemAct a:link,
.mainMenuItemAct a:visited,
.mainMenuItemAct a:active {
	font-size: 12px;
	color:#289728;
	text-decoration: none;
}

.mainMenuItemAct a:hover {
	color:#289728;
	text-decoration: none;
}

/* !topMenu */
/* ---------------------------------------------------------------------- */

.topMenuItem {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-top: 2px;
}

.topMenuItem a,
.topMenuItem a:link,
.topMenuItem a:visited,
.topMenuItem a:active {
	font-size: 11px;
	color:#ffffff;
	text-decoration: none;
}

.topMenuItem a:hover {
	color:#000000;
	text-decoration: none;
}

.topMenuItemAct {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-top: 2px;
}

.topMenuItemAct a,
.topMenuItemAct a:link,
.topMenuItemAct a:visited,
.topMenuItemAct a:active {
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}

.topMenuItemAct a:hover {
	color:#000000;
	text-decoration: none;
}

/* !startpage template */
/* ---------------------------------------------------------------------- */

#mainMenuWrapperStart {
	width: 789px;
	height: 134px;
	float: left;
	/* margin-top: 277px; */
}

#logoStart {
	width: 215px;
	height: 134px;
	float: left;
	/* margin-top: 277px; */
}

#contentStart {
	height: 500px;
	width: 460px;
	margin-left: 544px;
	margin-top: 60px;
	overflow-y: auto;
}

#contentStart h1 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

/* !keywords */
/* ---------------------------------------------------------------------- */

.keywords {
	width: 445px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}




/* !organisation kommunikation */
/* ---------------------------------------------------------------------- */

#orgkommWrapper {
    background-image: url(../images/paper_bg-01.png);
    height: 522px;
    left: 300px;
    position: absolute;
    top: 170px;
    width: 706px;   
}

#orgkommWrapper p {
    font-size: 10px; 
}

#orgkommBody {
    left: 30px;
    position: absolute;
    top: 10px;
}

/* !organisation kommunikation */
/* ---------------------------------------------------------------------- */

#orgkommWrapperLogo {
    background-image: url(../images/paper_bg.png);
    height: 522px;
    left: 300px;
    position: absolute;
    top: 170px;
    width: 706px;   
}

#orgkommWrapperLogo p {
    font-size: 10px; 
}

#orgkommBodyLogo {
    left: 30px;
    position: absolute;
    top: 140px;
}


/* !ok startpage */
/* ---------------------------------------------------------------------- */

#orgkommStartWraper {
    height: 359px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 645px;
}

#orgkommTitleText {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 645px;
}

#orgkommLogo {
    position: absolute;
    left: 140px;
    top: 60px;
    height: 20px;
    width: 160px;
}

#orgkommIllu {
    position: absolute;
    left: 390px;
    top: 0;
    height: 20px;
    width: 220px;
}

#orgkommStartText {
    position: absolute;
    left: 0px;
    top: 190px;
    height: 141px;
    width: 645px;
}

#orgkommStartLogoWrapper {
    position: absolute;
    left: 0;
    top: 270px;
    height: 20px;
    width: 645px;
}

#orgkommStartLogoAmmann {
    float: left;
    height: 96px;
    margin-left: 70px;
    width: 178px;
}

#orgkommStartUnd {
    float: left;
    height: 96px;
    width: 18px;
}

#orgkommStartLogoTagwerk {
    float: left;
    height: 96px;
    width: 195px;
}

#orgkommStartBoxWrapper {
    position: absolute;
    left: 0px;
    top: 370px;
    height: 20px;
    width: 645px;
}

#orgkommStartBoxLeft {
    border: 1px solid #289728;
    float: left;
    height: 80px;
    padding: 15px;
    width: 216px;
}

#orgkommStartBoxRight {
    border: 1px solid #4f1f1a;
    float: left;
    height: 80px;
    margin-left: 18px;
    padding: 15px;
    width: 346px;
}





/* !ok detail */
/* ---------------------------------------------------------------------- */

#orgkommDetailTextTop {
    margin-bottom: 20px;
}

#orgkommDetailBoxWrapper {
    margin-bottom: 20px;

}

#orgkommDetailBoxLeft {
    float: left;
    width: 170px;
}

#orgkommDetailBoxLeft p {
    color: #289728;
}

#orgkommDetailArrow {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    width: 41px;
}

#orgkommDetailBoxMiddle {
    float: left;
    width: 170px;
}

#orgkommDetailBoxRight {
    float: left;
    width: 170px;
}

#orgkommDetailBoxRight p {
    color: #4f1f1a;
}

#orgkommDetailTextBottom {
}

