/* _css/basis.css */

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #A58E7C;
	background-image:  url(pic/cut.gif); 
	background-repeat:repeat-y;
    background-attachment:fixed;  
	background-color: #eeebe8;
	background-position: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* _____________________________________ Links _____________________________________ */
a {
	font-size: 10px;
	color: #00D2FF;
	text-transform:uppercase;
}
a:link {
	text-decoration: none;
	text-transform:uppercase;
}
a:visited {
	text-decoration: none;
	text-transform:uppercase;
	color: #00D2FF;
}
a:hover {
	text-decoration: none;
	text-transform:uppercase;
	color:#eeebe8; 
	background-color:#00D2FF;
}
a:active {
	text-decoration: none;
	text-transform:uppercase;
	color: #00D2FF;
}

/* _____________________________________ liveactnav _____________________________________ */

a.sub {
	font-size: 10px;
	color: #DE0DAD;
	text-transform:uppercase;
}
a:link.sub {
	text-decoration: none;
	text-transform:uppercase;
}
a:visited.sub {
	text-decoration: none;
	text-transform:uppercase;
	color: #DE0DAD;
}
a:hover.sub {
	text-decoration: none;
	text-transform:uppercase;
	color:#eeebe8; 
	background-color:#DE0DAD;
}
a:active.sub {
	text-decoration: none;
	text-transform:uppercase;
	color: #DE0DAD;
}


a.display2 {
	font-size: 10px;
	color: #d7d0ca;
	text-transform:uppercase;
}
a:link.display2 {
	text-decoration: none;
	color: #d7d0ca;
	text-transform:uppercase;
}
a:visited.display2 {
	text-decoration: none;
	text-transform:uppercase;
	color: #d7d0ca;
}
a:hover.display2 {
	text-decoration: underline;
	text-transform:uppercase;
	color:#d7d0ca; 
	background-color:#d7d0ca;
}
a:active.display2 {
	text-decoration: none;
	text-transform:uppercase;
	color: #EEEBE8;
}

/* _____________________________________ header _____________________________________ */
h1 { font-size:10px; color:#FFFFFF; }
h2 { font-size:10px; text-transform:uppercase; }
h3 { font-size:10px; text-decoration:underline; }
h4 { font-size:13px; }
h5 { font-size:11px; }
h6 { font-size:12px; }



.extra { color:#eeebe8; background-color:#DE0DAD; }
.extra2 { color:#eeebe8; background-color:#00D2FF; }
.extra3 { color:#00D2FF; background-color:#FFFFFF; }
.extra4 { color:#DE0DAD; background-color:#FFFFFF; }
.extra5 { color:#eeebe8; background-color:#DE0DAD; font-weight:light;}
.extra6 { color:#eeebe8; background-color:#00D2FF; font-weight:light;}
.extra7 { color:#00D2FF; background-color:#FFFFFF; font-weight:light;}
.extra8 { color:#DE0DAD; background-color:#FFFFFF; font-weight:light;}



/* _____________________________________ images _____________________________________ */


#bgir {
	background-image: url(pic/cut_re.gif);
	background-repeat: repeat-y;
	background-position:right top;
	margin: 0; 
 	padding: 0;
}
.bgir {
	background-image: url(pic/cut_re.gif);
	background-repeat: repeat-y;
	background-position:right top;
	margin: 0; 
 	padding: 0;
}
#logo
	{
	position:absolute;
	bottom:30px;
	left: 60px;
	width: 172px;
	height: 78px;
	z-index: 12;
	overflow: visible;
	visibility: visible;
}
#logo[id] {
  position:fixed;
}
#display
	{
	position:absolute;
	top:200px;
	left: 10px;
	width: 296px;
	height: 242px;
	z-index: 15;
	visibility: visible;
	overflow: visible;
	background-color:#d7d0ca;
}
#display[id] {
  position:fixed;
}

/* _____________________________________ menu _____________________________________ */

#halter
	{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 20;
	overflow: visible;
	width: 280px;
	visibility: visible;
}
#halter[id] {
  position:fixed;
}
/* _____________________________________ content _____________________________________ */

#content
{
	background-image: url(pic/cut_re.gif);
	background-repeat: repeat-y;
	background-position:right top;
	POSITION: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 600px;
	z-index: 1;
	overflow: visible;
	visibility: visible;
}
/* _____________________________________ zellformatierung _____________________________________ */

#spaceright2
{
	padding-right:35px;
	vertical-align:middle;
	height: 100px;
	
	
}

#spaceright
{
	padding-right:60px;
}
/* _____________________________________ form-atierung _____________________________________ */
select {

	font-family:Verdana,Tahoma,sans-serif;
	font-size: 10px;
	color: #145753;
	background-color: #FFFFFF;
	border: thin dotted #145753;
	list-style-position: inside;
	list-style-type: disc;
	width: 300px;
}

input {

	font-family:Verdana,Tahoma,sans-serif;
	font-size: 8pt;
	color: #A58E7C;
	width: 200px;
}

.input2 {

	font-family:Verdana,Tahoma,sans-serif;
	font-size: 8pt;
	color: #A58E7C;
	width: 15px;

}

.input3 {

	font-family:Verdana,Tahoma,sans-serif;
	font-size: 8pt;
	color: #3333CC;
	width: 300px;

}
textarea {

	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: #3333CC;
	width: 300px;

}
INPUT.login {
	WIDTH: 90px; 
	BORDER-TOP-WIDTH: 1px; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 10px; 
	BORDER-LEFT-COLOR: #cccccc; 
	BORDER-BOTTOM-WIDTH: 0px; 
	COLOR: #333333; 
	BORDER-TOP-COLOR: #cccccc; 
	FONT-FAMILY: Arial,sans-serif;
	BACKGROUND-COLOR: #E8E4D9; 
	BORDER-RIGHT-WIDTH: 0px; 
}
