/* CSS Document 
*  created 03may2005 cg
*/

/* ///////////////////////////////////////////////////////////////////// */	
/* GLOBAL HTML STYLES */

body {
	background-color: #CCCCCC;
	background-image: url(images/muster_weiss.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px;	/*margin-top: 21px;*/
}

td{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
/* removes space below form elements */
form { margin: 0; padding: 0; }
a { color: #006666; font-weight: bold; text-decoration: none; }
a:link { color: #006666; }
a:visited { color: #006666; }
a:hover { text-decoration: underline; }


/* ///////////////////////////////////////////////////////////////////// */	
/* GLOBAL LAYOUT BOXES FOR TABLE CELLS*/

/* header and top nav horizontal bar --> background image */
#header{
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	height: 80px;
	background-position: right;
	background-repeat: no-repeat;
}
#header p{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 5px 0px 0px 20px;
}
#header img{
	padding-left: 20px;
}

/* top menu --> general pages */
#topnavbar{
	background-color: #349A9A;
	height: 27px;
	background-image: url(images/topnavbar500.gif);	
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	text-transform: uppercase;
	padding-right: 5px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#topnavbar ul {	margin: 0px; padding: 5px 0px 0px; list-style: url(none) none;}
#topnavbar li { display: inline;padding: 5px; }
#topnavbar a{ color: #FFFFFF; text-decoration: none; }
#topnavbar a:hover{ text-decoration: underline; }



#leftnav{
	text-transform: uppercase;
	background-color: #7DD4D6;
	border-right: 1px dotted #19A8AA;
}
#rightnav{
	text-transform: uppercase;
	background-color: #FFFFFF;
	border-left: 1px dotted #19A8AA;
}
#main{
	background-color: #FFFFFF;
}
#content{
	margin: 10px;
}
#categorylisting{
	margin: 10px;
}
#footer{
	background-color: #D6D6D6;
	border-top: 1px dotted #19A8AA;
}



/* ///////////////////////////////////////////////////////////////////// */
/* MODULES STYLES FOR LEFT MAINMENU COLONS */

/* title of the left navigation box */
.mainmenu h3{
	color: #006666;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 14px;
	font-weight: bold;
}
	
/* mainnavigation is list menu: reset bullet and margins for ul/li*/
.mainmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.mainmenu li{
	margin: 0;
	width: 100%;
}

/* mainlevel navigation: assign gfx for bullet, positioning, top-border*/
.mainmenu ul.mainlevel a{
	display: block;
	padding: 3px 12px 3px 30px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px dotted #19A8AA;
	font-size: 11px;
	font-weight: bold;
	background: url(images/main_arrow.gif) no-repeat 10px 6px;
}

/* sublevel navigation: no bullet, positioning, no borders*/
.mainmenu ul.children a{
	display: block;
	padding: 2px 12px 2px 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	background: url(none);
}

/* hover and active mainmenu items: same */
.mainmenu li a:link { color: #FFFFFF; }
.mainmenu li a:visited { color: #FFFFFF; }
.mainmenu li a:hover { color: #006666; text-decoration: none; }
#active_menu{ color: #006666; }

/* ///////////////////////////////////////////////////////////////////// */
/* STYLES FOR PATHWAY */

/* pathway topbar within main div*/
#breadcrumb{
	background: #006666;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

/* text style for pathway 
 * note: pathway.php modified to produce p tag around full path text
*/
#breadcrumb p{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
	margin: 0px;
	padding: 6px 5px 6px 10px;
}
/* pathway links color */
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}


/* text style for pathway 
 * note: pathway.php modified to produce p tag around full path text
*/

/* pathway links color */
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited{
color: #FFFFFF;
}
/* ///////////////////////////////////////////////////////////////////// */
/* STYLES FOR CONTENT BOX */

#content h2, #content h2 a{
	font-size: 14px;
	color: #006666;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px;
}
#content img { display: block; margin: 5px; border: none; }

/* CATEGORY.PHP TEMPLATE
the post item within a category listing 
    used only in template file category.php
*/
.categorylisting .post{
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	/* FIX 14sep2006 cg remove fix height -> text in post will overlap*/
	/*height: 100px;*/
	background: #bfeded;

}
.categorylisting .post h2{
	display: inline;
	background: #0033FF;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 100px;	
	top: 0px;
}

/* DISPLAY IMG THUMBNAIL IN CATEGORY LISTING */
.categorylisting img {
	float: left;
	border: none;
	margin-right: 10px;
	display: inline;
	
}
/* FIX IMAGE DISPLAY FOR POST */
.fixclear{
	clear: left;
}




/* SEARCH.PHP TEMPLATE
   the post item within a category listing 
    used only in template file category.php
*/
.searchresults .post{
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;	
	background: #eeeeee;
}
.searchresults .post p{
	padding: 0px;
	margin-top: 0px;
}
.searchresults .post h4, .searchresults .post h4 a{
	font-size: 11px;
	color: #006666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}


.postmetadata{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-size: 9px;
	color: #999999;
}

/* text of the post item */
.entry{
}

/* bottom page navigation */
.navigation{
}

/*//////////////////////////////////////////////////////////
  MODULEBOX STYLES FOR LEFT COLON 
*/
	
.modulebox {
	background: #D6D6D6;
	margin: 10px;
	padding: 0px;
}

.modulebox h3{
	color: #FFFFFF;
	background-color: #006666;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}
.modulebox ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.modulebox a{
	color: #339999;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;	
}
.modulebox li{
	margin: 0;
	background: url(images/box_arrow.gif) no-repeat 7px 6px;
	border-bottom: 1px dotted #339999;
	margin: 0px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*//////////////////////////////////////////////////////////
  GENERAL IMAGES


img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

*/


.sectiontableentry1 { background-color : #F0F0F0; }
.sectiontableentry2 { background-color : #E0E0E0; }


/* ///////////////////////////////////////////////////////////////////// */
/* STYLES FOR SEARCHBOX */

#searchbox {
	background-color: #7DD4D6;
	height: 30px;
	padding-left: 10px;
	padding-top: 2px;
}

.inputbox{
	color: #000000;
	background-color : #FFFFFF;
	border: 1px solid #666666;
}

.button {
	font-size: 11px;
	background-color : #006666;
	color: #FFFFFF;
	border: 1px solid #666666;
	font-weight: bold;
}

/* STYLE FOR SITEMAP LISTING*/
.sitemap ul{ list-style-type: none; margin: 0; padding: 0; }
.sitemap li{ margin: 0; width: 100%; padding-top: 2px; padding-left: 10px; }
.sitemap ul.children a{	font-weight: normal; color: #666666; }


/* STYLE FOR GALLERY IMAGE LISTING*/
.gallery {
	background: #FFFFFF;
	margin-right: 10px;
	/*margin-left: 10px;*/	
}

.gallery a{
	float:left;
	background: #bfeded;
	display: block;
	border: none;
	clear: left;
	width: 100%;
	margin: 5px 0px;
	padding: 10px 5px;
}

/* STYLE FOR CONTACT FORM */

#cform td.lbl {
	text-align: right;
	background: #bfeded;
	vertical-align: top;
}


.inp{ border: 1px solid #000000; }
.inptxt{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000; 
}