/*Allgemeine Einstellungen*/
body {

	background-position: center;
	background-color: #FFFFFF;

	font-family: Verdana;
	font-size: 11px;

}


/*Einstellungen für die Anzeige der Überschriften*/
h1 {font-size:16px; color:#663300; margin-bottom:0px; text-shadow:#FFFFFF 2px;}
h2 {font-size:15px; color:#000000;}
h3 {font-size:14px; color:#000000;}


/*Einstellungen für die Anzeige der Links*/
a:link, a:visited, a:active, a:hover{

	text-decoration: none;
	font-weight: bold;
	color: #663300;
	font-size: 11px;
	cursor: pointer;

}

a:active, a:hover{

	text-decoration: none;
	color: #999999;

}


/*Der Container schließt die ganze Seite ein und bestimmt deren Breite*/
#container{

	width: 800px;
	font-family: Verdana;
	font-size: 11px;
	background-image: url(../images/repeatbg.jpg);
	background-repeat: repeat-y;
	/*background-color: #FFFFFF;*/

}


/*In diesem Layer wird der Seitentitel ausgegeben*/
#title {

	background: url(../images/title.jpg) no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	text-align: center;
	height: 290px;
	/*border-bottom: 5px solid #F5F5F5;*/
	/*margin-bottom: 20px;*/ /*Abstand zum Content Container*/

}

#title h1 {

	padding-top: 25px;

}


/*Einstellungen zum Suchmodul*/
#search {

	float: right;
	width: 180px;
	padding-right: 10px;

}

#search table.moduletable {

	padding-left: 2px;
	border: 2px solid #FFEFA9;
	background-color: #FBF2C8;

}

#search .inputbox {

	border: 0px;
	color: #000000;
	background-color: #FBF2C8;

}

#search .button {

	border: 1px solid #FFEFA9;
	color: #000000;
	background-color: #FBF2C8;

}


/*Einstellungen für den center_table*/
#center_table {

	background: url(../images/repeatbg.jpg);
	background-repeat:repeat-y;
	/*padding: 2px;*/

}



/*Einstellungen für die beiden Layer neben dem Content*/
#left {

	line-height: 20px;
	width: 230px;
	float: left;
	
}


/*Einstellungen für den Content Layer*/
#content {

	float: right;
	width: 570px;
	height: 100%;
	/*margin-left: 3%;*/
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	/*border: 1px dashed #C3C3C3;*/
	/*margin-bottom: 10px;*/
	/*padding-left: 5px;
	padding-right: 5px;*/
	overflow: hidden; /*damit z.B. bei Suchabfragen überlange URL's nicht das Layout zerstören*/

}

#content h1 {

	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #663300;

} 


/*Einstellungen für den untersten Layer*/
#bottom {

	clear: both;
	background: url(../images/bottom.jpg) no-repeat;
	background-color: #FFFFFF;
	height: 15px;
	/*border-top:4px solid #F5F5F5;
	margin-top:20px;*/
	vertical-align: bottom;
	background-position: center;

}

#bottom_text {

	padding:2px;

}


/*Einstellungen speziell für Joomla*/


/*Module*/
table.moduletable {
	
	/*width: 100%;*/
	height: 100%;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 11px;
	/*border: 1px dashed #C3C3C3; /*Rahmen um die einzelnen Module (Menü, Poll, Suchen..) */
	margin-bottom: 10px; /*Abstand zwischen den Modulen 10px*/
	padding-left: 35px; /*Abstand zum Rahmen*/
	/*padding-right: 2px;*/
	/*background-color: #F5F5F5;*/

}

table.moduletable th { /*Modulüberschrift*/

	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	/*background-color: #648AAF;*/
	/*background:url(../images/menu_top_bg.gif) repeat-x;*/
	color:#FFEFA8;

}

table.moduletable td { /*Modultext, nicht Content*/

	text-align: left;
	font-size: 11px;
	font-family: Verdana;

}


/*Content*/
td { /*Contenttext, nicht Modul*/

	font-family: Verdana;
	font-size: 11px;

}

th {

	font-family: Verdana;
	font-size: 11px;

}

p {

	font-family: Verdana;
	font-size: 11px;

}

.contentheading, .componentheading {

	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #663300;

}

.small {

	font-family: Verdana;
	font-size: 11px;
	color: #888888;

}

.createdate {

	font-family: Verdana;
	font-size: 11px;
	color: #888888;

}


/*Navigationsmenü*/
a.mainlevel:link, a.mainlevel:visited, a.mainlevel:hover {

	display: block;
	/*background-color: #F5F5F5;*/
	text-decoration: none;
	font-weight: bold;
	color: #663300;
	font-size: 11px;

}

a.mainlevel:active, a.mainlevel:hover, a.mainlevel:focus {

	display: block;
	/*background-color: #FE8B1F;*/
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;

}

a.sublevel:link, a.sublevel:visited, a.sublevel:hover {

	display: block;
	/*background-color: #F5F5F5;*/
	text-decoration: none;
	font-weight: bold;
	color: #663300;
	font-size: 11px;

}

a.sublevel:active, a.sublevel:hover, a.sublevel:focus {

	display: block;
	/*background-color: #FE8B1F;*/
	color: #FFEFA9;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;

}


/*Sonstiges*/
.button {

	background-color: #006634;
	color: #E5E5E5;
	font-size: 11px;
	font-family: Verdana;
	border: 1px solid #663300;

}

.inputbox {

	border: 1px solid #C3C3C3;

}

html, body {

	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;

}