/* ========================================================= */
/*    Stylesheet für                                         */
/*    SITE : www.europe-match.eu                             */
/*    ERSTELLT: 14.08.2007 21:35                             */
/*    GEÄNDERT: 22.10.2007 0:35                            */
/*    (c) aesthetec Boris Pawelczyk e. K.                    */
/* ========================================================= */

/*    Schön, dass Sie hier vorbeischauen ;-) 	             */

/* == NOTES: =============================================== */
/*                                                           */
/*                                                           */
/* ========================================================= */



/* == HTML-Tags =========================================== */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding:0;
	text-align: center;
	color: #515151;
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	background: url(../bilder/bgr_oben.gif) repeat-x top;
}

h1 {
	font-size: 1.8em;
	color: #205399;
	margin: 0 0 0.3em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	color: #808080;
	margin: 0 0 0.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	color: #205399;
	margin: 0.3em 0 0.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	color: #16A2E1;
	margin: 0 0 0.3em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	color: #205399;
	margin: 0 0 0.3em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	color: #205399;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 0.6em 0;
	line-height: 1.3em;
}

table {
	border-top: 1px solid #205399;
	border-bottom: 1px solid #205399;
	padding-top: 2px;
	padding-left: 2px;
}

td {
	border-right: 2px solid #fff;
	border-bottom:2px solid #fff;
	padding: 3px;
	margin: 5px;
}


td.dunkel{
	background:#c0dcff;
}

td.hell{
	background:#edebf1;
}

td p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

hr {
	height: 1px;
	background: #205399;
	border: none;
}

.hr_grau {
	height: 1px;
	background: #808080;
	margin: 15px 0px 10px 0px;
	border: none;
}

strong {color: #205399;}


a {
	color: #003399;
	text-decoration: underline;
	background-color: transparent;
}

a:visited {
	color: #003399;
	background-color:transparent;
}

a:hover {
	color: #003399;
	background-color:transparent;
	text-decoration: none;
}
a:active {
	color: #333333;
	background-color:transparent;
}

acronym, dfn, abbr {
  border-bottom: 1px dotted #003399;
  cursor: help;
  margin: 0;
  padding: 0;
}

/* == Bilder =========================================== */

/* wer mag sich wohl überlegt haben Bilder blau zu rahmen? */ 
img, a img, :link img, :visited img {
	border: 0 none;
}

#inhalt a img, #inhalt :link img, #inhalt :visited img {
	border: 0 none;
}


#rechts img {
	margin: 3px 8px 3px 0px;
	float: left;
}

#inhalt td img, #inhaltschmal td img {
	border: 0 none;
	padding: 0px;
}

#inhalt	img, #inhaltschmal img  {
	display:inline;
	/*padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;*/
}

#motiv img{
	border: 0 none;
	padding: 0px;
}

#inhalt img.links, #inhaltschmal img.links {
	margin: 5px 10px 5px 0px;
	float: left;
}

#inhalt img.mitte, #inhaltschmal img.mitte {
	display: block;
	margin: 10px 0 5px;
}

#inhalt img.rechts, #inhaltschmal img.rechts {
	margin: 0px 0px 5px 10px;
	float: right;
}



/* == Bereiche der gesamten Seite ====================== */

#container {
	width: 100%;
	position: relative;
	min-height: 100%;
	z-index: 1;
	overflow: visible;
	padding:0px;
	background: url(../bilder/bgr_unten.gif) repeat-x bottom;
}
/* ACHTUNG ... Stolperstein ;) */
* html #container{
	height: 100%;
}

#containerbgr {
	padding:0px;
	width: 900px;
	min-height: 100%;
	background-position: center;
	margin: 0px auto;
	background-image: url(../bilder/bgr.jpg);
	background-repeat: repeat-y;
	
}
/* ACHTUNG ... Stolperstein ;) */
* html #containerbgr {
	height: 100%;

}

#rahmen {
	width: 910px;
	text-align: left;
	/*	border: none #333333;*/
	padding: 0px;
	margin: 0px auto;
	background: url(../bilder/header_bgr_unten.jpg) no-repeat;
	background-position: 0px 150px;
}



