BODY {
	color : Black;
	font-weight : normal;
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	scrollbar-3d-light-color:#333333;
	scrollbar-arrow-color:#FF9900;
	scrollbar-base-color:#CCCCCC;
	scrollbar-dark-shadow-color:#575757;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#575757;
	scrollbar-track-color:#B2B2B2;
	cursor : url('http://www.gemini-arts.de/images/3doarro3.ani');
	background-color : White;
	margin-left : 0px;
	margin-right : 0px;
	margin-top: 0px;
	margin-bottom:0px;
}


A:LINK {
	color : #FF9900;
	text-decoration : none;
	font-weight : bold;
	cursor : url('images/3doarro3.ani');
}

A:VISITED {
	color : #FF9900;
	text-decoration : none;
	font-weight : bold;
	cursor : url('images/3doarro3.ani');
}

A:ACTIVE {
	color : #FF9900;
	text-decoration : none;
	font-weight : bold;
	cursor : url('images/3doarro3.ani');
}


A:HOVER {
	color : #FFE3C3;
	text-decoration : none;
	font-weight : bold;
	background-color : #FF9900;
	cursor : url('images/3doarro3.ani');
}

H1 {
	color : #E6921C;
	font-family : "Courier New", Courier, monospace;
	font-size : 200%;
	margin-bottom : -1em;
}

H2 {
	color : #E6921C;
	font-family : "Courier New", Courier, monospace;
	font-size : 160%;
	margin-top : 2.7em;
}

H3 {
	color : #E6921C;
	font-family : "Courier New", Courier, monospace;
	font-size : 13pt;
	margin-left : 0%;
	margin-top : 2em;
}

H4 {
	color : #FF9900;
	font-family : "Courier New", Courier, monospace;
	font-size : 13pt;
	font-weight : bold;
	background-color : #FFE3C3;
	padding-left : 10px;
}

H5 {
	color : #FF9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	background-color : #FFE3C3;
	font-style : italic;
	padding-left : 5px;
}

H6 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	background-color : #FF9900;
	padding-left : 3px;
}

BLOCKQUOTE {
	margin-left : 0;
}

CAPTION {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 800;
}

TD {
	font-size : 9pt;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

LI {
	font-size : 9pt;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	list-style : disc outside url("images/listelement.gif");
	margin-bottom : 0.5em;
	}
	
/*Klassen für formmail*/

/*Klassen für News*/
.news_content {
	border: 2px solid #FF9900;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding: 10px;
	text-align: justify;
	float: left;
	text-indent: 0px;
}

.newstitle {
	color : #000000;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 0px;
	padding: 0px;
}

.newsdatum {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	float: left;
	font-weight : normal;
	margin-bottom: 10px;
	clear: both;

}

.newsbild {
	border: 2px solid #FF9900;
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
	clear: both;
}

.clear {
	clear: both;
}

.line {
	height: 1px;
	background-color: #FF9900;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	clear: both;
}
/*Ende Klassen für News*/



/*----------------- FORMMAIL -----------------*/
.formContent {
	border: 1px solid #C0262E;
	width: 320px;
}


.form {
	padding: 2px;
}

.formInput, .formTextarea  {
	padding: 2px;
	height: 15px;
	width: 180px;
	border: 1px solid #AAAAAA;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formTextarea {
	height: 100px;
	width: 180px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formButton {
	background-color: #666666;
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
}

.formAnliegen {
	border: 0px solid #B3B3B3;
}


.formFehler {
	color : red;
	text-align: left;
	font-size: 10px;
}
