/***********************************************
* Layout-Container
*/

div#main_inhalt {
   width: 550px;
   background-color: #f9f9f9;
   padding: 20 0 0 0px;
   z-index: 4;
   margin-bottom: 25px;
}   

div#inhalt_box {
   margin: 0 0 0 0px;
   padding: 0 30 0 30px;
}

div#inhalt_box-bottom {
   display: block;
   width: 550px;
   height: 15px;
   background: url(../bilder/ecken_unten_inhalt.png) no-repeat;
}

* html div#inhalt_box-bottom {
   display: block;
   width: 550px;
   height: 14px;
   background: url(../bilder/ecken_unten_inhalt.png) no-repeat;
   margin-bottom: -1px;
}

div#inhalt_box p {
	padding-bottom: 5px;
}

div#inhalt_box ul.csc-menu-1 {
   list-style-type: none;
   padding: 0 0 20 0px;
}

div#inhalt_box ul.csc-menu-1 li {
	display: block;
   padding: 3 0 3 0px;
}

div#inhalt_box a {
	font-size: 14px;
	font-weight: bold;
   text-decoration: none;
   color: #5c5c5c;
}

div#inhalt_box a:hover {
	font-size: 14px;
	font-weight: bold;
   text-decoration: none;
   color: #3cb600;
}

/***********************************************
* Tabellenlayouts
*/

/******* Layout 3 *********/
table.contenttable-3 {
	font-size: 14px;
   color: #5c5c5c;
   width: 480px;
	margin: 0px;
	padding: 0px;
}

/******* Layout 2 *********/
table.contenttable-2 {
   width: 480px;
	margin: 0px;
	background-color: #e0e0e0;
}

table.contenttable-2 tr td {
	font-size: 14px;
   color: #5c5c5c;
	padding: 2 5 2 5px;
	background-color: #e0e0e0;
}

/***********************************************
* Listenlayouts
*/

/******* Layout 1 *********/
div#inhalt_box ul.csc-bulletlist-1 {
   list-style-type: disc;
   list-style-position: outside;
   padding: 0 0 0 30px;
}

div#inhalt_box ul.csc-bulletlist-1 li {
   padding: 3 0 0 0px;
}

/******* Layout 2 *********/
div#inhalt_box ul.csc-bulletlist-2 {
   list-style-type: none;
   padding: 0 0 0 0px;
}

div#inhalt_box ul.csc-bulletlist-2 li {
	font-weight: bold;
	display: block;
   padding: 3 0 0 0px;
}

