/* SEITENATTRIBUTE - HINTERGRUNDFARBE DES CONTENT
-> ZUR SICHERHEIT BITTE SCHRIFTATTRIBUTE HIER AUCH IMMER AENDERN */
body {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 13px; 
   font-style: normal; 
   line-height: normal; 
   color: #000000; /* SCHRIFTFARBE */
   margin: 10px 10px;
}

p {
	margin-top:0px;
	padding-top:0px;
	border-top:0px;
}

div  {
	margin-top:0px;
	padding-top:0px;
	border-top:0px;
	
}

#navigation {
	padding: 12px 0px 30px 20px;
}

.navButton {
	padding: 0px 20px 0px 0px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #EE4827;
}

.navButton a:link, .navButton a:active, .navButton a:visited{
	text-decoration: none;
	color: #EE4827;
}

.navButton a:hover {
	color: #8F2A16;
}

.navButtonActive {
	padding: 0px 20px 0px 0px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	cursor: default;
}

.navButtonActive a:link, .navButtonActive a:active, .navButtonActive a:visited{
	text-decoration: none;
	color: #8F2A16;
	cursor: default;
}

.navButtonActive a:hover {
	color: #8F2A16;
	cursor: default;
}

#contentContainer {
	margin: 10px 0px 0px 35px;
	padding: 0px;
	width: 680px;
	height: 435px;
	overflow: auto;
	position: relative;
}

.content {
	padding: 0px;
	margin: 0px;
	width: 640px;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, sans-serif;
	clear:both;
	display:none;
	/*opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:.0;	*/
	position:absolute;
	top:0px;
	left:0px;
}


/* NICHT UNTERSTRICHENE LINKS (menu) */
.content a:link { color: #EE4827; text-decoration: none }
.content a:active { color: #EE4827; text-decoration: none }
.content a:visited { color: #EE4827; text-decoration: none }
.content a:hover { color: #8F2A16; text-decoration: underline }

/* UNTERSTRICHENE LINKS (content) */
a.ul:link, a.ul:visited, a.ul:hover, a.ul:active { text-decoration: underline }

#start  { font-size: 20px; font-family: Arial;  letter-spacing: -1px;}

.xsmall {font-size: 8px }
.small {font-size: 10px }
.normal {font-size: 13px}
.subheading {font-size: 14px}
.heading {font-size: 18px; font-weight:bold }
.xbig {font-size: 20px}

.inputfield, .textbox {
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
color: $inputfield_text;
background-color: $inputfield_background;
font-size: 11px;
}
.btn {
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
color: $button_text;
background-color: $button_background;
width: 75px;
font-size: 11px;
}
.btn_nosize {
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
color: $button_text;
background-color: $button_background;
font-size: 11px;
}
