body
{
	margin: 0;
	padding:0;
	background-image: url('images/kachel_bg.gif');
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}

h1, h2, h3, h4, p, span
{
	margin-top:0;
}

#aussen
{
	width: 1030px;
	margin: auto;
}

#top
{
	
	height: 139px;
	width: 100%;	 
}

#topnavigation
{
	text-align: left;
	background: #CA6F2E;
	height: 18px;
	font-size: 11px;
	font-weight: bold;	
}

#topnavigation ul
{
	margin: 0;
	padding-top: 4px;
	padding-left: 314px;
}

#topnavigation ul li
{
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 30px;		 
}

#topnavigation ul li a
{	
	color: #000;
	text-decoration: none;
}

#topnavigation #current a
{
	color: #EDDBCE;
}

/******************** Contentcontainter *******************************/

#contentcontainer
{
	width: 1028px;
	text-align:left;
}

#leftcontent
{
	text-align:left;
	width: 290px;
	height: 500px;
	overflow:hidden;
	border-left: #EDDBCE 6px solid;	
	float: left;
}

#leftcontent img
{	
	border: 0;
	padding: 0;
	margin: 0;
	
}

#centercontent
{
	width: 436px;
	border-top: #EDDBCE 18px solid;
	float: left;
}

#maincontent
{
	text-align:left;
	line-height: 1.5;
	height: 437px;
	border-left: #EDDBCE 18px solid;
	border-right: #EDDBCE 18px solid;
	background-color: #EDDBCE;
}

#maincontent a
{
	color: #000;
	text-decoration: underline;
}

#bottomnavigation
{
	text-align: left;
	margin-left: 18px;
	margin-top: 5px;
	font-size: 11px;	
}

#bottomnavigation ul
{
	margin: 0;
	padding:0;
}

#bottomnavigation ul li
{
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 20px; 	 
}

#bottomnavigation ul li a
{
	margin-top: 20px;
	color: #000;
	text-decoration: none;
}

#rightcontent
{
	line-height: 1.5;
	height: 437px;
	overflow:hidden;
	text-align: left;
	background-color: #EDDBCE;
	border-top: #EDDBCE 18px solid;
	border-right: #EDDBCE 11px solid;
	width: 260px;
	float: left;
	padding-left: 25px;
}

#rightcontent a
{
	color: #000;
	text-decoration: underline;
}

.clear
{
	clear: both;
}

/*********************** Forms ************************************/

#search-text {	
	font-size:0.9em;
	background:#fff;
	border:0;
	padding:0.1em;
}
#search-text:focus {	
	background:#CCCCCC;
}

/* form definitions main content area */

#maincontent legend {
	font-weight:bold;
	color:#000;

}
#maincontent fieldset {	
	font-size:11px;
	border:1px solid #99A390;	
	padding:0.5em;	
	margin:0 0 1em 0;
}
#maincontent fieldset label{
	display: inline;
	margin-top: 0.5em;
	
	
}

/* sizes of text fields */
.input-tiny {
	width:10%;
}
.input-small {
	width:20%;
}
.input-medium {
	width:40%;
}
.input-large {
	width:60%;
}
.input-tinymce {
	width:90%;
}


.form-text,
.form-textarea {	
	background:#fff;
	border:1px solid #99A390;
	padding: 0.1em 0 0.1em 0.3em;
	margin:	0.2em;
	display: inline;
}

.form-text:focus,
.form-textarea:focus {
	background: #C1CDB6;
	display: inline;	
}


.form-set {
	margin-bottom:1em;
}

/* form buttons */
.button-positiv {
	text-transform:uppercase;
	color:#000;	
	border:1px solid #989EAA;
	background:#FFF;
	padding:0.1em;		
	margin: 0.5em 0 0.5em 0;
}


.button-negativ {
	text-transform:uppercase;
	color:#000;	
	border:1px solid #989EAA;
	background:#F1F3F5;
	padding:0.1em;		
	margin: 0.5em 0 0.5em 0;
}

.button-positiv:hover {
	background:#C1CDB6;
}
.button-negativ:hover {
	background:#F4E888;
}

