/* startpage.css - contains all definitions specific for the start page  */


div.Column2_1,
div.Column2_2 {
	float: left;
	width: 48%;
	margin: 0;
	padding: 0;
	min-height: 92px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 92px;
}
div.Column2_1 {
	margin-right: 12px;
	clear:both;
}
div.Column2_1 h1, 
div.Column2_2 h1 {
	font-size: 109.66%;
	color: #253E67;
	padding: 3px 6px 3px 19px;
	margin: 0;
	background: url('../img/arrow_start.gif') no-repeat 10px 50% #E3E6F4;
}

#content_left {
	text-align:left;
	width: 580px;
	float: left;
	margin: 0;
	padding: 7px 0px 0 12px;
	font-size: 0.6875em; /* 16px * 0.6875 = 11px */
	/*background-color: #FFEEFF;*/
	border-right: 1px dotted #ABABAB;
}

#content_left h2,
#content_left h2 a{
	color: #FF8800;
}

#content_left h2 a:hover{
	color: #253E67;
}

.csc-textpic,
.csc-textpic-intext-left,
.csc-textpic-imagewrap,
.csc-textpic-image,
.csc-textpic-firstcol,
.csc-textpic-lastcol {
	margin: 0;
	padding: 0;
}
.csc-textpic-intext-left .csc-textpic-image {
	padding: 2px 0 0 0;
}

div.Column2_1 .csc-textpic-intext-left p.bodytext,
div.Column2_2 .csc-textpic-intext-left p.bodytext {
	padding-top: 8px;
}

.csc-textpic-above p.bodytext{
	padding: 4px 6px 0 8px;
}
.csc-textpic-caption{
	display: none;
}

	
/*  ------------------------------- RIGHT SIDE --------------- */


#content_right {
	width: 259px;
	padding-left: 12px;
	/*border: 1px solid red;*/
	/*background-color: #FFEEEE;*/
	/*border-left: 1px solid dotted #ABABAB;*/
}

#content_right h1,
#content_right h5,
#content_right p,
#news_list{
        width: 249px;
}
#content_right table {
        width: 259px;
}
#content_right table p.bodytext {
	width: 230px;
}

#search_box {
	width: 259px;
}

#search_box p{
	width: auto;
}

#content_right h1 {
	background: none;
	color: #AFAFAF;
	font-size: 108.33%;
	font-weight: bold;
}

#content_right h6{
	padding: 3px 5px 3px 5px;
	background-color: #e1edf2;
	border-bottom: 2px white solid;
	margin: 0;
	font-size: 1em;
	/* for h1: (was already standard for h5)*/
	font-weight: normal;
	color: #777;
}
hr.clean{
	font-size: 2px;
	clear: both;
	display: block; 
  	visibility: hidden;	
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	display: none;
}

/*------------------------------------- home information ueberschrift */

div.Column2_2 h1.ohne_pfeil{
	background:none;
	background-color: #E3E6F4;
	color:#253E67;
	font-size:109.66%;
	margin:0pt;
	padding:3px 6px 3px 10px;
}