/* CSS Document */
/********************
Basic typography rules:
********************/

/* Tags: */

body {
	color: #555;
	background-color: #999999;
	text-align: center;
	min-width: 730px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(dgrey056_heller.jpg);
}

#wrapper {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #FFCC66;
	border: 20px solid #ffffff;
}

html  { }
p, td, li, ul, ol { 
	font-size: 14px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodytext {
       font-size: 14px;
}

img { }


a:link { }
a:visited { }
a:hover { }
a:active { }

h1 { }
h2 { }
h3 { }
h4 { }
h5 { }

a	{ color:#DE051A; }

/* Classes: */

.hide { display: none }
.highlight {
	padding: 0px;
	font-weight: bold;
}
.bigger { font-size: 15px}
.smaller { font-size: 11px}

/* Classes, die von TYPO3 verwendet werden: */

.csc-header csc-header-n1 { }
h1 .csc-firstHeader { }
.bodytext { font-size: 14px}

/* in Verbindung mit Suchformular: */
.csc-mailform { }
.csc-form-labelcell { }
.csc-form-label-req { }
.csc-form-fieldcell { }
.csc-form-label { }
.tx-indexedsearch { width: 80% }
.tx-indexedsearch-redMarkup { color: red }
.tx-indexedsearch-descr { background-color: #ffcc99 }
.tx-indexedsearch-info { background-color: #ffcc99 }

/******************
Layout rules:
******************/
/* IDs: */

#body { }
#header { 
}
#logo {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 75px;
       background-color: #ffffff;
}
#funktionsleiste { color: #555; text-align: right; letter-spacing: 1px }
#funktionsleiste a:link { color: #555; text-decoration: none }
#funktionsleiste a:visited { color: #555; text-decoration: none }
#funktionsleiste a:hover { color: #000; text-decoration: none }
#funktionsleiste a:active { color: #555; text-decoration: none }


#menu {
	width: 180px;
	float: left;
	display: block;
	background: #FFCC66;
}

#menu_1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DE051A;
	text-decoration: none;
	margin-bottom: 7px;
	width: 180px;
	display: block;
	text-indent: 10px;
	}

#menu_1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-indent: 10px;
	}

#menu_1 .menu1-level1-no a         {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DE051A;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	text-indent: 10px;
	margin-bottom: 7px;

}

#menu_1 .menu1-level1-no a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-bottom: 7px;
	text-indent: 10px;
}

#menu_1 .menu1-level1-act a      {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-bottom: 7px;
	text-indent: 10px;
}

#menu_1 .menu1-level2-no {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DE051A;
       text-indent: 20px;
}

#menu_1 .menu1-level2-no a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DE051A;
       text-indent: 20px;
}

#menu_1 .menu1-level2-no a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
       text-indent: 20px;
}

#menu_1 .menu1-level2-act a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
       text-indent: 20px;
}

#menu_1 .menu1-level2-act a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
       text-indent: 20px;
}


/* je nachdem, welche contents verwendet werden entsprechend die Tags für die Typographie definieren. Entweder nur bei content oder auch bei den weiteren content-Inhalten: */

#content {
	line-height: 1.5em;
	margin-left: 210px;
	clear: none;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content a {
	color: #000000;
	text-decoration: underline;
	}
	
#content a:link {
	color: #000000;
	text-decoration: underline;
}

#content a:visited { 	
	color: #000000;
	text-decoration: underline;
}
	 
#content a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFCC00;
}

#content a:active { 
	color: #000000;
	text-decoration: none;
 }

#content p, td, li, ul, ol {
	color: #000000;
}
#content img { /*z.B. Aussenabstand definieren */ }
#content h1 {
	font-size: 15px;
	color: #000000;
}
#content h2 {
	font-size: 13px;
	color: #000000;
	margin-bottom: 0px;
}
#content h3, h4, h5, h6 {
       font-size: 13px;
	color: #000000;
}

#content td  { line-height: 1em }

#content_1 { }
#content_2 { }
#content_3 { }

#copyrightline {
	padding-top: 10px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 666666;
	margin-top: 10px;
	clear: both;
       background-color: #ffffff;
}


#copyrightline a:link { }
#copyrightline a:visited { }
#copyrightline a:hover { }
#copyrightline a:active { }
#copyrightline p, td, li, ul, ol { }

#footer a:link { }
#footer a:visited { }
#footer a:hover { }
#footer a:active { }
#footer p, td, li, ul, ol { }
.trennlinien {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #555;
	border-bottom-color: #555;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 700px;
	border-bottom-width: 700px;
}

hr { style: 1px solid #666666;
}
#wrapper_2 {
	background-color: #FFCC66;
	border-top: 10px solid #FFCC66;
	border-right: 5px solid #FFCC66;
	border-bottom: 5px solid #FFCC66;
	border-left: 5px solid #FFCC66;
	margin-top: 10px;
}
#bildzeile { }

/* dateiliste formatierung */
.csc-uploads csc-uploads-0 { border: 0px; }
.csc-uploads-fileName { color: red; border: 0px; }
.csc-uploads-description { color: red; border-top: 0px;}
.csc-uploads-fileSize { color: red; border: 0 0 0 10; text-align: top; }

/* ÄNDERUNG DURCH YOOAPPLICATIONS AG (WWW.YOOAPPS.COM) */
/*
#copyrightline					{ padding-left:40px; padding-top:5px; margin-top:5px; background:url(/fileadmin/_resources/Logo_MNZ_Telefon_icon.gif) no-repeat 0 5px #FFF; height:30px; }
fieldset.csc-mailform			{ border:0; }
div.csc-mailform-field			{ position:relative; display:block; margin:0 0 10px 0; padding:0 370px 0 0; width:200px; text-align:right; }
div.csc-mailform-field input,
div.csc-mailform-field textarea	{ position:absolute; left:220px; top:3px; }
div.csc-mailform-field label		{  }
*/
#copyrightline					{ padding-left:40px; padding-top:5px; margin-top:5px; background:url(/fileadmin/_resources/Logo_MNZ_Telefon_icon.gif) no-repeat 0 5px #FFF; height:30px; }
fieldset.csc-mailform				{ border:0; }
div.csc-mailform-field			{ position:relative; display:block; margin:0 0 20px 0; clear:both; }
div.csc-mailform-field label		{ width:180px; float:left; padding:0 10px 0 0; text-align:right; }


