@charset "utf-8";
/* CSS Document */
/* rasterwert 70px */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #efefef;
}

.clear {
	clear: both;
}

#body_all {
	width: 980px;
		margin: 0 auto;
}

#header {
	width: 980px;
	height: 70px;
	background-color: #fff;
	background-image: url(../images/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

#content_all {
	text-align: left;
	width: 980px;
	min-height: 560px;
	background-image: url(../images/bg_all.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

* html #content_all {
	height: 560px;
}

#left_box {
	width: 208px;
	float: left;
}


/*********** menu begin ****************/
#menu {
	line-height: 20px;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/* level 1 */
.menu1-level1-no {
	padding: 2px 0px 2px 10px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	border-bottom: 1px solid #fff;
}

.menu1-level1-act {
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	border-bottom: 1px solid #fff;
	background-color: #a0c71e;		
}


.menu1-level1-no a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000;		
}

.menu1-level1-no a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;		
}

.menu1-level1-no a:hover {	
	color: #859c3a;
	text-decoration: underline;
	/*font-weight: bold;*/	
}

.menu1-level1-act a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;	
}

.menu1-level1-act a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;	
}

.menu1-level1-act a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;	
}


/* level 2 */

.menu1-level2-no {
	color: #333;
	font-size: 12px;
	padding: 4px 20px 4px 20px;	
	line-height: 18px;
	border-top: 1px dotted #ccc;		
	/*text-transform: none;
	background-color: #e3e2f0;*/	
}

.menu1-level2-act {	
	color: #333;
	font-size: 12px;
	padding: 4px 20px 4px 20px;	
	text-transform: none;
	line-height: 18px;	
	border-top: 1px dotted #ccc;
	/*font-weight: bold;
	background-color: #e3e2f0;*/	
}

.menu1-level2-no a:link {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.menu1-level2-no a:visited {
	text-decoration: none;
	color: #666;	
	font-weight: normal;		
}

.menu1-level2-no a:hover {
	color: #ad102b;
	text-decoration: underline;
	font-weight: normal;	
}

.menu1-level2-act a:link {	
	color: #ad102b;
	text-decoration: none;
	font-weight: bold;		
}

.menu1-level2-act a:visited {
	color: #ad102b;
	text-decoration: none;	
	font-weight: bold;			
}

.menu1-level2-act a:hover {
	color: #ad102b;
	text-decoration: underline;
}



/* level 3 */
.menu1-level3-no {
	color: #333;
	font-size: 12px;
	padding: 2px 20px 2px 40px;
	line-height: 16px;		
	/*padding-left: 8px;
	text-transform: none;
	background-color: #e3e2f0;*/
}

.menu1-level3-act {
	color: #ad102b;
	font-size: 12px;
	padding: 2px 20px 2px 40px;	
	font-weight: normal;	
	line-height: 16px;
	/*padding-left: 5px;	
	text-transform: none;
	background-color: #bfa9d4;
	border-left: 3px solid #bfa9da;*/
}

.menu1-level3-no a:link {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.menu1-level3-no a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;		
}

.menu1-level3-no a:hover {
	color: #ad102b;
	text-decoration: underline;
	font-weight: normal;	
}

.menu1-level3-act a:link {
	color: #ad102b;
	text-decoration: underline;
	font-weight: bold;
		
}

.menu1-level3-act a:visited {
	color: #ad102b;
	text-decoration: underline;
	font-weight: bold;		
}

.menu1-level3-act a:hover {
	color: #ad102b;
	text-decoration: none;
}


/* level 4 */
.menu1-level4-no {
	color: #666;
	font-size: 12px;
	padding: 2px 0px 2px 65px;	
	line-height: 16px;	
	/*padding-left: 8px;
	text-transform: none;
	background-color: #e3e2f0;*/
}

.menu1-level4-act {
	color: #562381;
	font-size: 12px;
	padding: 2px 0px 2px 65px;	
	font-weight: normal;	
	line-height: 16px;	
	/*padding-left: 5px;	
	text-transform: none;
	background-color: #bfa9d4;
	border-left: 3px solid #bfa9da;*/
}

.menu1-level4-no a:link {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.menu1-level4-no a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;		
}

.menu1-level4-no a:hover {
	color: #562381;
	text-decoration: underline;
	font-weight: normal;	
}

.menu1-level4-act a:link {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
		
}

.menu1-level4-act a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;		
}

.menu1-level4-act a:hover {
	color: #562381;
	text-decoration: none;
}

/*********** menu end ***************/

#content_box {
	width: 560px;
	float: left;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;	
}

/* start begin */
#content_start_box {
	width: 560px;
	float: left;

}

#content_start_left {
	float: left;
	width: 200px;
	padding: 2px 2px 0px 0px;
}

#content_start_right {
	float: left;
	width: 358px;	
    padding: 2px 0px 0px 0px;	
}
/* start end */

#keyvisual {
	width: 560px;
	height: 140px;
	/*background-image: url(../images/dummy.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/	
}

#keyvisual_edu {
	width: 560px;
	height: 140px;
	background-image: url(../images/fb.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}

#content {
	width: 560px;
	min-height: 420px;
	padding: 2px 0px 30px 0px;
}

* html #content {
  	width: 560px; 
	height: 420px;
}

#content_edu {
	width: 750px;
	min-height: 420px;
	/*padding: 10px 10px 30px 10px;*/
	padding: 0px;
}

* html #content_edu {
	height: 420px;
}

#right_box {
	width: 208px;
	float: left;
}

#content_right, #content_right2 {
	padding: 2px 0px 0px 0px;
}

#right_box_edu {
	width: 198px;
	float: left;
	padding: 5px;
}

#content_border {

}

#logo {
	width: 208px;
	height: 70px;
	background-image: url(../../images/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

#logo_edu {
	width: 208px;
	height: 140px;
	background-image: url(../../images/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

#footer {
	width: 760px;
	height: 20px;
	background-color: #a02031;
	color: #fff;
	text-align: left;
	padding: 4px 0px 0px 220px;	
}

* html #footer {
	width: 980px;
}

#footer a {
	color: #fff;
}

/************************* edu **************************/
.clTitel { }


.news-single-item p {
	padding: 0px 10px 0px 10px;
}

.tx-indexedsearch {
	padding: 0px 10px 0px 10px;
}
