/*_________________________________________________________________FARBEN 
#FABB00 	HKS 05 K
#FF9900		Roteres HKS 05 K, Rollover-Farbe
#404040		Grau mit 25% Helligkeit, Standardschriftfarbe 
#CCCCCC		Grau mit 80% Helligkeit, u.a. Jahreszahlen im Archiv
#808080 	Grau mit 50% Helligkeit, Überschrift der Artikel
*/ 

#container {
	width: 750px;  
	margin: 0 auto;
	text-align: left;
}

/*_________________________________________________________________HEADER */
#header{
	background: url(../img/header_bg_1.png) no-repeat;
	width: 750px;
	height: 130px;
	overflow: hidden;
}

#header .cupLink {
  margin-left: 540px;
  width: 160px;
  height: 130px;
}

#header .cupLink_SelectArea {
  width: 160px;
  height: 130px;
}


/*_________________________________________________________________LAYOUT */
#content{
	background: #FFF url(../img/content_bg_dotted.gif) repeat-y;
	text-align: left;
	width: 750px;
}

#left_column_container {
	background: url(../img/header_bg_2.png) no-repeat top right;
	width: 540px;
	float: left;
}

#left_column {
	width: 490px;
	margin-top: 35px;
	margin-left: 30px;
}

#left_column p {
	margin: 10px 0 5px 0;
}

#right_column_container {
	float: left;
	background: url(../img/header_bg_3.png) no-repeat top left;
	width: 210px;
}

#right_column_container .cupLink {
  margin-left: 0;
  width: 160px;
  height: 30px;
}

#right_column_container .cupLink_SelectArea {
  width: 160px;
  height: 30px;
}

#right_column {
	margin-top: 64px;
	overflow: visible;
	margin-left: 20px;
	width: 160px;
}

#column_clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}

/*_________________________________________________________________FOOTER */
#footer{
	height: 30px;
	background: url(../img/footer_bg.png) no-repeat top;
	margin-bottom: 20px;
}

.bottom {
	background: #FFF url(../img/content_bg.gif) repeat-y;
	padding: 10px 30px 0 30px;
	color: #CCC;
	
}

.footertext {
	text-align: center;
}

/*_________________________________________________________________OPTIONEN AUF DER STARTSEITE */
#options {
	text-align: center;
	height: 30px;
}

#options img {
	display: inline;
	margin: 0 5px;
}

/*__________________________________________________________________ZENTRAL */

.dottedLine {
	background: url(../img/dottedLine.gif) center repeat-x;
	height: 20px;
}

.dottedLine_50 {
	background: url(../img/dottedLine.gif) center repeat-x;
	height: 50px;
}

.solidLine_50 {
	font-size: 1px;
	height: 2px;
	background-color: #e5e5e5;
	margin-bottom: 48px;
}

.heading {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 4px;
	text-align: center;
}

.input_submit {
	margin: 10px auto;
	width: 160px;
	height: 30px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	border: 0;
	color: #FFF;
	text-align: center;
	background: #fabb00 url(../img/button_bg.png);
}

.system_message {
	font-style: italic;
	text-align: center;
}

.caption {
	text-align: center;
	font-style: italic;
}

a.orange_button {
	color: #FFF !important;
	text-decoration: none !important;
}
	

.orange_button {
	display: block;
	margin: 10px auto;
	width: 160px;
	height: 30px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	border: 0;
	color: #FFF;
	text-align: center;
	background: #fabb00 url(../img/button_bg.png);
	padding-top: 7px; 
	height: 23px;
}