#header {
	border:none;
	width: 910px;
	height: 150px;
	padding:0px;
	margin:0px;
	display:block;
	/*background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../bilder/head_home_2.jpg);*/
}

#container #header{
	background:#fff url(../bilder/header_bgr_oben.jpg) no-repeat;
}



#logo {
	margin:25px 0 0 20px;
	padding-top:0px;
	height:80px;
}


/*
#motiv {
	margin: 0px;
	padding: 0px;
	width: 480px;
}*/


/* == Hauptmenü ======================================== */
#hauptmenue {
	margin:65px 0 0 40px;
	width:500px;
	height:40px;
	float: left;
}
/* IE6 Float-Bug */
* html #hauptmenue {
	margin: 50px 0px 0px 20px;
}

#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 2em 1em 0;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

#hauptmenue a:link {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	/*padding-right: 5px;
	padding-left: 5px;*/
}

#hauptmenue a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
/*	padding-right: 5px;
	padding-left: 5px;*/
}

#hauptmenue a:hover, #hauptmenue a.aktuell, #hauptmenue a.aktuell:visited  {
	color: #99CCFF;
	border-bottom: 1px solid #99CCFF;
	/*... mal was Neues: Der IE7 Boder-Bug */
	float: left;
	padding-bottom: 2px;
}


/* == Submenü ======================================== */

#submenue {
	padding: 0;
	margin: 0;
}

#mainlist {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#mainlist li {
	font-size: 1.0em;
	/*line-height: 3em;
	overflow: visible;
	text-decoration: none;*/
	font-weight: bold;
	/*border: 1px solid #CCCCCC;
	border-width: 0 0 1px 0;*/
}

#mainlist a:link, #mainlist a:visited {
	color: #205399;
	text-decoration: none;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 10px;
	background: url(../bilder/hover_grad.jpg) repeat-x;
	
}

#mainlist a:hover, #mainlist a.aktuell, #mainlist a.aktuell:visited {
	color: #205399;
	background: url(../bilder/hover_gradover.jpg) repeat-x;
}


/* == Submenümenü ======================================== */

#sublist {
	margin: 0;
	padding-left: 0;
	text-decoration: none;
	background-image: none;
	list-style: none;
}

#sublist li {
	font-size: 0.95em;
	color: #16A2E1;
	padding: 0 0 0 5px;
}

#sublist a:link {
	color: #205399;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 15px;
	background: url(../bilder/sublistpfeil_h.gif) no-repeat left center;
}

#sublist a:visited {
	color: #205399;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 15px;
	background: url(../bilder/sublistpfeil_h.gif) no-repeat left center;
}

#sublist a:hover, #sublist a.aktuell, #sublist a.aktuell:visited {
	color: #205399;
	background: url(../bilder/sublistpfeilhover_h.gif) no-repeat left center;
}

/* == SubSub-Menü ======================================== */

#sublist ul{
	margin: 0;
	padding-left: 5px;
	text-decoration: none;
	background-image: none;
	list-style: none;
}

#sublist ul li{
	font-size: 1em;
	padding: 0 0 0 5px;
}

#sublist ul li a:link {
	color: #808080;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	background: url(../bilder/sublistpfeil.gif) no-repeat left center;
}

#sublist ul li a:visited {
	color: #808080;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	background: url(../bilder/sublistpfeil.gif) no-repeat left center;
}

#sublist ul li a:hover {
	color: #205399;
	background: url(../bilder/sublistpfeilhover.gif) no-repeat left center;
}

#sublist ul li a.aktuell, #sublist ul li a.aktuell:visited {
	color: #205399;
	background: url(../bilder/sublistpfeilhover_h.gif) no-repeat left center;
}

/* == Links ============================================ */

#links {
	width: 160px;
	margin: 70px 20px 0px 40px;
	padding: 0px;
	min-height: 400px;
	display:block;
	text-align:left;
	float: left;
	background: #FFFFFF;
}
/* ... und wieder ein Hack für meinen tumben Freund... */
* html #links {
	width: 160px;
	margin: 70px 20px 0px 20px;
	height: 400px;
}

#links hr {
	height: 1px;
	background: #FFFFFF;
	border: none;
}

