/* ------------------------------------------------------ */
/* --------------- Anfang General HTML-Tags ------------- */
/* ------------------------------------------------------ */


*{
	font-family: 'Comic Sans MS';
}


html, body{
	font-family: 'Comic Sans MS';
	font-size: 100.01%;
	background-color: #fff; /* wird in individual.css überschrieben! */
	height: auto !important;
	height: 100%; /* IE: damit der Seitenhintergrund immer dargestellt wird - auch bei wenig content */
}


/* das geht eigentlich auch über einstellung in der Typo3-Eingabemaske
   funktioniert darüber aber nicht...
*/
h1,h2 {
	text-align: center;	
}


h2 {
	padding-top: 1em;
	font-size:1em;
	color: #444444;
}


h1.all-in-one-list{
	font-size:1.9em;
	color: #444444;
}

h2.all-in-one-list{
	margin-top:3em;
	margin-bottom:2em;
	border-bottom: solid #ccc 0.3em;
	font-size:1.8em;
	color: #444444;
}

h3.all-in-one-list{
	border-bottom: solid #ccc 0.2em;
	font-size:1.7em;
	color: #444444;
}

h4.all-in-one-list{
	border-bottom: solid #ccc 0.1em;
	font-size:1.6em;
	color: #444444;
}

h5.all-in-one-list{
	font-size:1.5em;
	color: #444444;
}



h6.content-header{
	font-size:1.4em;
	color: 	#191970;
	margin-top: 1em;
	margin-bottom: 1em;
}

h7.content-header{
	font-size:1.3em;
	color: 	#191970;
	margin-bottom: 1em;
}

h8.content-header{
	font-size:1.2em;
	color: 	#191970;
	margin-bottom: 1em;
}


h9.content-header{
	font-size:1.1em;
	color: 	#191970;
	margin-bottom: 1em;
}

h10.content-header{
	font-size:1em;
	color: 	#191970;
	margin-bottom: 1em;
}

/* ----------------- links ------------------------------------------ */
a:link {
	color: #000066;
}

a:visited {
	color: #000066;
}

a:hover {
	text-decoration: underline;
}

/* default einstellung fuer bilder - mit Rand!
 wird spaeter an vielen Stellen ueberschrieben!!! */
img{
	border: solid #fff 1px;
}



img.spacer-gif{
	border: 0;
}
/* ------------------------------------------------------ */
/* --------------- Ende General HTML-Tags --------------- */
/* ------------------------------------------------------ */




/* ----- Anfang #content (#content_area wird in basic_background.css definiert)---------- */
/* Bezeichnet den Inhalt in der mittleren Spalte, inklusive Footer ----*/
/* ------------------------------------------------------------------- */


/* Inhaltsbereich fuer Texte, Bilder etc vom CMS generiert */
#content{
	background-color: yellow;
	width: 50% !important; /* !!! */
	xmargin-left: 17.2em; /* mit skalieren? */
	margin-left: 220px; /* fester abstand, damit beim skalieren nicht abhaut*/
	padding: 0 2em 2em 1em; /* top|right|bottom|left */
	float: left; /* ??? */
	border: solid green 2px;
}


#content ol{
	margin-left:2em;
	margin-bottom:1em;
}

#content ul{
	margin-top:0;
	padding-top:0;
	margin-bottom:1em;
}



#content h1{
	color: #505050;
	font-size: 1.5em;
	xmargin-top:2em;
	margin-bottom:2em;
}


#content h2{
	border: solid red 2px;
}
	
#content p{
	margin-bottom:1em;
}

/* ------------------------------------------------------ */
/* --------------- Ende content --------------- */
/* ------------------------------------------------------ */










/* ------------------------------------------------------ */
/* --------------- Anfang typo3 css_styled_content ------ */
/* ------------------------------------------------------ */


#right_top .csc-textpic-caption{
	color: #505050;
	font-weight: bold;
	margin-left: 0.2em;
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-bottom:2em;
}

.csc-sitemap {
	padding-top: 1em;
}


h1.csc-firstHeader {
	font-size: 1.3em;
	padding-top: 1.5em;
}


.csc-textpic-intext-left{
	clear:both;
	float:left;
	width: 100%;
}



