@charset "UTF-8";
html {
	height: 100%;
}
body {
	background-color: #3b99b3;
	background-image: url(/img/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.hidden {
	display: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #9d285a;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

p {
	color: #000000;
	font-size: 12px;
	font-weight: regular;
	line-height: 16px;
}
a:link, a:visited, a:active, a:hover {
	color: #992758;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	overflow: show;
	padding-top: 30px;
}
#header {
	height: 270px;
	overflow: hidden;
	background: #fff;
}
#hdr_links {
	background-color: #FFFFFF;
	height: 250px;
	width: 270px;
	float: left;
	padding: 10px;
	overflow: hidden;
}
#hdr_logo {
	height: 69px;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-image: url(/img/pic_gcm_logo.gif);
	overflow: hidden;
}
#hdr_logo a {
	display: block;
	height: 69px;
	width: 270px;
}
#hdr_nav {
	float: left;
	height: 190px;
	width: 270px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#hdr_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	width: 270px;
}
#hdr_nav ul.hdr_subnav {
	margin-top: 0px;
	margin-bottom: 5px;
}
#hdr_nav li.main {
	display: block;
	height: auto;
	padding: 0px;
	padding-left: 13px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 40px;
	background-image: url(/img/bullet_nav_off.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
#hdr_nav > ul > li.main {
	margin-top: 15px;
}
#hdr_nav li.sub {
	display: block;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
}
#hdr_nav li.cur {
	display: block;
}
#hdr_nav li.main a {
	display: block;
	color: #666666;
	text-decoration: none;
}
#hdr_nav li.sub a {
	color: #666666;
	font-weight: normal;
	text-transform: none;
}
#hdr_nav li.main a:hover, #hdr_nav li.main a.cur, #hdr_nav li.sub a:hover,  #hdr_nav a.cur:link,  #hdr_nav a.cur:visited,  #hdr_nav a.cur:active, #hdr_nav  a.cur:hover {
	color: #9d285a;
} 

#hdr_grafik {
	background: #FFFFFF url(/img/pic_header.jpg) 0px 5px no-repeat;
	height: 260px;
	width: 580px;
	float: right;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 0px;
	overflow: hidden;
}
#content {
	margin-top: 10px;
	position: relative;
	overflow: show;
}
#ct_main {
	float: left;
	width: 590px;
}
#ct_mainTop {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	overflow: show;
	min-height:450px;
}
#content_pictureBox {
	height: 101px;
}
#content_pictureBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content_pictureBox li {
	display: block;
	float: left;
	height: 101px;
	width: 101px;
	margin-right: 10px;
}
#pb_1 {
	background: #fff;
	/*background-image:  url(/img/pic_pBox_Dummy.jpg);*/
	background-repeat: no-repeat;
}
.ct_mehr {
	display: block;
	padding-left: 7px;
	background-image: url(/img/bullet_mehrCT.gif);
	background-repeat: no-repeat;
	line-height: 12px;
}
.ct_mehr a {
	color: #9D285A;
	text-decoration: none;
}
.ct_mehr a:hover {
	text-decoration: underline;
}
#ct_infoBoxen_unten {
	margin-top: 30px;
	overflow: show;
}
.infoBox_Links {
	width: 260px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a4a8a9;
	padding-right: 14px;
	float: left;
}
.infoBox_Rechts {
	float: right;
	width: 260px;
	padding-left: 15px;
}
.infoBox_header {
	font-size: 14px;
	font-weight: bold;
	color: #9D285A;
	margin-bottom: 5px;
}
.infoBox_hdr_grey {
	color: #333333;
}
#footer {
	text-align: center;
	height: 25px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #9D285A;
}
#ct_right {
	width: 290px;
	float: right;
}
#ct_rightTopbox {
	background-color: #edeceb;
	margin-bottom: 10px;
	border: 5px solid #FFFFFF;
}
#ct_rightTopbox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ct_rightTopbox li {
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 30px;
}
.lastBoxItem   {
	margin-bottom: 10px;
	background-color: #CC3366;
}
.rightbox_header {
	font-size: 12px;
	font-weight: bold;
	color: #9D285A;
	margin-top: 8px;
	margin-bottom: 8px;
}
.right_mehr {
	display: block;
	background-image: url(/img/bullet_mehrCT.gif);
	padding-left: 7px;
	background-repeat: no-repeat;
	line-height: 12px;
	margin-top: 5px;
}
.right_mehr a {
	color: #9D285A;
	text-decoration: none;
}
.right_mehr a:hover {
	text-decoration: underline;
}
#ct_rightLinkbox {
	background-color: #5B1332;
	background-image: url(/img/bg_linkbox.jpg);
	background-repeat: repeat-x;
	border: 5px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#ct_rightLinkbox a {
	color: #FFFFFF;
	text-decoration: none;
}
#ct_rightLinkbox a:hover {
	text-decoration: underline;
}