#links h1 {
	font-size: 1.34em;
	margin: 10px 0 5px 0;
	padding: 0px;
	color: #205399;
}




/* == Rechts ============================================ */

/*#rechts {
	width: 128px;
	min-height: 500px;
	padding:0px 20px;
	margin: 0px 0px 0px 20px;
	float: left;
	background: #6699FF;
}

* html #rechts {
	height: 500px;
}

#rechts h1 {
	font-size: 1.6em;
	margin: 15px 0px 8px;
	padding: 0px;
	color: #003399;
}
/* ACHTUNG ... Stolperstein ;)
* html #rechts h1 {
	margin: 5px 0px 8px;
} */
	
.newsbox {
	padding: 0px;
	color: #505050;
	line-height: 1.5em;
	font-size: 0.9em;
	margin: 5px 0px 10px 0px;
}

/* ACHTUNG ... Stolperstein ;)
* html .newsbox {
	margin: 0px 0px -10px;
}*/ 
	

.newsbox h2 {
	font-size: 1.3em;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	/*color: #205399;*/
	color: #cc0000;
	line-height: 1.3em;
}

.newsbox h3 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	color: #515151;
	line-height: 1em;
}

.newsbox h4 {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	color: #205399;
	line-height: 1.0em;
}

.newsbox p {
	margin: 0 0 0.3em 0;
	line-height: 1.5em;
	padding: 0px;
	color: #000000;
}

.newsbox .datehl p{
	font-size: 1.1em;
	color: #515151;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1em;
}
.newsbox a {
	color: #003399;
  text-decoration: underline;
  font-weight: normal;
}

.newsbox a:hover {
  text-decoration: none;
}

.newsbox hr {
	height: 1px;
	background: #205399 !important;
	border: none;
	margin: 1em 0 1em 0;
}

.terminbox {
	padding: 0px;
	color: #515151;
	line-height: 1.5em;
	font-size: 0.9em;
	margin: 5px 0px 10px 0px;
}

.terminbox h2 {
	font-size: 1.3em;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	color: #205399;
	line-height: 1.3em;
}

.terminbox h3 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	color: #515151;
	line-height: 1em;
}

.terminbox h4 {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	color: #205399;
	line-height: 1.0em;
}

.terminbox p {
	margin: 0 0 0.3em 0;
	line-height: 1.5em;
	padding: 0px;
	color: #515151;
}

.terminbox a {
	color: #205399;
  text-decoration: underline;
  font-weight: normal;
}

.terminbox a:hover {
  text-decoration: none;
}

.terminbox hr {
	height: 1px;
	background: #205399;
	border: none;
	margin: 1em 0 1em 0;;
}

.txtbox {
	padding: 0px;
	color: #515151;
	line-height: 1.5em;
	font-size: 0.9em;
	margin: 5px 0px 10px 0px;
}

.txtbox h2 {
	font-size: 1.5em;
	margin: 0.5em 0;
	padding: 0px;
	color: #205399;
}

.txtbox h3 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	color: #205399;
	line-height: 1.0em;
}

.txtbox h4 {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	color: #205399;
	line-height: 1.0em;
}

.txtbox p {
	margin: 0 0 0.3em 0;
	line-height: 1.5em;
	padding: 0px;
	color: #515151;
}



.txtbox a {
	color: #205399;
  text-decoration: underline;
  font-weight: normal;
}

.txtbox a:hover {
  text-decoration: none;
}


.txtbox form {
	margin: 0;
	padding: 0;
}
				
.txtbox input{
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 1px 1px 1px 1px;
	color: #333333;
	border: 1px solid #003399;
	background: #E0E0E0;
	width: 90px;
}

.txtbox .inputimage{
	width:45px;
	background:transparent;
	border:none;
	padding: 0px 0px 0px 8px;
}



/* == Kruemelpfad ====================================== */

#kruemelpfad {
	margin: 0px 0px 0px 40px;
	padding-top: 8px;
	height: 20px;
	width: 450px;
	font-size: 11px;
	color: #515151;
	float: left;
}
/* ... jaja, der Float-Bug */
* html #kruemelpfad {
	margin: 0px 0px 0px 20px;
}

