@charset "UTF-8";

* { margin:0; padding: 0 }

* html body * { overflow:visible }

html { height: 100% }

body {
    min-height: 101%;
    font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;	
	/* Vorgabe der Standardfarben und Textausrichtung */
    color: #363b31;
    background: #fff url(../images/bg_body.png);
    text-align: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #363b31;
	text-decoration: underline;
}

a img {
	border: 0;
}

form {
	background-color: transparent;
}

/*------------------------------------------------------------------------------------------------------*/

#outer {
	position: relative;
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
	width: 953px;
	border: 0px solid #0ff;
	background-color: #fff;
}

#header {
	position: relative;
	height: 331px;
}

#rootline {
	position: relative;
	height: 23px;
	font-size: 10px;
	padding: 24px 0 0 214px;
}

#col_content {
	position: relative;
	display: block;
}

#logo {
	position: relative;
	float: left;
	width: 343px;
	height: 60px;
}

#metanav {
	position: relative;
	width: 475px;
	height: 60px;
	float: right;
	margin: 0;
}

#mainnav {
	position: relative;
	height: 30px;
	margin: 0 0 2px 0;
}

#header_img {
	position: relative;
	float: left;
	width: 762px;
	height: 240px;
}

#stripes {
	position: relative;
	float: left;
	margin: 0 0 0 2px;
	width: 189px;
	height: 240px;
}

#big_left_content {
	position: relative;
	float: left;
	margin: 0 24px 0 0;
	width: 738px;
	min-height: 300px;
}

#subnav {
	position: relative;
	float: left;
	margin: 0 25px 0 0;
	width: 189px;
	min-height: 300px;
}

#content_left {
	position: relative;
	float: left;
	width: 525px;
	min-height: 300px;
	margin: 0 24px 0 0;
}

#content_right {
	position: relative;
	float: left;
	width: 189px;
}

#search {
	border: 1px solid #C5C7C8;
	height: 28px;
}

#min_height {
	position: relative;
	float: left;
	width: 1px;
	height: 300px;
}
	

/*------------------------------------------------------------------------------------------------------*/

/*--begin---formatierungen für das logo und headerbild---*/
#logo img {
}

#logo_fmghs img {
	margin-top: 15px;
	float: right;
	border: 0;
}

#logo_fmghs img.logo_hs_klein {
	margin-right: 25px;
}
/*--end-----formatierungen für das logo und headerbild---*/


/*--begin---formatierungen für das mainmenü---*/
#mainnav ul {
	list-style-type: none;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	display: block;
	height: 28px;
	width: 187px;
	float: left;
	color: #fff;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #363b31;
	background-color: #363b31;
}

#mainnav ul li.last a {
	margin-right: 0px;
}

#mainnav ul li a:hover, #mainnav ul li.current a {
	color: #363b31;
	background-color: #fff;
	border: 1px solid #b1b5ac;	
}
/*--end-----formatierungen für das mainmenü---*/


/*--begin---formatierungen für die zweite menuebene---*/
#subnav ul {
	list-style-type: none;
}

#subnav ul li {
	line-height: 14px;
}

/*-----------------erste subebene--------------------*/

#subnav ul li a {
	display: block;
	height: 22px;
	width: 168px;
	color: #fff;
	margin-bottom: 2px;
	padding: 6px 0 0 19px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #363b31;
	background-color: #363b31;
}

#subnav ul li a:hover, #subnav ul li.current a {
	color: #363b31;
	background-color: #fff;
	border: 1px solid #b1b5ac;	
}

#subnav ul li.two_line a {
	height: 28px;
	padding: 0px 0 0 19px;
}

/*-----------------zweite subebene--------------------*/

#subnav ul li ul li a, #subnav ul li.current ul li a {
	height: auto;
	width: 168px;
	color: #b1b5ac;
	margin: 0 0 2px 19px;
	padding: 6px 0;
	font-weight: normal;
	border: none;
	border-top: 1px solid #b1b5ac;
	background-color: #fff;
	text-transform: none;
}

#subnav ul li ul li a:hover, #subnav ul li ul li.current a {
	color: #363b31;
	border: none;
	border-top: 1px solid #b1b5ac;
}

#subnav ul li ul li.first a, #subnav ul li.current ul li.first a, #subnav ul li ul li.first a:hover, #subnav ul li.current ul li.first a:hover {
	border: none;
}

/*-----------------dritte subebene--------------------*/

#subnav ul li ul li ul {
	margin: 0 0 0 19px;
	border-top: 1px solid #363b31;
}

#subnav ul li ul li ul li a, #subnav ul li.current ul li ul li a, #subnav ul li.current ul li.current ul li a {
	width: 149px;
	color: #b1b5ac;
	margin: 0 0 2px 19px;
	border-top: 1px solid #b1b5ac;
	text-transform: none;
}

#subnav ul li ul li ul li a:hover,#subnav ul li.current ul li ul li a:hover,#subnav ul li.current ul li.current ul li a:hover, #subnav ul li.current ul li.current ul li.current a {
	color: #363b31;
	border-top: 1px solid #b1b5ac;
}