.csc-textpic-intext-right{
	clear:both;
	float:right;
	width: 100%;
}



/* ------------------------------------------------------ */
/* --------------- ENDE typo3 css_styled_content ------ */
/* ------------------------------------------------------ */




/* ------------------------------------------------------ */
/* --------------- Anfang external links ---------------- */
/* ------------------------------------------------------ */

a.external-link img{
	border:0;
}

a.external-link-new-window img{
	border:0;
}

a.internal-link-new-window img{
	border:0;
}

a.internal-link img{
	border:0;
}

a.download img{
	border:0;
}

a.mail img{
	border:0;
}

/* accessibility icons aus Page TSconfig von classesAnchor rausgenommen,
weil fuer links, die nicht mit RTE erzeugt wurden, die Bilder explizit ansprechen muss */

/* accessibility icons fuer tt_news in entspr. unter-css */

/*
fuer die RTE-generierten links werden sie manchmal automatisch gezogen und manchmal nicht...*/
a.external-link{
	background-image: url(../images/acc_icons/external_link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}

a.external-link-new-window{
	background-image: url(../images/acc_icons/external_link_new_window.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}

a.internal-link-new-window{
	background-image: url(../images/acc_icons/internal_link_new_window.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}

a.internal-link{
	background-image: url(../images/acc_icons/internal_link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}

a.download{
	background-image: url(../images/acc_icons/download.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}
/* ------------------------------------------------------ */
/* --------------- Ende external links ------------------ */
/* ------------------------------------------------------ */






/* --------------------------------------------------------------------- */
/* ------ Anfang typo3 login-formular und registrierungs-formular ------ */
/* --------------------------------------------------------------------- */


.tx-felogin-pi1{
	/**/
}


.tx-srfeuserregister-pi1{
	/**/
}


.tx-srfeuserregister-pi1 dt{
	width:20em;
}

/* kann der doofe IE6 nicht: input[text] */
/* die ext 'srfeuserregister' stellt mir aber Klassen zur Verfuegung, die ich ansprechenkann */
/* die sysext 'felogin' leider nicht!!!*/
/*
.tx-srfeuserregister-pi1 select,
.tx-srfeuserregister-pi1 textarea,
.tx-srfeuserregister-pi1 input[type=text],
.tx-srfeuserregister-pi1 input[type=password],
.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password]{
	background-color: #fff;
}


.tx-srfeuserregister-pi1 input[type=submit],
.tx-felogin-pi1 input[type=submit]{
	background-color: lightgray;
}
*/



.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit,
.tx-felogin-pi1 input{
	background-color: lightgray;
}

.tx-srfeuserregister-pi1 select,
.tx-srfeuserregister-pi1 textarea,
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-text,
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password,
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password-again,
.tx-felogin-pi1 input#user,
.tx-felogin-pi1 input#pass{
	background-color: #fff;
}





.tx-felogin-pi1 fieldset { border:1px solid #ccc }

/* verstecken klappt nicht mit firefox */
.tx-felogin-pi1 legend {
	margin: 0 0 0 0; /* top|right|bottom|left */
	margin-left: 1em;
	padding: 0.2em 1em; /* top-bottom|right-left*/
	border:1px solid #ccc;
	color: #ccc;
	font-size:90%;
	xtext-align:right;
 
 
/*  
  	position: absolute;
	left: -1000em;
	top: -1000em;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
*/	
}



.tx-felogin-pi1 div{
	margin: 1em 1em 2em 0; /* top|right|bottom|left */
}

.tx-felogin-pi1 form div{
	margin: 1em;
}

.tx-felogin-pi1 h3{
	
}


/* --------------------------------------------------------------------- */
/* ------ Ende typo3 login-formular und registrierungs-formular ------ */
/* --------------------------------------------------------------------- */







/* --------------------------------------------------------------------- */
/* ---------------- Anfang tx_jm_gallery ------------------------------- */
/* --------------------------------------------------------------------- */

div.jm-gallery-category-container{
	padding-top:5em;
}


/* --------------------------------------------------------------------- */
/* ---------------- Ende tx_jm_gallery --------------------------------- */
/* --------------------------------------------------------------------- */