#kruemellist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#kruemellist li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
}

#kruemelpfad a:link {
	color: #515151;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
}

#kruemelpfad a:visited {
	color: #515151;
	text-decoration: none;
	border: none;
}

#kruemelpfad a:hover, #kruemelpfad a.aktuell, #kruemelpfad a.aktuell:visited  {
	color: #205399;	
	text-decoration: underline;	/*border-bottom: 1px dotted #666666;*/
}


/* == wer suchet, der findet ====================== */

#suche {
	margin: 0px 55px 0px 0px;
	padding-top: 6px;
	float: left;
}

#suche form {
	margin: 0;
	padding: 0;
}
				
#suche input{
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 1px 1px 1px 1px;
	color: #333333;
	border: 1px solid #003399;
	background: #E0E0E0;
	width: 80px;
}

#suche .inputimage{
	width:20px;
	background:transparent;
	border:none;
	padding: 0px;
}

/* == Laendermenue ====================== */

#nav_sprache {
	width:220px;
	height:20px;
	margin: 0px 0 0 0px;
	padding-top: 7px;
	float: left;
}

#nav_sprache .de, #nav_sprache .de_act{
	margin-right: 5px;
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: url(../bilder/de.gif) no-repeat center;
}
#nav_sprache .de:hover, #nav_sprache .de_act{
	border: 1px solid #205399;
}

#nav_sprache .gb , #nav_sprache .gb_act{
	margin-right: 5px;
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: url(../bilder/gb.gif) no-repeat center;
}
#nav_sprache .gb:hover, #nav_sprache .gb_act{
	border: 1px solid #205399;
}

#nav_sprache .fr, #nav_sprache .fr_act {
	margin-right: 5px;
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: url(../bilder/fr.gif) no-repeat center;
}
#nav_sprache .fr:hover, #nav_sprache .fr_act{
	border: 1px solid #205399;
}

#nav_sprache .es,  #nav_sprache .es_act {
	margin-right: 5px;
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: url(../bilder/es.gif) no-repeat center;
}
#nav_sprache .es:hover,  #nav_sprache .es_act {
	border: 1px solid #205399;
}

#nav_sprache .nl,  #nav_sprache .nl_act {
	margin-right: 5px;
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: url(../bilder/nl.gif) no-repeat center;
}
#nav_sprache .nl:hover,  #nav_sprache .nl_act {
	border: 1px solid #205399;
}
#nav_sprache .hu, #nav_sprache .hu_act{
	margin-right: 5px;
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: url(../bilder/hu.gif) no-repeat center;
}
#nav_sprache .hu:hover, #nav_sprache .hu_act {
	border: 1px solid #205399;
}
#nav_sprache .cz, #nav_sprache .cz_act{
	margin-right: 5px;
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: url(../bilder/cz.gif) no-repeat center;
}
#nav_sprache .cz:hover, #nav_sprache .cz_act{
	border: 1px solid #205399;
}
#nav_sprache .pl, #nav_sprache .pl_act{
	margin-right: 5px;
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: url(../bilder/pl.gif) no-repeat center;
}
#nav_sprache .pl:hover, #nav_sprache .pl_act{
	border: 1px solid #205399;
}

/* == Inhalt =========================================== */

#inhalt {
	padding:0 0 0 20px;
	width: 620px;
	margin: 70px 0px 70px 0px;
	border-left: 1px solid #CCCCCC;
	float: left;
}

#inhaltschmal {
	float:left;
	width: 480px;
	margin: 0px 0px 60px 20px;
	min-height:600px;
}
* html #inhaltschmal{
height:600px;
}

.inhaltsbox, #mailform, .csc-sitemap,.csc-uploads{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	display: block;
	clear: both;
	float: none;
}

.inhaltsbox_links {
	padding: 0px;
	margin: 15px 0px 15px 0px;
	float: left;
	width: 300px;
}
* html .inhaltsbox_links {
	margin: 15px 0px 15px 0px;
}

.inhaltsbox_rechts {
	padding: 0px;
	margin: 15px 0px 15px 0px;
	float: right;
	width: 300px;
}

