﻿/*****      GlobalStyleMaster.css für teatrstudio.de und transform-schauspielschule.de     *****/
/******************************************************************************/
/***** Inhalt *****************************************************************/
/******************************************************************************/
/*
/*    1. Global Settings
/*    3. CSS-Layout
/*    4. Typographie
/*    5. Common Formatting
/*    6. Links
/*    7. Forms
/*    8. Tables
/*    9. Style Navigation
/*   10. Style Fuß
/*   11. Style page_content
/*   12. Klassen
/*   13. Galerie/Popup Styles
/*
/******************************************************************************/
/***** 1. Global Settings *****************************************************/
/******************************************************************************/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #111;
	padding-top: 1em;
}

/******************************************************************************/
/***** 3. CSS-Layout **********************************************************/
/******************************************************************************/
#auswahlAbschnitt {
	background-color: #111;
}
#container {
	background: #f0f0f0 url(/bilder/blaubg.gif) repeat-y;
	/*border-top: 1em #111 solid;
	border-bottom: 1em #111 solid;*/
	margin: 0 auto;
	width: 900px;
	/*position: relative;*/
}
#left_col {
	float: left;
	width: 175px;
}
#masthead {
	margin: 0 0 20px 215px;
}
#page_content {
	margin: 0 35px 0 215px;
}
#page_content_edit {
	margin: 0 10px 0 215px;
}
#footer {
	margin: 10px 20px 10px 195px;
	clear: both;
}

/******************************************************************************/
/****** 4. Typographie ********************************************************/
/******************************************************************************/
body {
    font: 100.01%/1.25 "Avant Garde", "Century Gothic", Verdana, Arial, sans-serif;
}
#left_col, #auswahlAbschnitt {
    font-family: "Avant Garde", "Century Gothic", Verdana, Arial, sans-serif;
}
#page_content {
    color: #222;
    font-size: 1em;
    text-align: justify;
}
#footer {
    text-align: center;
    font-size: 0.8em;
}
#footer a {
    color: #003B9D;
}
h1, h2, h3, h4, h5, h6 {
	color: #C00;
	font-weight: bold;
	text-align: left;
}
h1 {
    letter-spacing: -1px;
    font-size:  1.7em;
}
h2 {
    letter-spacing: -1px;
    font-size: 1.3em;
}
h3 {
    font-size: 1em;
    font-weight: bold;
}
small {
    font-size: 0.85em;
}

/******************************************************************************/
/***** 5. Common Formatting ***************************************************/
/******************************************************************************/
a, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {
	padding:25px 0 20px 0;
}
h2 {
	padding: 15px 0;
}
p {
	margin: 0;
	padding: 0 0 18px 0;
}
ol, ul, li, dl, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
blockquote {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/******************************************************************************/
/***** 6. Links ***************************************************************/
/******************************************************************************/
a, a:visited {
	text-decoration:none;
}

/******************************************************************************/
/***** 7. Forms ***************************************************************/
/******************************************************************************/
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}

textarea {
	line-height:1.5em;
}
label {
	cursor:pointer;
}

/******************************************************************************/
/***** 8. Tables **************************************************************/
/******************************************************************************/
table {
	border:0;
	margin:0 0 10px 0;
	padding:0;
}
table tr td {
	padding:2px;
}

/******************************************************************************/
/***** 9. Style Navigation ****************************************************/
/******************************************************************************/
#auswahlAbschnitt dl {
	padding: 0 0 0 190px;
}
#auswahlAbschnitt dd {
	float: left;
	padding: 10px 0 5px 0;
}
#auswahlAbschnitt dd a{
	background-color: #444;
	color: #eee;
	border-left: 2px #111 solid;
	border-right: 2px #111 solid;
	padding: 5px 5px;
}
#auswahlAbschnitt dd a:focus, #auswahlAbschnitt dd a:hover,
#auswahlAbschnitt dd a:active, #auswahlAbschnitt #aktiv {
	border-top: 4px #c00 solid;
	border-left: 2px #111 solid;
	border-right: 2px #111 solid;
	font-weight: bold;
	padding: 6px 4px;
}
#auswahlAbschnitt dd a:focus, #auswahlAbschnitt dd a:hover {
	background-color: #444;
	color: #eee;
}
#auswahlAbschnitt dd a:active, #auswahlAbschnitt #aktiv {
	background-color: #eee;
	color: #111;
}

