body, td, th 
{
	line-height: 16px;
	font-size: 11px;	
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

input, select, textarea
{
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

body {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

a {
	font-weight: bold;
	color: #E67311;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
padding-top: 5px;
padding-left: 10px;
	margin-left: 0px;
	list-style-position: outside; 
	
}
li {
padding-bottom: 4px;
}

h1 {
	color: #E77633;
	font-size:22px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #E77633;
}

h4 {
	font-size:11px;
	}
h5 {
	font-size:11px;
	color: #E77633;
}


#canvas {
	margin-left:  auto;
	margin-right: auto;
	text-align:   left;
	width:        980px;
}

#main_nav {
	background-image: url( ../_img/ecke-obenrechts.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #DAD3B9;
	padding-right:2px;
}

#main_nav a {
	display: block;
	float: left;
	width: 138px;
	height: 34px;
	background-image: url( ../_img/nav_reiter.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
}

div.linktext {
	margin:10px 0px 0px 6px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size:   15px;
	padding-left: 4px;
}
#main_nav a:hover,
#main_nav a.active {
	color: #000;
}

#subnav {
	height: 48px;
	overflow: hidden;
	background-color: #DAD3B9;
	margin: 0px;
}

/* doenst work, main images are not transparent
#subnav a:hover,
#subnav a.active {
	background-image: url( ../_img/navi/active_sign.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
*/


table#main {
	width: 100%;
	border: 0px;
	border-left: 15px solid #DAD3B9;
	height: 600px;
}

td.content {
	width: 100%;
	border-right: 15px solid #DAD3B9;
	border-bottom: 15px solid #DAD3B9;
	background-image: url( ../_img/ecke-obenrechts-innen.gif);
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 15px 20px;
}



.dot_line {
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #E77633;
	width: 100%;
	height: 1px;
}


a:link,
span.non_link {
	font-family: Arial, Helvetica, sans-serif;
	color: #4B3710;
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #4B3710;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #E77633;
	font-size: 11px;
	text-decoration: none;
}


/* ---- SPECIAL CONTENT STUFF ---- */

.Copyright {
	color: #7F7D7A;
	text-align: center;
	font-size: 0.9em;
	margin-top: 5px;
}
.block_title {
	background-image: url(../_img/block_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	color: #3F2008;
	font-size: 11px;
	font-weight: bold;
}


.tabellecell {	background-color: #ECE9DC;
	padding: 5px 5px 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}
td.tabelletop {	background-color: #E77633;
	height: 22px;
	padding: 5px 5px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.tabelletop {	background-color: #E77633;
	height: 22px;
	padding: 5px 5px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.input th {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid black;
}

.input td {
	text-align: center;
	padding: 4px;
}

table.multicell td {
	width: 100%;
	background-color: #ECE9DC;
}

legend { /* ie wants to render them blue ?? */
	color: #000;
}

.inputtext {
    width:70%;
}


.message_box, .error_message_box {
  border:2px solid;
  padding:4px;
  margin:0 0 5px 0;
}
.message_box {
  color:#33AA33;
  border-color:#33AA33;
  background-color:#CCFFCC;
}
.error_message_box {
  color:#CC3333;
  border-color:#CC3333;
  background-color:#FFCCCC;
}


/* navigation in user-admin modul "inhalte" */

.nav_item {
    border: 1px solid #555;
    margin: 5px 0;
    padding-left: 4px;
}

.nav_depth_1 {
    margin-left: 20px;
    background-color: #DAD3B9;
}

.nav_depth_2 {
    margin-left: 40px;
    background-color: #CAC399;
}

.nav_depth_3,
.nav_depth_4,
.nav_depth_5 {
    margin-left: 60px;
    background-color: #DAD3B9;
}

.nav_item .item_title {
    float:left;
    width: 85%;
    font-size:14px;
    padding: 5px 0;
}

.nav_item .position_nav {
    float: right;
    text-align: right;
    width: 15%;
    height: 15px;
    padding-top: 3px;
}

.nav_item a.nav_pos_link {
    display: block;
    margin: 2px 2px 0 0;
    
}


