/* :::::: CSS-Definitionen www.diakonie-greiz.de | C. Uhlig - 2006 bis 2007 :::::: */
/* :::::: Infos und Referenzen unter www.archiv-uhlig.de/webdesign :::::: */

/* Dieses Dokument ist durch den W3C CSS-Validator als CSS validiert */
/* Letzter Test am: 28.08.2006 - CU */


body {
	background-color: #e7e7e7;
	color: Black;
	font-size: 100.01%;
	font-family: Verdana,Arial,sans-serif;
	margin: 0; 
	padding: 0.8em;
	min-width: 41.0em;
	background-image: url(bilder/icons/body-bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}


/* Kopfzeile */

	
#kopfzeile {
	padding: 0.5em;
	height: 8.0em;
	background-image: url(bilder/banner/bgszene2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: white;
	color: Gray;
	border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	border-bottom: 1px dotted Gray;
	text-align: right;
}

.kopf-linkleiste {
	background-color: #fff;
	padding: 0.1em;
	border-bottom: 1px solid Gray;
	border-right: 1px solid Gray;
	border-left: 1px solid Gray;
	border-top: none;
	margin-bottom: 1.0em;
	text-align: right;
	font-size: 0.8em;
	color: Gray;
	background-image: url(bilder/icons/linkleiste-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.headerfont-small {
	float:left;
	text-align: left;
	font-size: 0.8em;
	color: #800040;
	background-color: transparent;
	font-style: normal;
	line-height: 1.5em;
	margin-left: 3.0em;
}

  
html>body h1 {
	border-color: gray;  /* Farbangleichung an IE  */
}

/* Haupt-Kästen - Menü, Center, Info*/

/* :::::::::::::::: Menüspalte (mit Links!) :::::::::::::::: */


.menuspalte {
	float: left; 
	padding: 0;
	margin: 0;
	width: 12.5em;
}

.menu {
	font-size: 0.8em;
	padding: 0;
	list-style: none;
	margin-left:0em;
}
  
.menu a {
	width: 12.0em;
	display: block;
	padding: 0.4em;
	font-weight: bold;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
	border-left: 0.1em solid #e7e7e7;
}

.menu a:link {
	color: #1E90FF; 
	background-color: transparent;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
	border-left: 0.1em solid #e7e7e7;
}

.menu a:visited {
	color: #1E90FF; 
	background-color: transparent;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
	border-left: 0.1em solid #e7e7e7;
}

.menu a:hover {
	color: navy;
	background-color: #afeeee;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
	border-left: 0.1em solid navy;
}

.menu a:active {
	color: white; 
	background-color: blue;	
	border-color: transparent;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
	border-left: 0.1em solid #e7e7e7;
}



.menubottom-maroon {
	background-image: url(bilder/icons/menu-downbreak.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 40px;
	width: 12.5em;
	margin-top: 0;
	padding: 0.4em;
	color: #e7e7e7;
	background-color: #1E90FF;
}

.menubottom-blue {
	background-image: url(bilder/icons/menu-upbreak.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 12.5em;
	height: 40px;
	margin: 0;
	padding: 0.4em;
	color: #e7e7e7;
	background-color: transparent;
	border-top: 0.1em solid transparent;
	border-bottom: none;
	border-left: 0.1em solid transparent;
	border-right: 0.1em solid transparent;
}



/* Untermenüs erster Ordnung */

.submenu1 {
	font-size: 0.7em;
  width: 12.5em;
	display: block;
	padding: 0.4em;
	text-decoration: none;
	background-color: transparent;
	border-left: 0.1em solid silver;
}
    
.submenu1:link { 
	color: #696969; 
	background-color: transparent;
	border-left: 0.1em solid silver;
}

.submenu1:visited { 
	color: #696969; 
	background-color: transparent;
	border-left: 0.1em solid silver;
}

.submenu1:hover { 
	color: navy;
	text-decoration: none;
	border-left: 0.1em solid navy;
}

.submenu1:active { 
	color: #696969; 
	background-color: transparent;
	border-left: 0.1em solid silver;
}

.submenu1:focus { 
	color: black;
	background-color: transparent;
	text-decoration: none;
	border-left: 0.1em solid silver;
}

.submenu1-downline {
	background-image: url(bilder/icons/submenu1-downend.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 2px;
	border-left: 1px solid silver;
}



/* Untermenüs erster Ordnung STARTSEITE */

.start_submenu1 {
	font-size: 0.8em;
	list-style-image: url(bilder/icons/pfeil_diakonieblau3.gif);
	list-style-position: outside;
}

/*.start_submenu1 {
	font-size: 0.7em;
  margin-left: 0.4em;
  width: 12.5em;
	display: block;
	padding: 0.4em;
	text-decoration: none;
	background-color: transparent;
}*/
    
.startsubs:link { 
	color: #800040; 
	background-color: transparent;
	font-size: 0.8em;
}

.startsubs:visited { 
	color: #800040; 
	background-color: transparent;
	font-size: 0.8em;
}

.startsubs:hover { 
	color: #1E90FF;
	text-decoration: none;
	font-size: 0.8em;
}

.startsubs:active { 
	color: #800040; 
	background-color: transparent;
	font-size: 0.8em;
}

.startsubs:focus { 
	color: black;
	background-color: transparent;
	text-decoration: none;
	font-size: 0.8em;
}


/* Untermenüs Z W E I T E R  Ordnung */

.submenu2_neu {
	list-style-image: url(bilder/icons/sub2pfeil_maroon.gif);
	list-style-position: outside;
}


.submenu2:link {
	font-size: 0.7em;
	color: gray;
	background-color: #e7e7e7;
}
    
.submenu2:visited { 
	color: Gray;
	background-color: #e7e7e7;
	font-size: 0.7em;
}

.submenu2:hover { 
	color: #1E90FF;
	background-color: #e7e7e7;
	text-decoration: none;
	font-size: 0.7em;
}

.submenu2:active { 
	color: Gray;
	background-color: #e7e7e7;
	font-size: 0.7em;
}

.submenu2:focus { 
	color: #1E90FF;
	background-color: #e7e7e7;
	text-decoration: none;
	font-size: 0.7em;
}

.menu-zusatzbox {
	margin:auto;
	text-align:center;
	width: 12.5em;
	padding: 1.0em;
}



/* Inline frame - Infokasten Startseite */

.infobox {
	float: left;
	width: 10.0em;
	height: 17.0em;
	position: static;
}


/* :::::::::::::::: Centerspalte :::::::::::::::: */

.laufschrift {
	background-color:transparent;
	font-family:Verdana,Arial;
	color:#800040;
	font-weight:bold;
	padding-bottom: 10px;
	padding-top: 10px;
	border: none;
}


/* :::::::::::::::: Infokasten :::::::::::::::: */


div#info {
	background-color: #1E90FF;
	color: white;
	padding: 0.1em;
	background-image: url(bilder/icons/infobox-ro.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 10.0em;
}

.info-bottom {
	background-image: url(bilder/icons/infobox-bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: transparent;
	height: 20px;
	width: 10.0em;
	padding: 0.1em;
}

div#info h2 {
	letter-spacing: 2px;
	margin: 0.2em 0.5em;
	color: white;
	background-color: #1E90FF;
	font-size: 90%;
}

div#info p {
	margin: 0.2em;
	color: #fff;
	background-color: #1E90FF;
	margin-bottom: 1.6em;
	text-align: justify;
	font-size: 70%;
}

div#font-topic {
	color: #FFFACD;
	background-color: transparent;
	font-size: 75%;
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: right;
	border-bottom: 1px dotted silver;
	padding-bottom: 0.2em;
}



/* :::::::::::::::: Eventkasten :::::::::::::::: */


div#event {
	background-color: #4C2654;
	color: white;
	padding: 0.1em;
	background-image: url(bilder/icons/eventbox-ro.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 10.0em;
}

.eventspace {
	background-color: #4C2654;
	color: white;
	padding: 0.1em;
	width: 10.0em;
	height: 20px;
	width: 10.0em;
	padding: 0.1em;
}

.event-bottom {
	background-image: url(bilder/icons/eventbox-bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: transparent;
	height: 20px;
	width: 10.0em;
	padding: 0.1em;
}

div#event h2 {
	letter-spacing: 2px;
	margin: 0.2em 0.5em;
	color: white;
	background-color: #4C2654;
	font-size: 90%;
}

div#event p {
	margin: 0.2em;
	color: #fff;
	background-color: #4C2654;
	margin-bottom: 1.6em;
	text-align: justify;
	font-size: 70%;
}




/* ################ Light - Links ################ 

.light:link { 
	color:white; 
	text-decoration:none;
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
	display:block;
	border: 1px solid white;
}

.light:visited { 
	color:white; 
	text-decoration:none;
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
	display:block;
}

.light:hover { 
	color: #800; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	display:block;
}

.light:active { 
	color:white; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
	display:block;
}

.light:focus { 
	color:white; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
	display:block;
}
*/


div#inhalt {
	padding: 0;
	border-top: 1px solid #1E90FF;
	border-left: 1px solid #1E90FF;
	border-right: 1px solid #1E90FF;
	border-bottom: none;
	margin-left: 14em;
	background-image: url(bilder/icons/centerbox-ugrenze3.gif);
	background-repeat: repeat-x;
	background-position: bottom;

	/*margin-right: 13.0em;*/
}
  
* html div#inhalt {
	height: 1em;  /* Gegen 3-Pixel-Bug des IE */
}
  
div#inhalt h2 {
	background-color: #1E90FF;
	color: white;
	padding: 7px;
	margin-bottom: 0;
	margin-top: 1.0em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.4em;
	text-align: left;
	letter-spacing: 2px;
	font-weight: lighter;
	font-style: italic;
	background-image: url(bilder/icons/center-topictop.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div#inhalt h3 {
	background-color: transparent;
	color: white;
	padding-top: 0.6em;
	padding-right: 0.4em;
	margin-top: 0;
	height: 2.0em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-align: right;
	letter-spacing: 1px;
	font-style: italic;
	background-image: url(bilder/icons/center-topic2bg-new.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

/* Kontaktkästen innerhalb des Textflusses */


.kontaktbox {
	background-color: #c0c0c0;
	color: #1E90FF;
	margin: 1.0em;
	padding: 0.2em;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	border: 1px dotted #c00;
}


/* Standartdef Tabellen td */

.tab-td_topic {
	background-color:#800;
	border:1px solid #800;
	padding: 0.6em;
	font-weight: bold;
	text-align: left;
}


/* Kontakt-Leiste Unterrand des Topics */

div#inhalt h4 {
	background-color: #f7f7f7;
	margin-top: 0;
	margin-bottom: 1.0em;
	border-top: 1px solid #1E90FF;
	border-bottom: 0.1em solid #1E90FF;
	border-left: none;
	border-right: none;
	color: #1E90FF;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-image: url(bilder/icons/kontaktbanner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

  
div#inhalt div {
	font-size: 0.8em;
	padding: 1.0em;
	color: #800040;
	background-color: transparent;
	text-align: justify;
	line-height: 150%;
}

div#inhalt ul {
	color: maroon;
	list-style-image: url(bilder/icons/ulpfeil2.gif);
}



.inhalt-ugrenze {
	background-image: url(bilder/icons/centerbox-ugrenze.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 0.2em;
	background-color: transparent;
	margin-left: 14.5em;
	border-right: none;
	border-left: 0.2em solid #e7e7e7;
	border-bottom: none;
	border-top: none;
}



/* Seite Aktuelles */

.news-date {
	font-family: Verdana, Arial;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: blue;
	padding:0.5em;
}

.news-topic {
	font-family: Verdana, Arial;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: maroon;
	background-color: transparent;
}



/* Iframes */

.iframe-events {
	float: none;
	width: 60.0em;
	height: 20.0em;
}


/* :::::::::::::::: Fusszeile :::::::::::::::: */

div#fusszeile {
	display:none;
	clear: both;
	font-size: 0.9em;
	margin: auto;
	padding: 0.5em;
	text-align: center; 
	padding: 0.3em;
	background-color: #fed; 
	color: Gray;
	border: 1px solid silver;
	margin-top: 2.0em;
}


select#auswahlliste {
	background-color: #800040;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	width: 22.0em;
	margin: auto;
	border:none;
}


