::-moz-selection{
	background:#cc0000;
	color:#fff;
}

::selection {
	background:#cc0000;
	color:#fff;
}

.img_headline {
	margin-bottom:10px;
	margin-top:10px;
}

.darkshade {
	background-color: #2A3B09;
}

#content {
	/* background-image: url(../images/content.jpg); */
	padding: 8px;
	padding-left: 80px;
	padding-right: 80px;
	
}

#left {
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-attachment; fixed;	
}

#right {
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-attachment; fixed;	
}

#header {
	width: 750px;
	height: 106px;
	background-image: url(images/header01.png);
	border: 1px solid #639212;
}

/* oldstuff */

.content {
	margin: 0 0 0 16px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 11px;
	width: 584px;
	height: 414px;
	overflow: auto;
	background-image: url(images/framework_11.jpg);
	background-repeat: repeat-y;
	background-attachment; fixed;
}

.newsheadline {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
	/* border: 1px solid #96F53F; */
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	background-color:#FCE442;
	padding: 2px 0px 2px 8px;
	background-image: url(../images/stripes.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	/* letter-spacing: 0.1em; */
	margin-bottom: 3px;
}

.newscontent {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding:2px 8px 8px 8px;
  background-color:#D0981D;
  margin-bottom:6px;
}

.rounded {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom:6px;
}

input, textarea {
	color: #000000;
	border: 0px;
	border-bottom: 1px solid #FCE442;
	background-color: transparent;
	background-image: url(../images/input_background.jpg);
	padding: 2px;
}

input:hover {
	border-bottom: 1px solid #ffffff;
}

textarea {
	border: 1px solid #FCE442;
}

textarea:hover {
	border: 1px solid #ffffff;
}

.button {
	border: 1px solid #FCE442;
	color: #000000;
	background-color: #FCE442;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

.button:hover {
	border: 1px solid #FCE442;
	color: #FCE442;
	background-color: #000000;
}

.alert {
	color: ffffff;
	padding: 10px;
	background-color: red;
	margin-bottom: 30px;
}

.success {
	color: #ffffff;
	padding: 10px;
	background-color: green;
	margin-bottom: 30px;
}

body {
	font-size: 12px;
	text-align: center;	
	font-family: Arial, Arial;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 4px;
	background-repeat:no-repeat;
	background-color: #000000;
/*	color: #639212; */
	color: black;
	text-align:center;

	scrollbar-arrow-color: #86C618; /*Pfeil*/
	scrollbar-base-color: #000; /*Rand und 50% Hintergrund auf Leiste*/
	scrollbar-face-color: #000; /*Button und 50% Hintergrund auf Leiste*/
	scrollbar-highlight-color: #86C618; /*Rand links-oben*/
	scrollbar-shadow-color: #639212; /*Rand unten-rechts*/
	scrollbar-darkshadow-color: #000; /*rechts aussen */
	scrollbar-3dlight-color: #000; /* links aussen */
}

a {
	font-weight: bold;
}
a:link { color:#FCE442;  text-decoration:underline }
a:visited { color:#FCE442; text-decoration:underline }
a:active { color:#FCE442; text-decoration:underline }
a:hover { color:#FCE442; text-decoration:underline;}

h1,h2,h3,h4 {
	padding-left: 28px;
	
	margin-left: -10px;
	margin-right: -10px;

	color: #9AE64E;
	display: block;
	clear: both;  
	font-weight: bold;
	font-size: 0.8em;
	text-transform: none;
	border-bottom: 2px dotted #9AE64E;    
	letter-spacing: 0.2em;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	letter-height: 120%;
/*	letter-spacing: 0.2em;	*/
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-indent: 12px;
	border-bottom: 1px dotted #639212;    
}

h3 {
	font-size: 12px;
	font-weight: bold;
/*	font-style: italic;	*/
	text-indent: 24px;
	border-bottom: 0px dotted #639212;    
}

img {
	border: 0;
}

img.border {
	border: 1px solid #639212;
}

ul {
	list-style-image: url(images/li_flash1.gif);
}

ul,ol {
	margin: 0px;
}

td {
	vertical-align: top;
}

div,p,li,td,input,textarea {
	font-size: 12px;
	line-height: 1.4em;
}

li {
	margin-bottom: 0px;
	margin-left: 20px;
}

#frame {
	width: 690px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.indent {
	margin-left: 24px;
	margin-right: 24px;
}

.int_f {
	margin-left: 24px;
	margin-right: 50px;
	font-style: italic;
	color: #00C148;
}

.int_a {
	margin-left: 24px;
	margin-right: 50px;
	font-style: normal;
	color: #e0e0e0;
}

.sub_navi {
	color: #009136;
	margin-top: -10px;
	font-size: 10px;
}

.top {
	color: #9C605F;
	font-size: 10px;
	text-align: right;
	margin-right: 28px;
}

#footer {
	text-align: left;
	font-size: 12px;
}

#navi {
/*	border-bottom: 1px solid #AAA;    */
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

