/********************************/
/* CSS von MySun                */
/* Erstelldatum: 18.12.08       */
/* Ersteller: SER               */
/* letzte Änderung: 30.12.08    */
/********************************/


body {
	padding: 0px;
	margin: 0px;
	background-color: #626262;
	font-family: verdana, sans-serif;
	color: #800080;
	font-size: 11px;
}
	
h1 {
	font-size: 1.3em;
	color: #800080;
	width: 610px;
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	border-left: 1px dashed #800080;
	border-bottom: 1px dashed #800080;
}

h2 {
	font-size: 1.2em;
	color: #800080;
	width: 420px;
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	border-left: 1px dashed #800080;
	border-bottom: 1px dashed #800080;
}
		 			
h3 {
	font-size: 1.1em;
	color: #800080;
	width: 420px;
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	border-left: 1px dashed #800080;
	border-bottom: 1px dashed #800080;
}

p {
	padding-left: 1em;
}

a {
	text-decoration: underline;
	font-size: 1em;
	color: #800080;
}

a.map {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #800080;
}

table {
	font-size: 1em;
}

tr {
	font-size: 1em;
}

td {
	font-size: 1em;
}

.contenttable {
	font-size: 1em;
}

.mini {
	font-size: 0.8em;
}

.formular {
	border: solid 1px #666666;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/				 			

#main {
	background-color: #FFFFCC;
	position: absolute;
	left: 50%;
	width: 920px;
	margin-left: -460px;
}

#header {
	height: 110px;
	width: 900px;
	margin: 10px 10px 10px;
	border-bottom: 2px solid #800080;
}

#date {
	height: 2em;
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	margin-top: 1.5em;
	color: #800080;
}

#nav {
	float: left;
	width: 26em;
}	

#pfadleiste {
	clear: right;
	width: 600px;
	line-height: 1em;
	margin: 0px 0px 20px;
}

#pfad {
	font-size: 0.8em;
	color: #666666;
}

#inhalt {
	width: auto;
	clear: right;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: auto;
	height: 20px;
	border-top: 1px solid #666666;
	font-size: 0.8em;
	padding: 1em 1em 1em 2em;
	color: #666666;
}

/* Navigation */

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 2em;
}

li.mainnav {}

li.mainnav a {
	padding: 0.2em 0.5em;
	text-decoration: none;
	color: #800080;
	font-weight: bold;
}
			
li.mainnav a:hover {}
				
li.subnav	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0.2em;
}
			
li.subnav a {
	padding: 0.2em 0.2em;
	text-decoration: none;
	color: #800080;
	font-weight: normal;
}
									
li.subnav a:hover {}

li.pfad a {
	padding: 0.2em 0.2em;
	text-decoration: none;
	color: #800080;
	font-size: 0.8em;
	font-weight: normal;
}
									
li.pfad a:hover {}

li.lang a {
	padding: 2em;
	text-decoration: none;
	color: #666666;
	font-size: 0.8em;
	font-weight: bold;
}
		
/* Navigation Ende */

#kontakt {
	list-style-type:none;
	margin:2em 0;
	padding:0;
}
		
#kontakt li {
	padding-left:2.5em;
	margin-bottom:1em;
}

#kontakt li a {
	display:block;
	width:14em;
	padding:0.2em 0.5em;
	font-size:0.8em;
	color:#666666;
}

/* MiniNews */

.tx-mininews-pi1-fp_listrowField-datetime {
	font-size: 0.9em;
	font-style: italic;
}

.tx-mininews-pi1-listrowField-datetime {
	font-size: 0.9em;
	font-style: italic;
	border-top: 1px solid #800080;
	padding-top: 20px;
	padding-bottom: 0px;
}

.tx-mininews-pi1-singleViewField-datetime {
	font-size: 0.9em;
	font-style: italic;
}

.tx-mininews-pi1-listrowField-title {
	font-size: 1.1em;
	color: #800080;
	width: 420px;
	text-decoration: none;
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	border-left: 1px dashed #800080;
	border-bottom: 1px dashed #800080;
}

.tx-mininews-pi1-listrowField-teaser {
	font-size: 1em;
	color: #800080;
	text-decoration: underline;
}

hr {
	width: 0px;
}

/* Farben */
.gruen {
	font-weight: bold; 
	color: #3D7D99;
}

.grau	{
	font-weight: bold; 
	color: #666666;
}

.illu	{
	border:1px solid #666666;
	width:12em;
}

