/* CSS dschenzone.de 
####################
(c) info(at)dschenzone.de
####################
*/
/* 01-2007 v0.1 */


h2 {font-size:14px; color: #993300; margin-left:15px;}
body {	background-image:url(img/hg-main.gif);
		background-repeat:repeat-x;
		background-color:#E3C384;
		margin:0; padding:0;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		/* text-align:center; */
		}

.haupt {margin: 35px auto;
		padding:0;
		width:757px;
		text-align:left;
		}
		
.menue {height:65px;
		margin:0;
		background-color:#669933;
		border-right-color:#993300;
		border-right-style:solid;
		border-right-width:3px;
		width:auto;
		clear:both;
		text-align:right;
		}

.ueberschrift {float:left; text-align:left; width:200px;}
.ueberschriftb {float:left; text-align:left; width:205px;}
.ueberschriftb h1 {	font-size:13px;
			margin:16px 0 0 0;
			letter-spacing: 0.001em;
			color:#FFFAD9;
			float:left;
			}
.ueberschrift h1 {	font-size:14px;
			margin:16px 0 0 0;
			letter-spacing: 0.01em;
			color:#FFFAD9;
			float:left;
			}
.ueberschrift h2 {	font-size:12px;
			margin:0;
			letter-spacing: 0.01em;
			color:#FFFAD9;
			float:left;
			}
	
.oberliste {width:415px;
			margin: 15px 4px 0 0;
			height:auto;
			clear:both;
			float:right;
		border-right-style:solid;
		border-right-width:1px;
		border-right-color:#A73C06;
			}
				
.oberliste a {
			font-size: 11px;
			margin:0;
			float:right;
			display:block;
			line-height:29px;
			padding: 0 7px 0 7px;
			text-decoration: none;
			color:#A73C06;
			background-image:url(img/mp-hg.gif);
			background-position:0 -3px;
			background-repeat:repeat-x;
			letter-spacing: 1px;
			font-weight:bold;
		border: 1px solid;
		/*border-top-width:1px;*/
		/*border-bottom-width:1px;*/
		border-right-width:0px;
		/*border-left-width:1px;*/
		border-color:#A73C06;
			}
			
.oberliste a:hover {
			background-color:#669933;
			background-image:url(img/mo-hg.gif);
			background-position:0 -3px;
			color: #FFF3B9;
}
		
.logokasten {width:100px; height:65px; float:left; padding-right:25px;}
* html .logokasten {padding-right:0px;}
		
.fenster {
	margin:0; height:auto; width:757px;
	clear:both; text-align:left;
	background-image:url(img/hg-inhalt.gif);
	background-repeat:repeat-y;
	background-position: 0 5px;
		}
		
.ecke {	width:185px;
		height:auto;
		padding-bottom:15px;
		background-color:#FFF3B9;
		float:left;
		}
		
.ecke h2 {	color:#FFFAD9; font-size:12px; background-color:#cc6633; display:block; padding: 2px 5px 2px 5px; 
			margin:6px 2px 12px 6px; letter-spacing:0.5px;}
			
.ecke h2 a {	padding-left:27px; background-image: url(img/hl_bg.gif); background-repeat:no-repeat; background-position:12px -2px; color:#FFFAD9;}
			
.ecke h1 {	color:#FFFAD9; font-size:12px; background-color:#cc6633; display:block; padding: 2px 5px 2px 5px; 
			margin:6px 0 6px 6px; letter-spacing:0.5px;}
			
.ecke p {font-size:11px; line-height:18px;}
.ecke ul {margin:0 0 0 15px; padding:0;}
.ecke li { list-style-image: url(img/li.gif);}
.ecke li a {text-decoration:none;
			height:0px;
			font-size:12px;
			line-height:18px;
			color:#993300;
			margin:-3px 0 -3px 0;
			padding:0;
}
.ecke li a:hover {color: #669933;}
		
.inhalt  {	width:556px;
			margin-top:4px;
			padding-bottom:15px;
			height:auto;
			background-color:#FFFAD9;
			float:right;
		border-right-color:#993300;
		border-right-style:solid;
		border-right-width:3px;
			}
			
.inhalt p, h1, ul li {margin: 10px 15px 15px 15px;}

.inhalt h1 {color:#993300; font-size:24px;}
.inhalt p {font-size:12px; line-height:18px;}
			
* html .inhalt {width:560px;}
.clear	{clear:both;}

#nav_act { 
			margin:0;
			float:right;
			display:block;
			line-height:29px;
			padding: 0 7px 0 7px;
			font-size:11px;
			text-decoration: none;
			color:#FFF3B9;
			background-color:#669933;
			background-image:none;
			letter-spacing: 1px;
			font-weight:bold;
		border-style:solid;
		border-top-width:1px;
		border-bottom-width:1px;
		border-right-width:0px;
		border-left-width:1px;
		border-color:#A73C06;
			}
.fuss {width:757px; height:1px; float:left; background-image:url(img/hg-fuss.gif); background-repeat:no-repeat;}

/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css,v 1.1 2005/12/28 00:49:11 mundaun Exp $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Bullet styles for unordered lists.*/
ul { font-size:12px;}
ul.normale_liste { color: #000; list-style-type: circle;}
ul.link_liste { 
		line-height:20px;
		color:#993300; list-style-image: url(img/li_seite.gif); }

/* Numbering styles for ordered lists.*/
ol.roemisch_liste { color: #000; list-style-type: lower-roman; }
ol.griechisch_liste { color: #000; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.wichtig { color: #669933; font-weight:bold;}
span.name { color: #000; font-weight:bold;}
span.detail { color: #669933; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

.hervorgehoben_gross
{font-weight:bold;
font-size:14px;
color:#669933;}

.ueberschrift_intern
{padding-left:27px; background-image: url(img/hl_bg.gif); background-repeat:no-repeat; background-position:12px -2px; color:#FFFAD9;}

a {text-decoration: none; color: #993300;}

.tx-photogals-pi1 {
	margin:15px 0 15px 15px;
	padding:0px;
}

.tx-photogals-pi1-big a {
	margin-right:15px;
	background-color:#FFFAD9;
	text-align:center;
	display:block;
	border-style:none;
	height: 420px;
	vertical-align:middle;
}

.tx-photogals-pi1-big a img {

}

.tx-photogals-pi1-big a:hover {
	border-style:none;
}

.tx-photogals-pi1-small a {
	border:1px solid #CCCCCC;
	background-color:#FFFAD9;
	padding:4px;
	margin-right:6px;
	margin-bottom:3px;
	margin-top:3px;
	float:left;
}
.tx-photogals-pi1-small a:hover {
	border:1px solid #cc6633;
}
.tx-photogals-pi1-small-active a {
	border:1px solid #A73C06;
	background-color:#FFFAD9;
	padding:4px;
	margin-right:6px;
	margin-bottom:3px;
	margin-top:3px;
	float:left;
}
.tx-photogals-pi1-small-active a:hover {
	border:1px solid #cc6633;
}

.csc-textpic-caption {font-size:11px;}

