/* Start of CMSMS style sheet 'Layout: inerleweber' */
* {
	margin:0;
	padding:0;
}
img {
	border: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background-color: #F5F5F5;
	color: #000066;
}
a:link, a:visited, a:active {
}
a:hover {
	text-decoration: none;
}


/*****************
basic layout 
*****************/
#maintab {
	width: 980px;
	text-align: left;
}
#head_cell {
	background-image: url(images/header980.jpg);
	background-repeat: no-repeat;
	background-position: 0 12px;
	vertical-align: top;
	height: 145px;
	font-size: 10px;
	color: #006696;
}

#left_cell {
	background-image: url(images/leftbarmid.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 200px;
/*border: 1px solid red;*/
}
#leftcontent {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 0 22px; /* top-right-bottom-left */
	overflow: hidden;
}
#leftbartop {
	width: 200px;
	height: 106px;
	background-image: url(images/leftbartop.jpg);
	background-repeat: no-repeat;
}
#left_cell_btm {
	width: 200px;
	height: 339px;
	background-image: url(images/leftbarbtm.jpg);
	background-repeat: no-repeat;
/*border: 1px solid green;*/
}
#middl_cell {
	vertical-align: top;
	width: 780px;
/*border: 1px solid green;*/
}
#content_foot {
        text-align: left;
	height: 1.4em;
	padding: 0 10px 0 10px;
	white-space: nowrap;
	color: #B80D39;
}
#content_foot a {
	color: #B80D39;
	text-decoration: none;
}
#content_foot a:hover {
	color: #000000;
	text-decoration: none;
}
#sitepath {
	text-align: left;
	padding-top: 6px;
	width: 100%;
	height: 1.4em;
	background-image: url(images/theme/breadcrumbs_bg.gif);
	background-repeat: repeat-x;
	text-indent: 0.8em;
}
#sitepath a {
	color: #B80D39;
	text-decoration: none;
}
#sitepath a:hover {
	color: #000000;
	text-decoration: none;
}
/* relational links under content */
div.left49 {
  width: 49%;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {
	font-size: 14px;
	margin: 6px 20px 0 20px;
/*border: 1px solid black;*/
}

/* HEADINGS */
div#content h1 {
	/*background-image: url(images/buttonw.jpg);
	background-repeat: no-repeat;
	background-position: 0 12px;
	padding: 0 0 1px 22px;*/ /* top-right-bottom-left */
	font-size: 18px; 
	text-align: left; 
	line-height: 2em;
}
div#content h2 {
	/*background-image: url(images/buttonw.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 22px;*/ /* top-right-bottom-left */
	font-size: 14px; 
	text-align: left; 
	line-height: 1.2em;
}
div#content h3 { /* wie h2, ohne image*/
	font-size: 14px;
}

/* TEXT */
p {
	font-size: 14px;
	line-height: 16px;
	margin: 4px 0px 15px 0px; /* some air around p elements */
	padding: 0;
}
div#content a {
	/*color: #FF3333;*/
}

/********************
CATEGORY SUMMARY
*********************/
#summary_tab {
	width: 98%;
	height: 84px;
}
.sum_pic {
	vertical-align: top;
	width: 120px;
	height: 84px;
}
.sum_pic a { /*thumbnail link*/
	text-decoration: none;
}
.sum_descript {
	vertical-align: top;
	padding: 0 0 0 22px; /* top-right-bottom-left */
}
.sum_link { /*mehr info link*/
	vertical-align: bottom;
	font-size: 11px;
	text-align: right;
}
.sum_space {
	line-height: 6px;
}









/* End of 'Layout: inerleweber' */

