/* CSS Dokument modern.css */

/*
	modern.css beinhaltet NUR Styles, die Einfluss
	auf die inhaltliche Formatierung nehmen, im Grunde
	alles was im Contetn-Bereich zu finden ist.
*/

/*
	Die 'Fixed'-Formatierung dienen der Struktur, 
	diese Einstellung sollten möglichst nicht ver-
	ändert bzw gelöscht werden.
	Alle anderen Formatierungen können nach belieben
	verändert bzw gelöscht werden. 
*/


/* Relative Schriftgröße x% der Defaultgröße des jeweiligen Browsers */
body {
	/* text-align: center; */ /* Wenn die Seite zentriert dargestellt werden soll */
	margin: 0 0 1em 0;
	padding: 0;
	color: #000;
	text-align: left;
	font-size: 69%; /* DRINGENDS ans Herz zu legen!!! Bei 69% erziehlt man auf PC/Mac IE/FF fast 100% identisches Aussehen!!! */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}


pre {
	margin: 0 0 1em 0;
	padding: 0;
	color: #000;
	text-align: left;
	font-size: 80%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Statt clear.gif ein margin */
.imgtext-table {
    margin: 0px 10px 0px 0px 
} 

form {
	margin: 0;
	padding: 0;
	display: inline;
}

table {
	font-size: 100%;
}

ol, ul {
	margin: 0 0 1.2em 1.2em;
	padding: 0;
}

li {
	margin-top: 0.5em;
}

p {
	margin-top: 0;
	margin-bottom: 1.2em;
	line-height: 140%;
}

#sub1 #colRight h2,
#sub1 #colRight h4,
#sub1 #colRight p,
#sub1 #colRight div {
	margin: 0 1em 0 1em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

h1 {
	margin-top: 0;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	font-size: 135%;
}

h2 {
	margin-top: 0;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	font-size: 125%;
}

h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	letter-spacing: 0.1em;
	font-size: 115%;
}

h4 {
	margin-top: 0;
	font-size: 110%;
	margin-bottom: 0.2em;
}


/* Linie VOR/ NACH Element */
.line {
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	background: url("../images/bg_vMenu_line.gif") repeat-x;
}

.line hr {
	visibility: hidden;
}

/* Styles für Typo3-Formulare Beginn */
.mailform {
	margin-top: 0;
	margin-bottom: 1.2em;
}

.tx-civserv-pi1-searchbox fieldset,
.mailform fieldset {
	border: 1px;
	margin: 0;
	padding: 0;
}

.tx-civserv-pi1-searchbox legend,
.mailform legend {
	display: none;
}

.mailform .label {
	margin-right: 0.5em;
	float: left;
	text-align: right;
	width: 20%;
}

.mailform .hili {
	color: #FF0000;
}

.mailform br {
	clear: both;
}

.mailform .input,
.mailform .select,
.mailform .text {
	width: 70%; 
	margin-left: 0.5em;
	color: #000;
	background: #EEE;
	border: solid 1px #7C7C7C;
}

.mailform .input:focus,
.mailform .text:focus {
	color: #000;
	background: #FFF;
}

#tx-newloginbox-pi1-pass, #tx-newloginbox-pi1-user, .tx-newloginbox-pi1-submit,
.tx-indexedsearch-searchbox-sword, .tx-indexedsearch-searchbox-button,
.tx-civserv-pi1-searchbox-sword, .tx-civserv-pi1-searchbox-button,
.mailform .submit {
	background: #FFF;
	border: 1px solid #7C7C7C;
}
/* Styles für Typo3-Formulare End */


