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

/*************************** common hrefs *********************************/

a:link {color:black;text-decoration:underline;}
a:visited {color:black;text-decoration:underline;}
a:active {color:black;text-decoration:underline;}
a:hover {color:#479bbb;text-decoration:underline;}

/*************************** paragraphs & lines ***************************/
h1,h2,h3,h4,p {
	display:block;
}
h1 {
	margin:0px 0px 10px 0px;
	padding:0;
	font-size:0.9em;
	font-weight:bold;
	text-align:right;
	color:#1A4A00;
	font-style:italic;
}
h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#1A4A00;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#1A4A00;
	border-top:solid 1px #1A4A00;
	padding:10px 0px  0px  0px;
	margin:50px 0px 10px 0px;
}
h4 {
	font-size:0.8em;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
h5 {
	font-weight:bold;
	display:inline;
	margin-right:2px;
}
p {
	color:#1A4A00;
	font-size:1.0em;
	line-height:1.6em;
	margin-bottom: 20px;
	margin-top: 10px;
}
cite {
	color:#ff3900;
	font-weight:bold;
}
.error {
	font-weight:bold;
	color:red;
	font-size:0.9em;
}
.smalllight {
	font-size:0.8em;
	color:#666;
}
.small {
	font-size:0.8em;
}
.hi {
	font-weight:bold;
	text-decoration:underline;
}
.hibox {
	color:black;
	font-weight:normal;
	font-size:1.1em;
	font-family:monospace;
	display:block;
	background-color:#ffffff;
   margin:20px;
   padding:5px;
   border:dotted 2px #ccc;
}
.code {
	color:#000088;
	font-family:monospace;
	font-size:1.1em;
	background-color:#f0f0f0;
	padding:0px 1px 0px 1px;
}
img.floatr {
	float:right;
	margin:5px 0px 10px 10px;
}
img.floatl {
	float:left;
	margin:5px 10px 0px 10px;
}
div.askwebm {
	margin:10px 0px 10px 0px;
	font-size:0.9em;
	font-weight:bold;
	color:white;
}
span.l {
	background-color:#ff3900;
	padding:1px 5px 1px 5px;
}
span.r {
	color:#636363;
	background-color:#cecece;
	padding:1px 5px 1px 5px;
}


/*************************** common styles ******************/
img.bilddb {
	border:solid 0px blue;
}
#content p.navigation {
	border:solid 0px #ccc;
	margin:0px 0px 10px 0px;
	font-size:0.8em;
}
#content p.navigation a.up {
	padding-left:13px;
	background-image:url("../img/dot.arrow.up.gif");
	background-repeat:no-repeat;
}
/* table1 */
table.style1 {
	border-collapse:no-collapse;
}
table.style1 td {
	padding:5px;
}
table.style1 td.description {
	font-weight:bold;
	text-align:left;
}
table.style1 td.value {
}
/* bullets, lists */
#content ul, #content ol {
	border:solid 0px red;
	color:#1A4A00;
	text-align:right;
	font-weight:bold;
	font-size:0.9em;
	background-color:#f0f0f0;
	margin:10px 0px 20px 0px;
	padding:1px 5px 10px 20px;
}
#content ul li, #content ol li {
	color:black;
	text-align:left;
	font-weight:normal;
}
#content ul li {
	border:solid 0px blue;
	margin:5px 0px 5px 0px;
	list-style-type:circle;
}
#content ol.fussnoten {
	border:solid 0px red;
	color:black;
	text-align:left;
	font-weight:normal;
	font-size:0.8em;
	background-color:#fdfdfd;
	margin:0px 0px 30px 0px;
	padding:1px 5px 10px 20px;
}
#content ol.fussnoten li {
	margin-bottom:10px;
	font-weight:normal;
}

