/* ************** Copyright 2009 Die Mimen e.V. **************************** */
/* */
/* ************** This document defines the style ************************** */
/* ************** and the formatting of the elements, ********************** */
/* ************** used on the web-site diemimen.de ************************* */
/* */
/* ************** It is not allowed to copy this *************************** */
/* ************** document, or fragments of it, **************************** */
/* ************** without the written permission *************************** */
/* ************** of Die Mimen e.V.. *************************************** */
/* */
/* ************** StyleSheet (v1.0) : BEGIN ******************************** */

body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
}

a,li,font {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

a:link,
a:visited,
a:focus,
a:active {
	Color: black;
}

a:hover {
	Text-Decoration: underline;
	Color: 565851;
}

.gesperrt {
	letter-spacing: 1px;
}

.subnav {
	font-weight: bold;
	font-size: 11px;
}

.f10px {
	font-size: 10px;
}

.f5px {
	font-size: 5px;
}

.schwarz_10 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000
}

.braun_10 {
	font-size: 10pt;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #660000
}

.weiss_10 {
	font-size: 10pt;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF
}

.grau-blau_10 {
	font-size: 10pt;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #565851
}

.weiss_12 {
	font-size: 12pt;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF
}

.weiss_14 {
	font-size: 14pt;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF
}

.gruen_14 {
	font-size: 14pt;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #004A21
}

.rot_10 {
	font-size: 10pt;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CC0033 !important;
}

.rot_11 {
	font-size: 11pt;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CC0033
}

p.errorMessage,
p.successMessage,
p.infoMessage {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}

p.errorMessage {
	background-color: #f3a38b;
	color: black;
	border: 1px solid #CC0033;
}

p.successMessage {
	background-color: #65d965;
	color: black;
	border: 1px solid #008000;
}

p.infoMessage {
	background-color: #fff5b4;
	color: black;
	border: 1px solid #eecd11;
}

img {
	border: 0;
}

input.text,
select {
	width:100%;
}

fieldset,
legend {
	border:1px solid #CC0033;
}

ul {
	list-style-image: url('../pictures/004.gif');
}

table#galleryTable td {
	background-color: #ffd976;
	border: 1px solid #cc0033;
}

/* ************** StyleSheet : END ***************************************** */
/* */
/* ************** Copyright 2009 Die Mimen e.V. **************************** */