/* content.css - contains all CSS Classes for content elements  */

.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
.clickenlarge a{
	background-image: none !important;
	padding-left: 0px !important;
	left: 5px !important;
	position: relative;
}
hr.clean {
	clear: both;
	width: 100%;
	color: white;
	display: block; 
  	visibility: hidden; 
}
h1.csc-firstHeader {
	font-size: 116.67%;
	color: #DD1738;
	padding: 0 0 2px 4px;
	margin-bottom: 20px;
}
#right_side h1.csc-firstHeader,
.Column2_1 h1.csc-firstHeader, 
.Column2_2 h1.csc-firstHeader {
	font-size: 100%;
	margin-bottom: 10px;

}

a.external-link-new-window {
	padding: 0 0 0 14px;
	background: url(../images/link_ext_pic.gif) 1px 2px no-repeat;
}
a.external-link-new-window:hover {
	background-image: url(../images/link_ext_pic_hover.gif);
}

/* ------------------------------------------------- right_side */

#right_side p.head {
	color: #FFFFFF;
	padding: 3px 4px 7px 4px;
}
#right_side p {
	padding: 5px 7px 5px 7px;
}
#right_side p.prep {
	font-weight: bold;
	border-bottom: 1px solid #d2ddde;
}


/* --------------------------------------------- MultiColumn Content */
.Column2_1 { 
	clear:both;
}
div.Column2_1,
div.Column2_2 {
	float: left;
	width: 49%;
}
div.Column2_1 {
	padding-right: 2%;
}

/* ------------------------  styles ------------*/

.description {
	text-align: right;
}

.info h1{
	background: url(../images/info.gif) top left no-repeat;
	padding-left: 20px;
}

.wizard {
	text-align: right;
	padding: 5px 0;
}

.wizard p {
	font-size:16px;
	color: white;
	font-weight:bold;
	display: inline;
	width: 30px;
	height:28px;
	text-align: center;
	padding: 5px 11px;
}

.wizard p.grey {
	background: url(../images/wizard_button_grey.jpg) top left no-repeat;
}
.wizard p.blue {
	background: url(../images/wizard_button_blue.jpg) top left no-repeat;
}
.wizard p.green {
	background: url(../images/wizard_button_green.jpg) top left no-repeat;
}
.message {
	background: url(../images/error.jpg) 3% 50% no-repeat #FFFFFF;
	padding: 17px 20px 19px 75px;
	margin: 15px 0;
}


/* --------------------------------------  Kontakt im Footer */
#footer p {
	padding-left: 50px;
	padding-top: 70px;
	font-size: 90%;
}