.inhaltsbox_links_bgr {
	padding: 10px 15px;
	margin: 15px 0px 15px 0px;
	float: left;
	width: 270px;
	background-color: #BFDDFE;
	font-size: 0.95em;
}
* html .inhaltsbox_links_bgr {
	margin: 15px 0px 15px 0px;
}

.inhaltsbox_rechts_bgr{
	padding: 10px 15px;
	margin: 15px 0px;
	float: right;
	width: 270px;
	background-color: #BFDDFE;
	font-size: 0.95em;
}


.produktbox_links {
	padding: 0px;
	margin: 30px 0px 15px 0px;
	float: left;
	width: 250px;
}
* html .produktbox_links {
	margin: 30px 0px 15px 0px;
}

.produktbox_rechts {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	float: right;
	width: 370px;
}

.produktbox_rechts .bild {
	float: left;
	margin: 5px 12px 15px 0px;
	width: auto;
	text-align: center;
}

.produktbox_rechts .bild img {
	margin: 0px 5px 3px 5px;
}

.produktbox_rechts .bild p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-size: 0.95em;
	font-style: italic;
	line-height: 1.1em;
}

.produktbox_rechts .icon {
	float: left;
	margin: 5px 0px 15px 0px;
	width: 80px;
	text-align: center;
}

.produktbox_rechts .icon img {
	margin: 0px 5px 3px 5px;
}

.produktbox_rechts .icon p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-size: 0.95em;
	line-height: 1.1em;
}

.inhaltsbox .icon {
	float: left;
	margin: 5px 0px 15px 0px;
	width: 80px;
	text-align: center;
}

.inhaltsbox .icon img {
	margin: 0px 5px 3px 5px;
}

.inhaltsbox .icon p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-size: 0.95em;
	line-height: 1.1em;
}
#inhalt ul, #inhaltschmal ul {
	line-height: 1.5em;;
	list-style-type: none;
	margin: 0 0 2.5em;
	padding: 0;
	font-size: 1.0em;
	font-weight: normal;
}

#inhalt li, #inhaltschmal li {
	margin-top: 7px;
	margin-bottom: 7px;
	background-image:  url(../bilder/sublistpfeil.gif);
	background-repeat: no-repeat;
	padding-left: 1.0em;
	background-position: -3px 5px;/*	height:20px;*/
}

.inhaltsbox .bild {
	float: left;
	margin: 5px 12px 15px 0px;
	width: auto;
	text-align: center;
}

.inhaltsbox .bild img {
	margin: 0px 5px 3px 5px;
}

.inhaltsbox .bild p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-size: 0.95em;
	font-style: italic;
	line-height: 1.1em;
}



/* == Fusszeile ============================================ */

#fusszeile {
	width: 910px;
	position: relative;
	margin: -70px auto 0;
	height: 70px;
	border: none;
	background: url(../bilder/footer_bgr.jpg) no-repeat bottom;
	z-index: 2;
	visibility: visible;
}
/* HackMeck für IE - gibt die andere Höhe für die Fußzeile an */
* html #fusszeile {
	margin-top: -70px;
}

#fusszeile a:link {
	color: #666666;
	text-decoration: none;
	border: none;
}

#fusszeile a:visited {
	color: #666666;
	text-decoration: none;
	border: none;
}

#fusszeile a:hover {
	text-decoration: underline;
}

#fusszeile a:active {
	color: #333333;
	border: none;
}

#fussmenue {
	width: 800px;
	position: absolute;
	z-index: 3;
	height: 20px;
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font-size: 11px;
	color: #666666;
	left: 40px;
	top: 35px;
	text-align: left;
	padding-top: 12px;
	padding-left: 0px;
}

/* == Formular Styles =========================================== */

#inhalt form {
	margin: 0;
	padding: 0;
}

#inhalt form p {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #515151;
	margin: 0 0 0 0;
}

#inhalt input, #frmMarginal input {
	font-size: 11px;
	color: #515151;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #205399;	
	padding: 4px;
	margin: 0px 10px 0px 0px;
	background-color: #FFFFFF;
}

#inhalt input:focus, input:hover {
	background-color: #C0DCFF;
}

/*#inhalt input.highlight {
	background-color: #FFCCCC;
}*/