/*************************** theme_wiki *********************/
#theme_wiki {
	float:right;
	font-size:0.8em;
	width:180px;
	margin:0px 0px 10px 20px;
}
#theme_wiki .wiki_box {
	border-top:solid 5px #ccc;
	border-left:solid 5px #ccc;
	background-color:white;
	background-image:url(../img/w.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding:5px 30px 10px 5px ;
}
#theme_wiki .url_box {
	border-top:solid 5px #ccc;
	border-left:solid 5px #ccc;
	background-color:white;
	background-image:url(../img/dot.file.www.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding:5px 30px 10px 5px ;
}
#theme_wiki .begriff {
	font-style:italic;
	font-weight:bold;
}
#theme_wiki a {
	text-decoration:none;
	border-bottom:dotted 1px black;
}
/*************************** theme_form *********************/
#theme_form table.mailform {
	margin-right:10px;
	margin-bottom:100px;
}
#theme_form table.mailform td {
	padding:5px;
}
#theme_form td.description {
	text-align:right;
	background-color:#f0f0f0;
	border-right:solid 3px white;
	font-size:0.8em;
}
#theme_form td.userinput {
	background-color:#D1EBC1;
	width:300px;
	font-size:0.9em;
}
#theme_form td.hinweis {
	background-color:#D1EBC1;
}
#theme_form td.hinweis img {
	border:solid 3px white;
}
#theme_form input,#theme_form textarea {
	border:0;
}
#theme_form textarea {
	padding:4px;
	width:95%;
	height:100px;
	font-size:0.9em;
}
#theme_form input.text {
	border:solid 1px #ccc;
	width:95%;
	padding:0px 4px 0px 4px;
}
/* nach #theme_form input.text */
#theme_form textarea.mandatory_fault, #theme_form input.mandatory_fault {
	border:solid 1px red;
	padding:0px 4px 0px 4px;
}
#theme_form td.mandatory_fault {
	color:red;
	font-weight:bold;
}
#theme_form input.submit {
	background-color:white;
	border:solid 1px #ccc;
}
#theme_form input.checkbox {
}

/*************************** site_partner *********************/
#site_partner img {
	border:solid 1px #ccc;
	padding:5px;
	float:right;
	margin:2em 1em 1em 1em;
	background-color:white;
}
#site_partner p {
	font-size:0.9em;
}
#site_partner h3 {
	background-color:transparent;
}
#site_partner .item {
	margin-bottom:30px;
	padding:5px;
}
#site_partner .beschreibung_color1 {
	border:solid 0px #ccc;
	background-color:#D1EBC1;
}
#site_partner .beschreibung_color2 {
	border:solid 0px #ccc;
	background-color:#f0f0f0;
}

/*************************** site_referenzen ******************/
#site_referenzen table {
	border:solid 0px #ccc;
}
#site_referenzen table td {
	padding:10px 10px 10px 10px;
}
#site_referenzen table td.beschreibung_color1 {
	width:300px;
	background-color:#D1EBC1;
}
#site_referenzen table td.beschreibung_color2 {
	width:300px;
	background-color:#f0f0f0;
}
#site_referenzen img {
	border:solid 1px #ccc;
	float:right;
	margin:0px 0px 10px 20px;
	background-color:white;
}
#site_referenzen p.link {
	font-size:0.9em;
	font-style:italic;
	text-align:left;
	margin:0px 0px 10px 0px;
}

/*************************** site_index ***********************/
#site_index table {
	border-collapse:separate;
}
#site_index td {
	padding:10px;
	font-size:0.9em;
	background-color:#fefefe;
}
/*************************** site_service *********************/
#site_service {
}
/*************************** site_ideen ***********************/
#site_ideen table.style1 {
	width:100%;
}
#site_ideen table.style1 td.style1 {
	border:solid 0px red;
}
#site_ideen table.style1 td.style2 {
	font-size:0.8em;
	font-weight:bold;
	color:#85c50a;
	text-align:center;
	background-color:white;
}
#site_ideen table.style1 td.rssfeeds {
	width:50%;
	font-size:0.8em;
	color:#85c50a;
	text-align:left;
	background-color:white;
}

