* {
	margin: 0;
	padding: 0;
}

html { height: 101%;}

body {
	background-color: #eeeadf;
	
}

h4 {
	font-size: 120%;
	font-weight: bold;
}

h5 {
	font-size: 110%;
	font-weight: bold;
}

/*-----------------------------
FARBEN FÜR MENÜ
inaktiv und rollover:
		H-Font	#eeeadf	HG-Beige
		H-Block	#62582b	D-Grün
		S-Font	#eeeadf	HG-Beige
		S-Block	#b9ad7e	M-Grün
		
aktiv:
		H-Font	#62582b	D-Grün
		H-Block	#afa16a	D-Beige
		S-Font	#9a9069	M-Grün
		S-Block	#e2dcc9	H-Beige
		
FARBEN BREADCRUMBS
		D-Braun	#642b0e
		H-Braun	#ca8054
		
------------------------------*/

/*a:link {
	text-decoration: none;
	color: #62582b;
}*/

/*a:hover {
	text-decoration: none;
}*/

/*a:visited {
	text-decoration: none;
	color: #62582b;
}*/

/*a:active {
	text-decoration: none;
}*/

#global {
	/*width: 100%;
	height: 100%;*/

	/*margin: 0px;
	padding: 0px;*/
	background-image: url(../grafics/bg001.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#head {
	height: 121px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../grafics/head001.gif);
}

#subhead {
	display: inline;
	clear: both;
}

/*#subheadleft {
	width: 50%;
	height: 24px;
	background-image: url(../grafics/bgsubl001.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;	
	clear: right;
	margin-bottom: 10px;
	padding-bottom: 1px;
}


#subheadright {
	width: 50%;
	height: 24px;
	float: left;
	clear: right;
	background-image: url(../grafics/bgsubr001.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 10px;
}*/

/*--------------------------------------
-------- breadcrumbs -------------------
----------------------------------------*/

#breadcrumbs {
	width: 385px;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	float: right;
	/*left: 20%;*/
	color: #642b0e;
}

#breadcrumbs ul li {
	display: inline;
}

#breadcrumbs ul li a:link, #breadcrumbs ul li a:visited {
	text-decoration: none;
	color: #ca8054;
}

#breadcrumbs ul li a:hover {
	text-decoration: none;
	color: #642b0e;
}




/*----------------------------------*/



#containbox {
	/*float: right;
	clear: right;
	position: relative;*/
	background-color: inherit;
	width: 820px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
}

/*-------------------------------
------ Hauptmenü ---------------
-------------------------------*/

#menue {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 75%;
	line-height: 130%;
	/*background-color: #9a9069;*/
	color: #eeeadf;
	width: 132px;
	/*display: block;*/
	float: left;
	clear: right;
	/*position: relative;
	margin-right: 10px;*/
	/*text-indent: 5px;*/
	font-weight: bold;
}

#menue ul li{
	/*color: #eeeadf;*/
	background-color: #afa16a;
	list-style-type: none;
	/*display: block;*/
	margin-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	list-style-position: outside;
	/*background-image: url(../grafics/eckemenue.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}


#menue ul li a:link, #menue ul li a:visited {
	/*display: block;*/
	text-decoration: none;
	color: #eeeadf;
	/*background-color: #ddd6c1;*/ 
}

#menue ul li a:hover {
	/*display: block;*/
	text-decoration: none;
	color: #62582b;
	/*background-color: #62582b;*/ 
}

/*---------------------------------
----- erweitertes Menü ---------
---------------------------------

#menue ul ul li {
	font-weight: normal;	
	display: block;
	color: #eeeadf;
	background-color: #b9ad7e;
}

#menue ul ul li a:link, #menue ul ul li a:visited {
	display: block;
	text-decoration: none;
	color: #eeeadf;
	background-color: #afa16a;
}

#menue ul ul li a:hover {
	display: block;
	text-decoration: none;
	color: #62582b;
	background-color: #afa16a;
}*/

/*-------------------------------*/

#submenue ul {
	font-weight: bold;
	font-size: 85%;
	line-height: 100%;
}

#submenue ul li{
	background-image: none;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}


#submenue ul li a:link, #submenue ul li a:visited {
	text-decoration: none;
	color: #eeeadf;
	background-color: #afa16a;
}

#submenue ul li a:hover {
	/*display: block;*/
	text-decoration: none;
	color: #62582b;
	background-color: #afa16a;
}


/*----------------------------------*/

#containinfo {
	background-color: inherit;
	width: 670px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 80%;
	line-height: 150%;
	text-align: justify;
	float: right;
	color: #444444;
}

#containinfo span {
	font-size: 75%;
	color: #666666;
	font-variant: normal;
}

#containinfo strong {
	font-size: 90%;
	font-weight: bold;
}



#containinfo a:link {
	color: #444444;
	text-decoration: none;
}

#containinfo a:visited {
	color: #444444;
	text-decoration: none;
}

#containinfo a:hover {
	color: #444444;
	text-decoration: underline;
}

#containinfo a:active {
	color: #444444;
	text-decoration: underline;
}


#containinfo ul li {
	list-style-position: outside;
	margin-left: 13px;
}

/*-----------------------------
------- nur Startseite --------
------------------------------*/

/*#containstart {
	background-color: inherit;
	width: 680px;
	height: 500px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 80%;
	line-height: 150%;
	text-align: justify;
	background-image: url(../grafics/bg_start001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}*/




/*------------------------------
		classes
-------------------------------*/

.bildli {
	border: 2px solid #62582b;
	margin: 0px 10px 5px 0px;
	float: left;
}

.bildre {
	border: 2px solid #62582b;
	margin: 0px 0px 5px 10px;
	float: right;
}

.bildcenter {
	border: 2px solid #62582b;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
}

.td_subheadleft {
	background-color: #FFFFFF;
	background-image: url(../grafics/bgsubl001.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.td_subheadright {
	background-color: #FFFFFF;
	background-image: url(../grafics/bgsubr001.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.td_sprachen {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #642b0e;
}

.p_absatz {
	padding-bottom: 8px;
}


/*------ Table Referenzen ---------*/

.tableref {
	width: 680px;
}

.tdpic {
	width: 150px;
	height: 150px;
}

.tdtxt {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

