@import url(pic_over_menu.css);

* {
	font-size: 12px;
}

body {
    margin: 0px;
	margin-top: 10px;
	background-color: #E4F7D4;
    background-attachment: scroll;
    cursor: auto;
	font-family: trebuchet;
/* 	font-family: verdana, arial, sans serif; */
	font-family: Trebuchet MS, verdana, sans serif;
    font-size: 12px;
/*     text-align: center; */
    color: #666666;
}

object {
  margin: 0px;
  padding: 0px;
}

/* Mit dieser Einstellung wird bei jeder Tabelle cellspacing automatisch 0,
   somit kann die einstellung in HTML weggelassen werden.
   WICHTIG: Wenn in einer Tablelle doch ein cellspacing gewollt ist,
   muss dort "border-collapse: separate;" explizit eingestellt werden. */


table {
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px;
}


/* Durch diese Angabe kann dann auch cellpadding wegelassen werden! */


table td {
  padding: 0px;
}

a {
	text-decoration: none;
	color: black;
}
a:hover {
}

hr {
    /*damit das auch im IE gut aussieht müssen die border, die nicht zu sehen sein sollen per farbe versteckt werden...*/
    border-top: 1px dashed black;
    border-bottom: 1px dashed #FFFFFF;
    border-left: 1px dashed #FFFFFF;
    border-right: 1px dashed #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Dieser ganze Aufwand ist n�ig, weil z.B. Radiobuttons nicht breit sein sollen, andere Dinge aber schon...*/
input {
	border: 1px solid #6E9C53;
	color: #075722;
}
input[type="text"] {
	width: 300px;
	border: 1px solid #6E9C53;
	color: #075722;
}
textarea {
	width: 300px;
	border: 1px solid #6E9C53;
	color: #000000;
}
input[type="password"] {
	width: 300px;
	border: 1px solid #6E9C53;
	color: #075722;
}
input[type="radio"] {}
input[type="checkbox"] {}
input[type="select"] {
	width: 300px;
	border: 1px solid #6E9C53;
	color: #075722;

}
input[type=file] {}


img {
	border: 0px;
}

h1 {
	color: #42673D;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
}
h2 {
	color: #42673D;
	font-size: 14px;
	padding-bottom: 3px;
	font-weight: bold;
}
h3 {
	color: #42673D;
	font-size: 12px;
	padding-bottom: 1px;
	font-weight: bold;
}

object, embed {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/* ##################################### */




#wrapper {
  position: relative;
  margin: auto;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  border: 0px;
  width: 778px;
/*   height: 1000px; */
  text-align: left;
/*   border: 1px solid black; */
  background-image:url(img/streifen.png);
  background-repeat: repeat-x;
  background-color: #a4444a;
}



#layouttable {
/* 	border: 1px solid black; */
	width: 778px;

}
#layouttable td {
/*  	border: 1px solid black; */
	background-color: #a9c791;
}
#layouttable td#menucell {
/* 	background-image:url(img/menuback.png); */
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #A9C891;
	width: 118px;
	vertical-align: top;
}
/*#layouttable td#flash {
	background-image:url(img/flash.png);
	width: 659px;
	height: 109px;
}*/
#layouttable td#footer {
/* 	background-image:url(img/footer-orig.png); */
	background-image:url(img/footer-ohne.png);
	height: 165px;
	vertical-align: top;
/* 	border: 1px solid black; */
}
#layouttable .pic_over_menu {
	background-repeat: no-repeat;
	width: 118px;
	height: 49px;
}






#layouttable #pic_under_menu {
	background-image:url(img/menuback.png);
	background-repeat: no-repeat;
	width: 118px;
	height: 80px;
}

td#contentarea {
	vertical-align: top;
	background-color: #f0f6ec;
}
/* Im Newsletter ist das ein div */
div#contentarea {
	vertical-align: top;
	background-color: #f0f6ec;
	padding: 30px;
}
#contenttable {
	width: 660px;
}
#contenttable td {
	background-color: #f0f6ec;
}
td#content_normal {
	padding-left: 33px;
	padding-right: 25px;
	vertical-align: top;
	width: 426px;
}
/*  Im Zweiten Layout ist kontent-normal ein div */
div#content_normal {
	width: 426px;
	padding-left: 33px;
	padding-right: 25px;
	vertical-align: top;
}
#contenttable td#content_right {
	width: 176px;
	vertical-align: top;
}



/* der kopf der seite mit dem zentrieten logo */
#head {
	background-image:url(img/head.png);
	height: 115px;
	width: 778px;
}




#werbung {
	/*background-image:url(img/werbung.png);*/
	height: 79px;
	width: 118px;
/* 	border: 1px solid black; */
}


#footertable {
	width: 778px;
	height: 29px;
}
#footertable td {
	background-color: transparent;
}
#footertable td#left {
	width: 118px;
}
#footertable td#middle {
	width: 480px;
}
#footertable td#right {
	width: 180px;
}
#footertable td#bottom {
	width: 180px;
	border-top: 1px solid black;
}

#static_shortcut_menu {
	border-bottom: 1px solid black;
}
#static_shortcut_menu a {
	color: #495748;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#static_shortcut_menu img {
/* 	display: block; */
	position: relative;
	top: 3px;
}


img.icon {
	display: block;
}





/* simplemenu */
a.simplemenu {
	font-size: 9px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.simplemenu_icon {
	display: none;
}


/* printlink */
.printlink {
	padding-right: 100px;
	padding-left: 5px;
}
.printlink a {
	border: 0px;
}
.printlink a img {
	border: 0px;
}


/* ctypeText */
.ctypeText table {}
.ctypeText table td {
	padding: 7px;
	background-color: #E9EFE6;
}

