/*************************** print & display on/off ***************/
.noprint {
	display:none;
}
.nodisplay {
}

/*************************** display *********************/
a:link {color:black;text-decoration:none;border-bottom:solid 1px #ccc;}
a:visited {color:black;text-decoration:none;border-bottom:solid 1px #ccc;}
a:active {color:black;text-decoration:none;border-bottom:solid 1px #ccc;}

/*************************** paragraphs & lines ***************************/
h1,h2,h3,h4,p {
	display:block;
}
h1 {
	font-size:1.6em;
	font-weight:bold;
	text-align:right;
	margin-bottom:10px;
	padding-right: 10px;
	text-decoration:underline;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration:underline;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-weight:bold;
	text-decoration:underline;
}
p {
	padding-bottom: 5px;
}
hr {
	margin:25px;
  	height:1px;
}
p.error {
	display:none;
}
.bold {
	font-weight:bold;
	font-style:normal;
}
.metainfo_file {
	font-size:1.0em;
	color:black;
}
.metainfo_filedata {
	font-family:monospace;
}


/*************************** common styles ******************/
img.icon_filetype {
	margin-right:5px;
}
#content p.navigation {
	border:solid 0px red;
	text-align:right;
	padding:2px;
	margin:10px 20px 30px 20px;
}
#content p.navigation a.up {
	display:none;
}

/*************************** theme_form *********************/
#theme_form table.mailform {
	margin-right:30px;
	margin-bottom:100px;
}
#theme_form table.mailform td {
	padding:5px;
	border-bottom:0;
}
#theme_form td.description {
	text-align:right;
	font-size:0.9em;
	width:120px;
}
#theme_form td.userinput {
}
#theme_form input,#theme_form textarea {
	border:solid 1px black;
}
#theme_form textarea {
	padding:4px;
	width:100%;
	height:100px;
	font-size: 1em;
}
#theme_form input.text {
	width:80%;
	padding-right:4px;
	padding-left:4px;
	background-color:white;
}
#theme_form input.submit {
	background-color:white;
	border:solid 1px #ccc;
}
#theme_form input.checkbox {
}

/*************************** multi site_* *********************/
#site_filelist a.lo 		{
}
#site_filelist a.hi 		{
}
#site_filelist .item, #site_presse .item, #site_partner .item {
	border:0;
	background-color:white;
	margin-bottom:5px;
	padding:10px;
}
/*************************** site_filelist *********************/
#site_filelist {
}
#site_filelist ul {
	margin:0px 0px 20px 20px;
}
#site_filelist li {
	list-style-type:none;
	background-color:white;
	margin:5px 20px 20px 5px;
	padding:10px;
}
#site_filelist img.icon_filetype {
}

/*************************** site_sitemap *********************/
#site_sitemap {
}
/*************************** site_faq  ************************/
#site_faq {
}
#site_faq li {
	padding:2px;
	margin-left:30px;
	margin-bottom:10px;
}
#site_faq .hi {
	background-color:yellow;
}
/*************************** site_presse **********************/
#site_presse {
}
#site_presse .ul {
	background-color:yellow;
}
#site_presse p {
}
#site_presse ul {
	margin:0px 0px 20px 20px;
}
#site_presse ul p {
	margin:0;
}
#site_presse li {
	margin-left:20px;
	padding-left:0px;
}
/*************************** site_partner *********************/
#site_partner img {
	border:0;
	padding:5px;
	float:right;
	margin:0px 10px 0px 10px;
}


