/*********************************************
 Elements 
 */
A, ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, LI, MENU, OL, P, TD, TH, UL {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0; 
	border: 0;
}

A {
	color: #ED5100;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: underline;
	background: transparent;
	cursor: pointer;
}
A:hover {
	background-color: #ED5100;
	color: #FFFFFF;
	text-decoration: none;
}

A:hover IMG {
	background-color: transparent;
}

ADDRESS {
	/* /* margin: 0em 0% 0em 0%; */ */
	font: italic 1em/1 sans-serif;
}

BIG {
	font-size: small;
}

BLOCKQUOTE {
	/* margin: 0em 0% 0em 0%; */
	
}

BODY {
	/* margin: 0em 0% 0em 0%; */
	/* font: 1em/1 sans-serif; */
	cursor: default;
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size: 76%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	padding: 0pt;
}

BUTTON {
	cursor: auto;
}

CAPTION {
	/* margin: 0em 0% 0em 0%; */
	
}

CODE {
	font-size: 1em;
	font-family: monospace; /* To avoid overriding boldness/italicity by using font */
} 

DIV {
	/* margin: 0em 0% 0em 0%; */
	
}

DD {
	/* margin: 0em 0% 0em 0%; */
	
}
DL {
	/* margin: 0em 0% 0em 0%; */
}
DT {
	/* margin: 0em 0% 0em 0%; */
	
}

FIELDSET {

}

H1, H2, H3, H4, H5, H6 {
	/*font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	margin-bottom: 5px;
}
H1, H1 A {
	/*
	font-size: 28px;
	color: #F38E5A;
	
	font-family: 'Trebuchet MS';*/
	font-size: 18px;
	color: #000;
	font-weight: normal;
	padding: 5px 0;
}
H2 {
	color: #000000;
	font-size: 14px;
	/*
	font-size: 20px;
	*/
	font-family: 'Trebuchet MS';
	font-weight: bold;
}
H3 {
	color: #8F5ABD;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: capitalize;
	margin-top: 15px;
}
H4 {
	color: #8F5ABD;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 0 5px 0;
	text-transform: capitalize;
}
H5 {
	color: #ED5100;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: capitalize;
	border-bottom: 1pt solid #F6D6B9;
}
H6 {
	color: #8F5ABD;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 0;
	text-transform: capitalize;
}

HR {
	color: #CCC;
	height: 0;
	width: 100%
}

HTML {
	margin: 0;
	height: 100%;
	margin-bottom: 1px;
}

IMG {
	border: 0;
	padding: 0;
	background-color: transparent;
}

INPUT {
	cursor: auto;
	font-size: 12px;
	/* background: url(images/bg_form.gif); */
}


KBD {
	font: 1em monospace;
}

LABEL {
	/*width: 120px;
	text-align: right;
	text-transform: lowercase;
	vertical-align: top;
	padding-right: 5px;
	*/
	font-size: 14px;
	color: #555;
	font-weight: bold;
}

LI {
	/* margin: 0em 0% 0em 0%; */
	
}
OL {
	margin: 0em 0% 0em 25px;
	list-style: decimal;
}
UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {
	list-style: lower-alpha;
}
OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {
	list-style: lower-roman;
}
OL OL OL OL {
	list-style: decimal;
}
UL {
	margin: 0em 0% 0em 25px;
	list-style: disc;
}
UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {
	list-style: circle;
}
OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {
	list-style: square;
}
UL UL UL UL {
	list-style: disc;
}

P {
	/* margin: 0em 0% 0em 0%; */
	padding: 10px 0;
}

PRE {
	/* margin: 0em 0% 0em 0%; */
	font: 1em/1 monospace;
}

SAMP {
	font: 1em monospace;
}

SMALL {
	font-size: 1em;
}

SUB {
	font-size: 1em;
}

SUP {
	font-size: 1em;
}

TH {
	/* font: bold 1em/1 sans-serif; */
}
TD {
	color: #666666;
}

TEXTAREA {
	cursor: text;
}

TT {
	font: 1em monospace;
}


/*********************************************
 Classes 
 */

#wrapper {
	width: 60em;
	padding: 1em;
	background-color: #FFFFCC;
	margin: 0pt auto;
}

#header {
	font-size: 1.7em;
	padding: 0.5em;
	height: 1.6em;
	border-bottom: 1px solid #999;
}
#headerLeft {
	float: left;
	font-size: 1.3em;
	vertical-align: bottom;
}
#headerRight {
	float: right;
	font-size: 0.9em;
	margin-top: 0.5em;
}

#content {
	clear: both;
	padding: 1em;
}

.spruch {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
.spruch_name {
	font-size: 1.1em;
	color: #333333;
}

#footer {
	text-align: center;
	margin-top: 1em;
	padding-top: 0.5em;
	color: #333;
	border-top: 1px solid #666;
}

#tabbar {
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
	float: left;
	/*border-bottom: 1px solid gray;
	 width: 90%; width of menu. Uncomment to change to a specific width */
}
#tabbar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#tabbar li {
	display: inline;
	margin: 0;
	font-weight: bold;
	padding: 1em 0;
	text-align: center;
	float: left;
}
#tabbar li a {
	text-decoration: none;
	font-size: 1.1em;
	padding: 6px 1em;
	color: #CC3300;
}
#tabbar li a:visited {
	color: #CC3300;
	background-color: transparent;
}
#tabbar li a:hover {
	text-decoration: underline;
	color: #CC9900;
	background-color: transparent;
}
#tabbar li.selected {
	background-image: url(images/tab_selected.gif);
	position: relative;
}
#tabbar li.selected a { /*selected main tab style */
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
#tabbar li.selected a:visited {
	color: #000;
	background-color: transparent;
}
#tabbar li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	background-color: transparent;
}.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.Fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-indent: 10px;
}
.foto {
	position: relative;
	visibility: visible;
}
.fliesstext_ohne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.Stil1 {color: #FF3300}
