/**
	Styles fuer Legacy-Skripte auf fes-ehemalige.de (vor Symfony).
	
	Enthält die Styles aus dem fes-ehemalige.de-Redesign 2012 sowie zusätzliche Definitionen, 
	die die Kompatibilität für die Legacy-Skripte aufrecht erhalten sollen.
	
	@note Die alten Definitionen stammen aus SVN:/branches/testsystem/models/stip-index-stylesheet.css@2406
	
	@author Daniel Sigg (DS) 
*/

@import "/css/styles.css";


/**
 * .small angelehnt an Größe des Info-Texts
 */

.small {
	font-size:0.875em; /* 14px / 16px */
	line-height:1.21429em; /* 17px / 14px */
}

.small b {
	font-size:0.875em; /* 14px / 16px */
	line-height:1.21429em; /* 17px / 14px */
}

.small a:link {
	font-size:0.875em; /* 14px / 16px */
	line-height:1.21429em; /* 17px / 14px */
}

.small a:visited {
	font-size:0.875em; /* 14px / 16px */
	line-height:1.21429em; /* 17px / 14px */
}

.small a:hover {
	font-size:0.875em; /* 14px / 16px */
	line-height:1.21429em; /* 17px / 14px */
/*	text-decoration: underline; */
}

.small a:active {
	font-size:0.875em; /* 14px / 16px */
	line-height:1.21429em; /* 17px / 14px */
/*  text-decoration: none; */
}

/**
	@note Kopiert von div.form-std-error
*/
	
.error {
	margin:0 0 10px;
	border-radius:5px;
	background:#a71528;
	color:#fff;
	padding:8px 19px;
}
.error a {
  color:#ffffff;
	text-decoration:underline;
}
td.white {
	color: white;
}

/*
Kopiert von .content-box table
*/

.content-box .tabelle {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px 0;
}

/*
Kopiert von .content-box table th
*/

.content-box .tabellentitel {
	font-size:0.875em; /* 14px / 16px */
	color:#fff;
	background:#7b8083;
	padding:4px 10px 3px;
	font-weight:normal;
}


/*
Kopiert von .content-box table td
*/
.content-box .zelle { /*
	font-size:1em; /* 16px / 16px *
	padding:4px 10px 3px;
	border-bottom:1px solid #7b8083;
	color:#4f5559; */
}

.content-box .hellezelle { /*
	font-size:1em; /* 16px / 16px *
	padding:4px 10px 3px;
	border-bottom:1px solid #7b8083;
	color:#4f5559; */
	background:#90999e;
}

.content-box .inaktivezelle { /*
	font-size:1em; /* 16px / 16px *
	padding:4px 10px 3px;
	border-bottom:1px solid #7b8083;
	color:#4f5559;
	background: #90999e; */
}

/* Button */
/*
Kopiert von button.std-button
*/
.content-box .button {
	border:1px solid #4f5559;
	font-family:GoodHeadline, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#fff;
	text-shadow: 0px -1px 0px #000;
	border-radius:2px;
	padding:8px 10px;
	margin:0 20px 10px 0;
	background:#a71528;
	cursor:pointer;	
	height:37px;
	   -moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* Formularformate */
.content-box form *.flat {

}


/* erforderliches Feld */
.content-box form *.erf {

}

/* fehlerhaftes Feld */
/*
Kopiert von div.form-std-error
*/
.content-box form *.ef {
	margin:0 0 10px;
	border-radius:5px;
	background:#a71528;
	color:#fff;
	padding:8px 19px;
}

/* fehlerhaftes Feld: Erklärungstext */
/*
Kopiert von div.form-std-error
*/
.content-box form *.eftext {
	margin:0 0 10px;
	border-radius:5px;
	background:#a71528;
	color:#fff;
	padding:8px 19px;
}

.content-box span.untertitel_rechts {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	text-align: center;
	font-style: italic;
}

.content-box span.untertitel_links {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
	text-align: center;
	font-style: italic;
}

/* PHP-Sourcecode im grafischen Webeditor */
#tinymce  .phpsource {
	border: 1px solid black;
	padding: 10pt 5pt;
	background: #ccc;
	font-size: 8pt;
	font-family: monospace;
}

