body { 
	background: #660000 url(../files/teatriz_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	vertical-align: top;
	line-height: 16px;
}

ul {
	padding: 0px;
	margin: 15px;
}

img {
	border:0px;
}

h1 {font-weight: bold; font-size: 18px; color:#860912;}
h2 {font-size: 14px;	font-weight: bold; color:#860912;}
h3 {font-size: 14px;	font-weight: bold; color:#999999;}	
h6 {font-size: 10px;	font-weight: normal;}	

.headline {	font-weight: bold; font-size: 18px; color:#860912; }
.subheadline { font-size: 14px;	font-weight: bold; color:#860912; }

a, a:link, a:visited { 
	text-decoration: none;
	color: #860912;
	border: 0px;
	border-width: 0px;
}

a:hover { 
	color: #e10000;
}

.liste { 
	color: #808080;
	font-size: 11px;
	border: 0px;
	text-transform: uppercase;
}

.klein { 
	color: #000000;
	font-size: 10px;
	border: 0px;
}

.news { 
  width:231px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px #fb7a00 dotted;
}

.text, .password {
	display: block;
	width: 300px;
}

/* Login
*********************************************/

.login_klein { 
	color: #FFFFFF;
	font-size: 11px;
	border: 0px;
}
/* SQL Module
*********************************************/

.abfrage:link, .abfrage:visited { 
	font-family: Arial, Helvetica, sans-serif;
	color: #407226;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;
}

.abfrage:hover { 
	text-decoration: none;
	color: #ff9900;
}  


/* 
REDAXO-Modul: doForm! 3 - 4
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  und 3.x
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch
 
Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/
 
/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*
 
/* Div das das Formular umschließt */
.formgen {
margin-top: 20px;
}
 
 
/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
 
}
  
.formgen form
{
line-height : 110%;
 
}
 
 
/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/
 
 
.formgen .formblock
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;	
 
}
 .forminfo 
{
	width: 470px;
	margin-bottom: 10px;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: normal;
	border: 1px dashed #ff0000;
}
 
/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}
 
 
/* 
--------- FORMULAR-OBJEKTE ------------ 
*/
 
 
/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 350px;
	height: 150px;
	margin-left: 4px;
	border: 1px solid #003871;
	background-color: #ffffff;
}
 
 
/* Textfeld */
.formgen .formtext
{
	width: 350px;
	margin-left: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #003871;
}
 
.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {

	background-color: #DFEAF6;	
}
 
 
 
/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: normal;
	color: rgb(15, 78, 141);
}
 
 
/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #DFEAF6;
	margin-left: 4px;
	color: #000000;
	margin-bottom: 10px;
}
 
 
/* Sende-Button */
.formgen .formsubmit
{
	width: 350px;
	margin-left: 120px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #0F4E8D;
	float: left;
	color: #0F4E8D;
	line-height: 30px;
}
 
 
 
/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}
 
/* -------------- AUSGABEN / Fehlermeldungen --------*/
 
 
/* Markierung der Labels bei Fehler */
.formgen .formerror {
 
	border-bottom-width: 1px;
	color: #ff0000;
}
 
.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
 
.formgen .formreq {
	color: #ff0000;
}
 
.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
 
/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */
 



.ns_newsEntry
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.ns_newsHeadline
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4169e1;
	font-size: 12px;
	font-weight: bold;
}

.ns_HeadlineLeft
{
}

.ns_HeadlineRight
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

.ns_body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.ns_Link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}

.ns_created
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
.ns_createdBy
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4169e1;
	font-size: 10px;
}
.ns_Image
{
	padding-right: 10px;
}

/* JAOS Gallery
*******************************************************************************/
/* JAOS Gallery
*******************************************************************************/
#jaos
	{
	margin:0 auto;
	}

.jaosg_galerie
	{
	text-align:center; 
	vertical-align:middle; 
	padding:5px;
	}

.jaosg_thumbnail 
	{
	margin:5px;
	float: left;
	height: 80px;
	width: 80px;
	text-align: left;
	vertical-align:middle;
	}

.jaosg_nav
	{
	text-align: center;
	}

.jaosg_bild	
	{
	text-align: center;
	}

.jaosg_bildbeschreibung
	{
	text-align: justify;
	}