/* ########################## G L O B A L E  Definitionen #################### */





/* ############################### S c h r i f t e n ######################### */

.font-topic {
	color: #fffacd;
	background-color: transparent;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
	display: block;
	text-align: right;
	border-bottom: 1px dotted silver;
	padding-bottom: 0.2em;
}



/* ################################ L I N K S ################################ */


/* ################ STANDART - Links ################ */

a:link { 
	color:#1E90FF; 
	text-decoration:none;
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}

a:visited { 
	color:#1E90FF; 
	text-decoration:none;
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}

a:hover { 
	color:blue; 
	text-decoration:underline; 
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}

a:active { 
	color:#0000FF; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}

a:focus { 
	color:blue; 
	text-decoration:underline; 
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}



/* ################ Light - Links ################

.light:link { 
	color:maroon; 
	text-decoration:none;
	font-family: Verdana, Arial, sans-serif;
	background-color: silver;
	display: block;
	border: 2px groove gray;
	padding: 2px;
}

.light:visited { 
	color:maroon; 
	text-decoration:none;
	font-family: Verdana, Arial, sans-serif;
	background-color: #c0c0c0;
	display: block;
	border: 2px groove gray;
	padding: 2px;
}

.light:hover { 
	color: white; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: gray;
	display: block;
	border: 2px groove gray;
	padding: 2px;
}

.light:active { 
	color:#c00; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: gray;
	display: block;
	border: 2px groove gray;
	padding: 2px;
}

.light:focus { 
	color:white; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: gray;
	display: block;
	border: 2px groove navy;
	padding: 2px;
}

*/

/* ################ Info - Links ################ */

.light:link { 
	color: white; 
	text-decoration:none;
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}

.light:visited { 
	color:white; 
	text-decoration:none;
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}

.light:hover { 
	color: #800040; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}

.light:active { 
	color:white; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}

.light:focus { 
	color:white; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
}


/* ################ Formar - Elemente ################ */


textarea { 
	color:black;
	font-size:1.0em;
	font-family:Verdana,Arial;
	border-left:gray 1px solid;
	border-right:gray 1px solid;
	border-top:gray 1px solid;
	border-bottom:gray 1px solid;
	background-color:#efefef;
	scrollbar-base-color:#2F386A;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#2F386A;
	scrollbar-darkshadow-color:2F386A;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#2F386A; 
}


input {
	color:black;
	font-size:1.0em;
	font-family:Verdana,Arial;
	border-left:gray 1px solid;
	border-right:gray 1px solid;
	border-top:gray 1px solid;
	border-bottom:gray 1px solid;
	background-color:#f0f0f0; 
}

reset, submit {
	font-family:Verdana,Arial;
	border-left:gray 1px solid;
	border-right:gray 1px solid;
	border-top:gray 1px solid;
	border-bottom:gray 1px solid;
	background-color:#efefef; 
}

.inputfeld {
	background-color: white;
	color: gray;
	width: 7em;
	border: 1px solid gray;
	font-size: 0.7em;
}

.submitbutton {
	background-color: gray;
	color: white;
	font-size: 0.7em;
	border: 1px outset gray;
}