/* Autocompleter */
.content-box div.autocomplete {
	position: relative;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
}

.content-box div.autocomplete ul {
	margin: 0;
	padding: 0;
}

.content-box div.autocomplete ul li.selected {
	color:#fff;
	background:#7b8083;
}

.content-box div.autocomplete ul li {
	list-style-type: disc;
	display: block;
	margin: 0;
	padding: 2px;
	height: 32px;
	cursor: pointer;
}

/* ---------------- Mailinglisten ----------------- */
/* NOTE: Diese Styles sind nur für eine Übergangszeit und sollen nicht in anderen / neuen Skripten
	verwendet werden.
   TODO: So schnell wie möglich los werden
   - DS 1.1.2013
*/

/* Mache aus h3 -> h2 */
#ehem-maillist h3 {
	font-family:GoodHeadline, Arial, sans-serif;
	font-size:1.5em; /* 24px / 16px */
	line-height:1.125em; /* 27px / 27px */
	font-weight:700;
	color:#4f5559;
	margin:0 0 10px;
}

/* Mache alle Buttons wie .stdbutton */
#ehem-maillist button, #ehem-maillist input[type="submit"] {
	border:1px solid #4f5559;
	font-family:GoodHeadline, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#fff;
	text-shadow: 0px -1px 0px #000;
	border-radius:2px;
	padding:8px 10px;
	margin:0 20px 10px 0;
	background:#a71528;
	cursor:pointer;	
	height:37px;
	   -moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
            box-sizing: border-box;

	padding:7px 10px;
}

#ehem-maillist input[type="text"] {
	border:1px solid #4f5559;
	font-family:GoodBook, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	border-radius:2px;
	padding:9px 10px;
	margin:0 20px 10px 0;
	height:37px;
	   -moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#ehem-maillist .no-border {
	border: none;
}

#ehem-maillist .search-box {
	width: 80%;
}

/* ---------------- Mailinglisten ----------------- */
/* NOTE: Diese Styles sind nur für eine Übergangszeit und sollen nicht in anderen / neuen Skripten
	verwendet werden.
   TODO: So schnell wie möglich los werden
   - DS 13.1.2013
*/

div#termine table, div#termine td, div#termine tr {
	border: none;
	margin-bottom: 2px;
}

div#termine .tabellentitel td {
	color: #ffffff;
}


/* ---------------- Kontaktformular ----------------- */
/* NOTE: Diese Styles sind nur für eine Übergangszeit und sollen nicht in anderen / neuen Skripten
	verwendet werden.
   TODO: So schnell wie möglich los werden
   - OS 22.3.2013
*/

div#ehem-kontakt table tr td , div#ehem-kontakt small{
	min-width:550px;
	width:550px;
	max-width:550px;
	overflow:hidden;
}

div#ehem-kontakt table tr td:first-child {
	min-width:150px;
	width:150px;
	max-width:150px;
	vertical-align:top;
}
	

div#ehem-kontakt table, div#ehem-kontakt table tr, div#ehem-kontakt table tr td {
	border:none;
	background:#dde0e2;
}

div#ehem-kontakt input, div#ehem-kontakt select, div#ehem-kontakt textarea {
	border:1px solid #4f5559;
	font-family:GoodBook, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	border-radius:2px;
	padding:9px 10px;
	margin:0 20px 10px 0;
	height:37px;
	   -moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div#ehem-kontakt textarea {
	height:160px;/* ursprünglich 96px;*/
	font-size:14px;
	line-heigt:16px;
	min-width:550px;
	width:550px;
	max-width:550px;
}

div#ehem-kontakt select option {
	font-family:GoodBook, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	padding:0 11px;
	min-width:485px;
	width:485px;
	max-width:485px;
}