#inhalt textarea {
	font-size: 11px;
	color: #515151;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid  #205399;
	padding: 4px;
	margin: 0;
	background-color: #FFFFFF;
	height: 150px;
	width: 95%;
}

#inhalt textarea:focus, textarea:hover {
	background-color: #C0DCFF;
}

#inhalt select {
	font-size: 11px;
	color: #515151;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid  #205399;
	padding: 4px;
	margin: 0;
	background-color: #FFFFFF;
}

/* == .Klassen =========================================== */

.zitat {
	line-height: normal;
	font-style: italic;
	font-weight: bold;
}

.italic {
	margin: 0px;
	font-style: italic;
}

.bold {
	margin: 0px;
	font-weight: bold;
}

.textrechts {
	text-align: right;
}

.center {
	text-align: center;
}

.klein {
	color: #FF6600;
	font-size: 0.9em;
	margin-bottom: 0.2em;
}

.grau{
	color: #505050;
}

.orange{
	color: #FF9900;
}

.clear {
	display: block;
	clear: both;
	float: none;
	height: 0px;
}

.clear_0 {
	display: block;
	clear: both;
	float: none;
}

.nichtAnzeigen {
  display: none !important;
}

#Layer1{float:left;}

#inhalt .csc-mailform-field label{width:100px;display:block;float:left;}
#inhalt .csc-mailform-field input{width:280px;;height:15px;margin:0 0 8px 0;font-size: 1em;}
#inhalt .csc-mailform-field select{margin:0 0 5px 0;}
#inhalt .csc-mailform-field textarea{width:280px;height:180px;}
#inhalt .csc-mailform-field .csc-mailform-submit{
width:100px;float:left;height:25px;
margin:10px 0px 0px 100px;
padding:1px; background:#C0DCFF;
font-size: 1em; font-weight: bold;}
#inhalt .csc-mailform-field .csc-mailform-check{width: 15px;float:left;height:15px;margin:10px 260px 0px 0px;}
#inhalt fieldset{border:none;}


#frmMarginal{border:none;margin:0px;}
#frmMarginal fieldset{border:none;padding:0px;}
#frmMarginal legend{display:none;}
#frmMarginal input.inputButton{width:120px;	border: 1px solid #999999;margin:5px 0 5px 0;}
#frmMarginal input{border: 1px solid #999999;background:#f4f4f4;}
.tx-newloginbox-pi1 p{	font-size: 11px;line-height:11px;padding:0;margin:0 0 5px 0;}
.tx-newloginbox-pi1{width: 135px;}
.tx-srfeuserregister-pi1 dt{text-align:left;width:130px;}

.csc-textpic {margin:0px; padding:0px;}

.csc-header{clear:left;float:none;margin:15px 0px 0px 0px;}

table.csc-uploads{border-top: 1px solid #205399;
	border-bottom: 1px solid #205399;
	padding-top: 2px;
	padding-left: 2px;
	background:#FFFFFF;
}
	
table.csc-uploads td{border-right:2px solid #fff;border-bottom:2px solid #fff;}
td.csc-uploads-icon{width:50px; height:55px; background:#C0DCFF;text-align:center;}
td.csc-uploads-icon img {width:48px; height:48px;}
td.csc-uploads-fileSize{width: 40px; background:#EDEBF1;}
td.csc-uploads-fileName a {font-weight: bold;}
td.csc-uploads-fileName p {line-height: 1.0em; margin: 5px;}
td.csc-uploads-fileName {width: 545px; background:#EDEBF1;}

/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#16A2E1; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#EDEBF1; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#EDEBF1; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

#inhalt .tx-lumogooglemaps-pi1 img{background:transparent;}

/* image content has no list icon */
.csc-textpic li.csc-textpic-image { background: none !important; }

/* image content: uses columns */
csc-textpic-left csc-textpic-imagewrap .csc-textpic-image, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap .csc-textpic-image, .csc-textpic-intext-left .csc-textpic-imagewrap .csc-textpic-image {
  display: inline;
  margin-right: 10px;
}
.csc-textpic .csc-textpic-imagewrap ul li {
  float: left;
  margin: 0;
  padding: 0;
}

