/*******************************************************/
/* Erstellung: 24.07.2006			      		*/
/* Autor: Peter Eggermann, Lars Lehners   		*/
/* firefox.css	                             	      	*/
/* Unterstützte Browser: firefox			      	*/
/*******************************************************/

/*#########################################################*/
/* Verwendete Farben:                                      */
/* Schriftfarbe-Haupttext: #000000                         */
/* Schriftfarbe-Navigation-Normal: #ffffff                 */
/* Schriftfarbe-Navigation-Aktiv: #004483                  */
/* Schriftfarbe-Navigation-Hover: #ffffff                  */
/* Linienfarbe: #FDFDF7                                    */
/* Hintergrundfarbe-Body: #CDCEDA                          */
/* Hintergrundfarbe-Layer1: #FDFDF7                        */
/* Hintergrundfarbe-Inhalt + Navigation-Normal: #FDFDF7    */
/* Hintergrundfarbe-navigation-Aktiv: #FDFDF7              */
/* Hintergrundfarbe-navigation-Hover: #004483              */
/*#########################################################*/


/*---------------------------------------------*/
/* Style fuer HTML-Tags                        */
/*---------------------------------------------*/

body	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-top: 1%;
	background: #ffffff url(../../bilder/frauen_kiel/verlauf_bg.gif) repeat-x;
	text-align:center;
}

p {
	margin: 0pt;
}

a:link {
	color: #F45559;
	text-decoration: underline;
	font-weight: bold;
}


a:visited {
	color: #F45559;
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	text-align:left;
	color: #EE1C23;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	text-align:left;
	color: #EE1C23;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #EE1C23;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}

h5 {
	font-size: 11pt;
	font-weight: bold;
}

h6 {
	font-size: 11pt;
	color: #FF000F;
	font-weight: bold;
}

a img {
	border: none;
}

table {

}

/*---------- Formular -------------------*/


input{
	border: 1px solid #1E6298;
}

textarea{
	border: 1px solid #1E6298;
         scrollbar-base-color:#C8D2F7;
}

select{
	border: 1px solid #1E6298;
	scrollbar-base-color:#C8D2F7;
	font-size:9pt;
	color: #1E6298;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	wrap:virtual;
}

input[type=checkbox]{
	border: 1px solid #1E6298;
}

input[type=submit]{
	border: 2px solid #1E6298;
         background-color:#C8D2F7;
         color:#1E6298;
         width:100px;
}

input[type=reset]{
	border: 2px solid #1E6298;
         background-color:#C8D2F7;
         color:#1E6298;
         width:100px;
}

td{
      vertical-align:top;
}

textarea{
	border: 1px solid #1E6298;
}

/*---------------------------------------------*/
/* Seitenaufbau	                          */
/*---------------------------------------------*/

#page {
	width:790px;
	border:1px solid #1E6298;
	text-align: left;
	margin:auto;
	background: #ffffff;
}

#top {
	width: auto;
	height: 120px;
	border: 0px;
	vertical-align:bottom;
	border-bottom: 1px solid #1E6298;
}

#menue {
	float: left;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 200px;
	min-height: 300px;
	height: auto !important; /* für moderne Browser */
	height: 300px; /*für den IE */
	text-align: left;
	background-color: #EE1c23;
	color: #FFFFFF;
}

#inhalt {
	width: 565px;
	padding: 10px;
	text-align:left;
	overflow: hidden;
}

#prevnext{
        text-align:right;
        
}
#fuss {
	width: auto;
	height: 25px;
	background-color: #EE1C23;
	color: #00FF00;
	clear: both;
}
#fuss.proaktivLink a:link a:visited {
        color: #00FF00;
}

/***********************************************/
/* Topbanner					      */
/***********************************************/

#top img {
	vertical-align:bottom;
}


/***********************************************/
/* Menue links				      */
/***********************************************/

#menue .accessKey{
	text-decoration: underline;
}