/***** Farben *****/
/*** Farbe Border ***/
#left_col a.haupt,
#left_col a.haupt:active, #left_col #aktivHaupt,
#left_col a.unter,
#left_col a.unter:focus, #left_col a.unter:hover, 
#left_col a.unter:active, #left_col #aktivUnter {
	border-top-color: #222;
	border-left-color: #c00;
	border-right-color: #c00;
}
#left_col a.unter {
	border-left-color: #eee;
	border-right-color: #eee;
}
/*** Farbe Text ***/
#left_col a.haupt:active, 
#left_col a.haupt:link, #left_col a.haupt:visited,
#left_col a.unter,
#left_col a.unter:link, #left_col a.unter:visited {
	color: #eee;
}
#left_col a.haupt:focus, #left_col a.haupt:hover,
#left_col a.unter:focus, #left_col a.unter:hover, #left_col a.unter:active  {
	color: #eee;
}
#left_col #aktivHaupt,
#left_col #aktivUnter {
	color: #222;
}
/*** Farbe Hintergrund  ***/
#left_col a.haupt:link, #left_col a.haupt:visited,
#left_col a.haupt:focus, #left_col a.haupt:hover,
#left_col a.unter,
#left_col a.unter:link, #left_col a.unter:visited,
#left_col a.unter:focus, #left_col a.unter:hover, #left_col a.unter:active {
	background-color: #444;
}
#left_col #aktivHaupt,
#left_col #aktivUnter {
	background-color: #eee;
}

/***** Sonstige Naviformatierung  *****/
#left_col ul.haupt{
	padding: 0 1px;
	margin-top: 100px;
	margin-bottom: 100px;
}
#left_col a.haupt {
	display: block;
	height: 1%;
	margin-top: 2px;
	padding: 4px;
}
#left_col a.haupt:focus, #left_col a.haupt:hover,
#left_col a.haupt:active, #left_col #aktivHaupt {
	border-left-style: solid;
	font-weight: bold;
}
#left_col ul.unter{
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 0 18px;
}
#left_col a.unter {
	padding: 2px;
	display: block;
	height: 1%;
	text-decoration: none;
	border-left-width: thin;
	border-left-style: solid;
	border-right-width:thin;
	border-right-style: solid;
	margin-top: 1px;
}
#left_col a.unter:focus, #left_col a.unter:hover, 
#left_col a.unter:active, #left_col #aktivUnter {
	border-left-style: solid;
	border-right-style: solid;
	font-weight: bold;
}
#left_col input {
	width: 170px; 
	height: 25px; 
	font-size: 1.1em; 
	color: #222; 
	background-color: #bbf;
}
#left_col input.unter {
	width: 150px; 
	height: 20px; 
	font-size: 1em; 
	font-weight: bold; 
	color: #222; 
	background-color: #bbf;
}

/******************************************************************************/
/***** 10. Style Kopf / Fuß ***************************************************/
/******************************************************************************/
#footer table {
	width:90%;
}
#masthead img {
    margin-top: 20px;
}

/******************************************************************************/
/***** 11. Style page_content *************************************************/
/******************************************************************************/
#page_content table, #page_content_edit table {
	width: 100%;
	border-width: 0px;
	margin: 2px; 
	font-size: 0.8em;
}
#page_content th, #page_content_edit th {
	text-align: left;
	color: #136;
}
#page_content td, #page_content_edit td {
	text-align: left;
	color: #111;
	vertical-align: top;
}
#page_content .popup-text table {
	width: 100%;
	border-width: 0px;
	margin: 2px; 
	font-size: 0.85em;
}
#page_content .popup-text table caption {
	font-weight: bold;
	text-align: left;
	color: #c00;
}
#page_content tr.zeileFarbig {
	background-color: #def;
}
#page_content a, #page_content_edit a {
	color: #003B9D;
}
#page_content ul, #page_content ol, #page_content_edit ul, #page_content_edit ol {
	padding:0 0 18px 40px;
}
#page_content ul li, #page_content_edit ul li {
	list-style-image:url(/bilder/punkt2.gif);
}
#page_content il {
	padding-bottom: 1em;
}
#page_content ol li, #page_content_edit ol li {
	list-style: decimal;
}
#page_content img {
	padding: 10px;
}

/******************************************************************************/
/***** 11a. Style page_content_edit *******************************************/
/******************************************************************************/
#page_content_edit textarea {
	font-family: Consolas; "Courier New", Courier, Monospace;
	font-size: 0.9em;
}