#subnav ul li.current ul li.current ul li.current a {
	color: #363b31;
	padding-left:8px;
	width: 141px;
	background: url(../images/bg_subnav_3.png) 0 17px no-repeat;
}

#subnav ul li ul li ul li.first a, #subnav ul li.current ul li.current ul li.first a {
	border: none;
}
/*--end-----formatierungen für die zweite menuebene----*/


/*--begin---formatierungen für das metamenü---*/
#metanav ul {
	list-style-type: none;
	float: right;
}

#metanav ul li {
	float: left;
	border-right: 1px solid #b1b5ac;
	padding-right: 10px;
	margin-right: 10px;
	height: 12px;
}

#metanav ul li a {
	display: block;
	height: 12px;
	float: left;
	color: #b1b5ac;
	font-weight: normal;
	text-decoration: none;
	line-height: 12px;
	font-size: 11px;
}

#metanav ul li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

#metanav ul li a:hover, #metanav ul li.current a {
	color: #363b31;
}
/*--end-----formatierungen für das metamenü---*/


/*--begin---formatierungen für das rootlinemenü---*/

#rootline a {
	text-decoration: none;
}

#rootline a:hover {
	text-decoration: underline;
}

/*--end---formatierungen für das rootlinemenü---*/


/*--begin---formatierungen für die startseite---*/

.start_news {
	width: 220px;
	height: 251px;
	float: left;
	margin: 5px 9px 0 0;
	padding: 10px;
	background-color: #E3E4E5;
	border-top: 3px solid #363b31;
	line-height: 21px;
}

#big_left_content .last {
	margin-right: 0;
}

.news_img img {
	margin-bottom: 10px;
}

.start_news .headline_sn {
	background: url(../images/bg_news_start.png) 0 5px no-repeat; 
	padding: 0 0 9px 20px;
	margin-bottom: 9px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

/*--end---formatierungen für die startseite---*/


/*--begin---formatierungen für die suche---*/

.suche {
	border: none;
	border: 0px;
	color: #666666;
	font-size: 10px;
	float: left;
	height: 20px;
	margin: 7px 0 0 20px;
	width: 130px;
	top: 0;
}

.submit {
	background: none;
	border: none;
	margin: 3px 0 0 0;
}

.submit:hover {
	cursor: pointer;
}

/*--end-----formatierungen für die suche---*/


/*--begin---formatierungen für die news---*/

#news {
	margin: 2px 0 0 0;
}

#news .news_header {
	background-color: #b1b3b4;
	height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 0 20px;
}

#news .news_item {
	background-color: #e3e4e5;
	border-top: 1px solid #fff;
	padding: 15px 20px;
	line-height: 15px;
}

#news .title, #news .news_item a {
	font-weight: bold;
}

/*--end-----formatierungen für die news---*/



/*--begin---allgemeine formatierungen---*/

h1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 4px 0 3px 0;
	margin: 0 0 22px 0;
	border-top: 1px solid #b1b5ac;
	border-bottom: 1px solid #b1b5ac;
}

h2 {
	background: url(../images/bg_h2.png) 0 5px no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}

h3 {
	background: url(../images/bg_h2.png) 0 5px no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

hr {
	height: 1px;
	color: #b2b2b2;
	background-color: #B1B5AC;
	border: none;
	margin: 0 0 10px 0;
}

#news hr {
	margin-bottom: 0;
}

br {
	line-height: 12px;
}

.logo_hs {
	margin: 20px 0;
}

#content_left ul, ol, #big_left_content ul {
	margin: 0 0 12px 15px;
}

#content_left ul li, #big_left_content ul li {
	margin-bottom: 7px;
	line-height: 16px;
}

#content_left p, #big_left_content p {
	margin-bottom: 10px;
}

#content_left .tx-indexedsearch-redMarkup {
	color: #EC7304;
}

#content_left .tx-indexedsearch-secHead .tx-indexedsearch-title, #content_left .tx-indexedsearch-result-count {
	background-color: #B1B3B4;
	font-weight: bold;
}

#content_left .tx-indexedsearch-info {
	background-color: #E3E4E5;
}

#content_left .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead .tx-indexedsearch-title {
	padding-left: 18px;
}

#content_left .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead .tx-indexedsearch-result-count {
	padding-right: 10px;
} 

#content_left .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead td {
	vertical-align: middle;
	padding: 3px 0;
}

#content .tx-indexedsearch-sw {
	color: #EC7304;
}

#big_left_content div.int_text p:first-letter {
	display: block;
	float: left;
	margin-top: 5px;
	padding-right: 2px;
	font-size: 38px;
}

.clear {
	margin: 0;
	padding: 0;
	clear: left;
	height: 0;
	line-height: 0;
}

.news-single-item h3 {
	background: none;
	text-transform: none;
	font-size: 12px;
	padding: 0;
	margin-bottom: 15px;
}

#content_left .news-single-item p {
	margin: 0;
	padding: 0;
}

/*--end-----allgemeine formatierungen---*/