#menue .hidden{

	display: none;
}

#menue dfn {
	display: none;
}

#menue ul{
 	margin:0px;
	padding: 0px;
 	padding-top: 3px;
	list-style: none;
}

#menue ul a {
	display: block;
	text-decoration: none;
	background-color: #EE1C23;
	padding-left: 7px;
	padding-top: 3px;
	height: 22px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: 600;
}


#menue img{
	padding: 0px;
	margin: 0px;
}

#menue li.active {
	color: #F45559;
	font-weight: 500;
}

#menue li.active a,
#menue ul a:hover {
	color: #FFFFFF;
	background-color: #F37679;
}

#menue ul li ul li a,
#menue ul li ul li a:link,
#menue ul li ul li a:visited {
	margin-left: 0px;
	padding-left: 15px;
	background: none;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 8pt;
}

#menue ul li ul li a:hover,
#menue ul li ul li.active a,
#menue ul li ul li.active a:link,
#menue ul li ul li.active a:visited {
	font-weight: 600;
	background: #F37679;
	margin-left:0px;
	padding-left: 15px;
	font-size: 8pt;
	color: #FFFFFF;
}

/****************************************************************************************
# 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.component-items { 
	list-style-type: circle; 
}

ul.action-items { 
	list-style-image: url(img/red_arrow_bullet.gif); 
}

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { 
	list-style-type: lower-roman; 
}

ol.action-items-ordered { 
	list-style-type: lower-greek; 
}

/* 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 {}

/****************************************************************************************
# Default css file ENDE
# ***************************************************************************************/

/*###### Schriftgrößen #############*/

span.fontsize8,
p.fontsize8,
h1.fontsize8, 
h2.fontsize8, 
h3.fontsize8, 
h4.fontsize8, 
h5.fontsize8, 
h6.fontsize8,
td.fontsize8,
table.fontsize8 {
	font-size: 8pt;
}

span.fontsize9,
p.fontsize9, 
h1.fontsize9, 
h2.fontsize9, 
h3.fontsize9, 
h4.fontsize9, 
h5.fontsize9, 
h6.fontsize9,
td.fontsize9,
table.fontsize9 {
	font-size: 9pt;
}

span.fontsize10,
p.fontsize10, 
h1.fontsize10, 
h2.fontsize10, 
h3.fontsize10, 
h4.fontsize10, 
h5.fontsize10, 
h6.fontsize10,
td.fontsize10,
table.fontsize10 {
	font-size: 10pt;
}

span.fontsize12,
p.fontsize12,
h1.fontsize12, 
h2.fontsize12, 
h3.fontsize12, 
h4.fontsize12, 
h5.fontsize12, 
h6.fontsize12,
td.fontsize12,
table.fontsize12 {
	font-size: 12pt;
}

span.fontsize14,
p.fontsize14,
h1.fontsize14, 
h2.fontsize14, 
h3.fontsize14, 
h4.fontsize14, 
h5.fontsize14, 
h6.fontsize14,
td.fontsize14,
table.fontsize14 {
	font-size: 14pt;
} 

span.fontsize18,
p.fontsize18,
h1.fontsize18, 
h2.fontsize18, 
h3.fontsize18, 
h4.fontsize18, 
h5.fontsize18, 
h6.fontsize18,
td.fontsize18,
table.fontsize18 {
	font-size: 18pt;
} 

span.fontsize24,
p.fontsize24,
h1.fontsize24, 
h2.fontsize24, 
h3.fontsize24, 
h4.fontsize24, 
h5.fontsize24, 
h6.fontsize24,
td.fontsize24,
table.fontsize24 {
	font-size: 24pt;
}

span.fontsize36,
p.fontsize36,
h1.fontsize36, 
h2.fontsize36, 
h3.fontsize36, 
h4.fontsize36, 
h5.fontsize36, 
h6.fontsize36,
td.fontsize36,
table.fontsize36 {
	font-size: 36pt;
} 