/******************************************************************************/
/***** 12. Klassen ************************************************************/
/******************************************************************************/
.unterstreichen {
	text-decoration: underline;
}
.termin_stück {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
.termin_stück sub {
	font-size: 0.7em;
	font-weight: normal;
}
.clearer {
	clear: both;
}
.hervorhebung {
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
	background-color: #deb;
	color: #111;
	padding: 2px;
	font-size: 1.1em;
	padding-top: 8px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.blockmarkierung {
	padding: 3px;
	background-color: #74f;
	color: #f8f8f8;
	font-weight: bold;
	font-size: 0.7em;
}
.zitat {
	margin-left: 4em;
	margin-right: 4em;
	text-align: right;
	font-family: Georgia, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #c00;
}
.zitat_zeitung {
	margin: 2em 4em 1em 4em;
	padding: 0.5em;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 0.9em;
	border: 2px solid #333;
	background-color: #ddd;
}
.zitat_zeitung_sub {
	margin-top: -0.9em;
	margin-right: 4em;
	margin-bottom: 1em;
	text-align: right;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}
.zitat_links {
	margin-left: 4em;
	margin-right: 4em;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 0.9em;
}
.zitat sub, .zitat_links sub, .zitat_zeitung sub {
	font-family: Arial, sans-serif;
	font-style: normal;
}
.aktuelleTermine {
	float: right; 
	width: 250px; 
	background-color: #faa; 
	text-align: left; 
	padding: 5px;
}
.kleiner {
	font-size: 0.85em;
}
#page_content .absolventen_thumb {
	width: 90px;
	height: 90px;
	padding: 0px;
}
.img_container {
	display: inline-block;
 	text-align: center;
 	position: absolute;
	top: 10px;
	right: 20px; 
 	z-index: 100;
	background-color: #888;
}

.absolventen_image_div img {
 	margin: -10px;
}
.button_container {
 	background-image: url('bilder/open_button.png');
 	height: 30px;
 	margin-left: 450px;
 	position: relative;
 	width: 30px;
 	z-index: 101;
}
.button_container_more {
 	background-image: url('bilder/close_button.png');
 	height: 30px;
 	margin-left: 450px;
 	position: relative;
 	width: 30px;
 	z-index: 102;
}
#page_content .absolventen_td {
	font-size: 0.8em;
	text-align: center;
}
#page_content .float_left {
	float: left;
 	padding: 0 10px 10px 0;
}
#page_content .float_right {
	float: right; 
 	padding: 0 0 10px 10px;
}
#page_content .zentriert td {
	text-align: center;
}
#page_content .zentriert {
	text-align: center;
}
/******************************************************************************/
/***** 13. Galerie/Popup Styles ***********************************************/
/******************************************************************************/
#page_content .galleryClick {
	width: 350px;
	height: 80px;
}
#page_content .galleryClick p {
	color: #c00;
	font-weight: bold;
	text-align: left;
	padding: 30px 0;
}
#page_content .galleryClick img {
	padding: 5px;
	float: right;
}
#page_content .popup {
	z-index: 100;
	position: fixed;
	width: 100%;
	display: none;
	background: url('bilder/popup_bg.png') left top;
	top: 0px;
	left: 0px;
}
#page_content .popup-container {
	margin: 6px auto;
	width: 900px;
	background: url('bilder/popup_bg_container.png') 50% top;
	padding: 5px 5px 10px 10px;
}
#page_content .popup-container img { 
	padding: 0;
}
#page_content .popup-text {
	z-index: 100;
	position: absolute;
	width: 100%;
	display: none;
	background: url('bilder/popup_bg.png') left top;
	top: 0px;
	left: 0px;
}
#page_content .popup-container-text-pre {
	margin: 10px auto 200px;
	width: 900px;
}
#page_content .popup-container-text {
	position: relative;
	left: 230px;
	top: 0px;
	background-color: #fff;
	padding: 10px 30px 30px 30px;
	width: 550px;
}
#page_content .popup-container-absolventen {
	background-color: #fff;
	margin: 10px 75px;
	min-height: 900px;
}
#page_content .popup .popup-container-text h1 {
	color: #555;
}
#page_content .popup h1 {
	padding: 0;
	margin-top: -5px;
	color: #fafafa;
}
#page_content .popup-schliessen {
	float: right;
}
#page_content .popup-container-absolventen .popup-schliessen {
	float: left;
}
#page_content .galleryImage {
	width: 800px;
	height: 600px;
}
#page_content .thumbs {
	width: 90px;
	height: 600px;
	float: right;
}
#page_content .thumbs img {
	margin: 3px auto;
	display: block;
}
