/* *************************************************/
/*
/*		Farbe des Mouseovers
/*
/* *************************************************/

.over_link:active {
 COLOR: #DE1616; 
 TEXT-DECORATION: none;
}
.over_link:hover {
 color: #DE1616; 
 text-decoration: none;
}

/* ***** ***** **** **** **** **** **** **** **** **** ****/
/*
/*	Aeusseres Geruest
/*
/* ***** ***** **** **** **** **** **** **** **** **** ****/

.topSpacer {
	height:98px;
}
.topSpacerMid{
	background-color:#CCCBA3;
}
.indexMidLeft{
	background:url("../pix/Seitenelemente/enterLeftTop.jpg");
	background-repeat: no-repeat;
	height:341px;
	width:354px;
}
.indexMidRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#979797;
	vertical-align:top;
	padding: 35px 70px 15px 55px;
}
.indexBottomLeft{
	background:url("../pix/Seitenelemente/enterLeftBottom.jpg") ;
	background-repeat: no-repeat;
	padding:25px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	color:#DCDCC3;
	vertical-align:top;
	height:125px;
	width:519px;
}
.indexBottomRight{
	text-align:right;
	background:url("../pix/Seitenelemente/enterRight.jpg");
	background-repeat: no-repeat;
	padding:39px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#DCDCC3;
	height:125px;
	width:253px;
	vertical-align:top;
}
.selectboxLanguage {
	width: 168px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#979797;
}
.menuePunkt{
	width: 168px;
	height:18px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#979797;
	background-color:#F4F4F4;
	text-decoration:none;
}

/* ***** ***** **** **** **** **** **** **** **** **** ****/
/*
/*	Schatten
/*
/* ***** ***** **** **** **** **** **** **** **** **** ****/

.topShadow {
	height:32px;
}
.midSchattenTop {
	vertical-align:top;
	background:url("../pix/Seitenelemente/midSchattenTop.gif");
	height:32px;
}
.leftSchattenTopE {
	background:url("../pix/Seitenelemente/leftSchattenTopE.gif");
	background-repeat: no-repeat;
	width:69px;
	height:62px;
}
.leftSchattenMidE {
	background:url("../pix/Seitenelemente/leftSchattenMidE.gif");
	background-repeat: repeat-y;
	width:69px;
}
.leftSchattenBottomE {
	background:url("../pix/Seitenelemente/leftSchattenBottomE.gif");
	background-repeat: no-repeat;
	width:69px;
}
.rightSchattenTopE {
	background:url("../pix/Seitenelemente/rightSchattenTopE.gif");
	background-repeat: no-repeat;
	width:29px;
	height:62px;
}
.rightSchattenMidE {
	background:url("../pix/Seitenelemente/rightSchattenMidE.gif");
	background-repeat: repeat-y;
	width:29px;
}
.rightSchattenBottomE {
	background:url("../pix/Seitenelemente/rightSchattenBottomE.gif");
	background-repeat: no-repeat;
	width:29px;
}

/* *************************************************/
/*
/*		Farbe der Textüberschriften
/*
/* *************************************************/

h1 {
	color:#DE1616;
}
h3 {
	color:#DE1616;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	padding:0px;
	margin:0px;
}

/* *************************************************/
/*
/*		Farbe der Texte im color-encoding
/*
/* *************************************************/

.enterLink {
	background-color:#DE1633;
	color: #fff;
	width: 168px;
	height:18px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	text-decoration:none;
}
.fontColor {
	color:#DE1616;
}
.fontStartseite {
	color:#979797;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9px;
	padding:0px;
	margin:0px;
	line-height:15px;
}
.fontStartseite a{
	color:#979797;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9px;
	padding:0px;
	margin:0px;
	text-decoration:none;
	line-height:15px;
}

/* *************************************************/
/*
/*		Farbe der Umrandung
/*
/* *************************************************/

.borderColor {
	border: 1px solid #FC7777;
}

/* *************************************************/
/*
/*		Hintergrundfarben
/*
/* *************************************************/

.background-color_F2F2F2 {
	background-color:#F2F2F2;
}
