/* CSS Document */
/****************************************************************************/
/*TopMenu*/
.menuButton {
	width:132px;
	background-image: url("./../images/MenuButton.gif");
	background-repeat:no-repeat;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border-bottom-color:#666;
 	border-bottom-style:solid;
	border-width:1px;
}
/****************************************************************************/
/*TopBlauerKasten*/
.blueLeft{
	background-image: url("./../images/blueLeft.gif");
	width:9px;
}
.blueRight{
	background-image: url("./../images/blueRight.gif");
	width:9px;
}
.blueCenter{
	background-image: url("./../images/blueCenter.gif");
}

/****************************************************************************/
/*Content HellBlauerKasten*/
.lightblueLeft{
	background-image: url("./../images/lightblueLeft.gif");
	width:9px;
}
.lightblueRight{
	background-image: url("./../images/lightblueRight.gif");
	width:9px;
}
.lightblueCenter{
	background-image: url("./../images/lightblueCenter.gif");
}
.middleLeft{
	border-left-color:#666;
 	border-left-style:solid;
	border-width:1px;
}
.middleRight{
	border-right-color:#666;
 	border-right-style:solid;
	border-width:1px;
}
.cornerLeft{
	background-image: url("./../images/cornerLeft.gif");
	background-repeat:no-repeat;
	width:9px;
	
}
.cornerRight{
	background-image: url("./../images/cornerRight.gif");
	background-repeat:no-repeat;
	width:9px;
	
}
.bottom{
	background-image: url("./../images/bottom.gif");
}
/****************************************************************************/
/*Content GrünerKasten*/
.greenLeft{
	background-image: url("./../images/greenLeft.gif");
	width:9px;
}
.greenRight{
	background-image: url("./../images/greenRight.gif");
	width:9px;
}
.greenCenter{
	background-image: url("./../images/greenCenter.gif");
}
/****************************************************************************/
/* links */
a,a:link,a:visited,a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#FDAE1E;
}

a.white:link,a.white:visited,a.white:hover,a.white:active
 {
    font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration:underline;
 }

a.white:hover
{
	text-decoration: none;
	
}

a.blue:link,a.blue:visited,a.blue:hover,a.blue:active
 {
    font-size: 11px;
	font-weight: bold;
	color: #57AEC9;
	text-decoration:none;
 }

a.blue:hover
{
	text-decoration: underline;
	color:#FDAE1E;
}

a.black:link,a.black:visited,a.black:hover,a.black:active
 {
    font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration:underline;
 }

a.black:hover
{
	text-decoration: underline;
}
/****************************************************************************/
/*fonts*/
.whiteFont,.whiteFontsCaps{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.whiteFont {
	font-size: 12px;
	color: #FFFFFF;
}
.whiteFontCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
}
.Boxcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:10px;
}
/****************************************************************************/
/*sonstiges*/
.point{
	background-image: url("./../images/point.gif");
	background-repeat:no-repeat;
	}
.verticalLine{
	background-image: url("./../images/verticalDot.gif");
	background-repeat:repeat-y;
	}
.horizontalLine{
	background-image: url("./../images/horizontalDot.gif");
	background-repeat:repeat-x;
	}
li {
	list-style-image: url("./../images/listpoint.gif");
	list-style-position:outside;
}

input, select {
	font-size:12px;
}

.adsense {
	border: dashed 1px #666666;
	padding: 7;
}

/****************************************************************************/
/* CSS Stile ab v1.4.1 */

legend {
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}

fieldset {
	border:1px solid #cdcdcd;
	padding:12px;
}

.error {
	color:#990000;
    background-color:#FFFFE1;
    border:1px dashed #990000;
    margin-top:25px;
	margin-bottom:25px;
   	font-weight:bold;
}

.addform_titel {
	font-weight:bold;
	margin-bottom:5px;
}