div#ehem-kontakt button, div#ehem-kontakt center input {
	border:1px solid #4f5559;
	font-family:GoodHeadline, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#fff;
	text-shadow: 0px -1px 0px #000;
	border-radius:2px;
	padding:8px 10px;
	margin:0 20px 10px 0;
	background:#a71528;
	cursor:pointer;	
	height:37px;
	   -moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div#ehem-kontakt button, div#ehem-kontakt center input {
	padding:7px 10px;
}

/* ---------------- Suche ----------------- */
/* NOTE: Diese Styles sind nur für eine Übergangszeit und sollen nicht in anderen / neuen Skripten
	verwendet werden.
   TODO: So schnell wie möglich los werden
   - OS 24.3.2013
*/

div#suchergebnisse table, div#suchergebnisse td, div#suchergebnisse tr {
	border: none;
	margin-bottom: 2px;
}



/* ---------------- Anzeigen ----------------- */
/* NOTE: Diese Styles sind nur für eine Übergangszeit und sollen nicht in anderen / neuen Skripten
	verwendet werden.
   TODO: So schnell wie möglich los werden
   - DS 2.4.2013
*/


div#anzeigen .content-box-grey table, div#anzeigen .content-box-grey table tr, div#anzeigen .content-box-grey table tr td {
	border:none;
	background:#dde0e2;
	padding:2px;
}

div#anzeigen .content-box-grey input, div#anzeigen .content-box-grey select, div#anzeigen .content-box-grey textarea {
	border:1px solid #4f5559;
	font-family:GoodBook, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	border-radius:2px;
	padding:9px 10px;
	margin:0 20px 10px 0;
	height:37px;
	   -moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div#anzeigen .content-box-grey textarea {
	height:160px;/* ursprünglich 96px;*/
	font-size:14px;
	line-heigt:16px;
}

div#anzeigen .content-box-grey select option {
	font-family:GoodBook, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	padding:0 11px;
}

div#anzeigen .content-box-grey button {
	border:1px solid #4f5559;
	font-family:GoodHeadline, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#fff;
	text-shadow: 0px -1px 0px #000;
	border-radius:2px;
	padding:8px 10px;
	margin:0 20px 10px 0;
	background:#a71528;
	cursor:pointer;	
	height:37px;
	   -moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div#anzeigen .content-box-grey button, div#anzeigen .content-box-grey center input {
	padding:7px 10px;
}

div#anzeigen .content-box-grey img {
margin:0px;
}

/* ---------------- Termine ----------------- */
/* NOTE: Diese Styles sind nur für eine Übergangszeit und sollen nicht in anderen / neuen Skripten
	verwendet werden.
   TODO: So schnell wie möglich los werden
   - OS 1.4.2013
*/


div#termine.content-box-grey table, div#termine.content-box-grey table tr, div#termine.content-box-grey table tr td {
	border:none;
	background:#dde0e2;
	padding:2px;
}

div#termine.content-box-grey input, div#termine.content-box-grey select, div#termine.content-box-grey textarea {
	border:1px solid #4f5559;
	font-family:GoodBook, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	border-radius:2px;
	padding:9px 10px;
	margin:0 20px 10px 0;
	height:37px;
	   -moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div#termine.content-box-grey textarea {
	height:160px;/* ursprünglich 96px;*/
	font-size:14px;
	line-heigt:16px;
}

div#termine.content-box-grey select option {
	font-family:GoodBook, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	padding:0 11px;
}

div#termine.content-box-grey button {
	border:1px solid #4f5559;
	font-family:GoodHeadline, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#fff;
	text-shadow: 0px -1px 0px #000;
	border-radius:2px;
	padding:8px 10px;
	margin:0 20px 10px 0;
	background:#a71528;
	cursor:pointer;	
	height:37px;
	   -moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div#termine.content-box-grey button, div#termine.content-box-grey center input {
	padding:7px 10px;
}

div#termine.content-box-grey img {
margin:0px;
}

/* ---------------- Profil ----------------- */
/* NOTE: Diese Styles sind nur für eine Übergangszeit und sollen nicht in anderen / neuen Skripten
	verwendet werden.
   TODO: So schnell wie möglich los werden
   - AV 02.06.2013
*/

table.profil_redesign td {
    border-bottom: none;
}


