/*******
******** MAIN COMMON STYLES */

* {
	margin: 0px; padding: 0px;
}

body {
	background: white url(../imgs/body-bg.gif) left top repeat-x; text-align: left; color: #666;
}
body, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #990328; text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

hr {
	border: 0px; height: 1px; margin: 5px 0px; color: #e2e2e2; background-color: #e2e2e2;
}

input, select, textarea {
	background-color: #fbfbfb; border-left: 1px solid #e8e5e3; border-right: 1px solid #e8e5e3; border-top: 0px none;
}
input.submit {
	border-top: 1px solid #e8e5e3; color: #870223;
}

ol ol, ol ul, ul ol, ul ul, td p, td td, td h3, td input, td select, td textarea, p input, p select, p textarea {
	font-size: 100%;
}
td p {
	margin: 0px !important;
}

fieldset {
	margin: 0px; padding: 0px; border: 0px;
}

acronym {
	border-bottom: 1px dotted #00457c;
}


/* Just for print */
.printB, .printI {
	display: none;
}


/*******
******** MAIN LAYOUT COMMON STYLES */

#body {
	margin-top: 21px; border-left: 21px solid white; text-align: left; /*background-color: #f4f4f4;*/ overflow: auto;
}

/* HEADER */
h1#header {
	height: 160px; background: transparent url(../imgs/head.jpg) left top no-repeat;
}
h1#header a {
	display: block; width: 270px; height: 150px; margin-left: 230px;
}
h1#header a span {
	display: none;
}


/* MAIN CONTENT WRAP */
#maincontent {
	background: #f4f4f4 url(../imgs/right_wrap-bg.gif) left top repeat-x;
}

#lmr-holder {
	width: 1082px;
}

#whitebg {
	float: left; width: 717px; background-color: white;
}


/* LEFT CONTENT */
#left {
	float: left; width: 196px; padding-top: 30px; background-color: white;
}

/* MAIN MENU */
.menu1, .menu2 {
	list-style-type: none;
}
.menu1 li, .menu2 li,
.menu1 li img, .menu2 li img {
	vertical-align: text-bottom;
}
/* 1st */
.menu1 {
	border-bottom: 1px solid #ccc;
}
.menu1 li a {
	display: block; border-top: 1px solid #ccc;
}
/* 2nd */
.menu2 {
	padding-top: 10px; padding-bottom: 17px; padding-left: 23px; border-top: 1px solid #ccc;
	font-size: .7em;
}
.menu2 li {
	line-height: 1.1em; padding: 2px;
}
.menu2 li a {
	display: inline; border: 0px none; color: #666; text-decoration: none; text-transform: capitalize;
}
.menu2 li a:hover {
	text-decoration: underline;
}
.menu2 li a.current {
	text-decoration: underline; font-weight: bold;
}
.menu2 li a.current:hover {
	text-decoration: none;
}

/* MAIN CONTENT */
#main {
	float: left; width: 466px; min-height: 396px; _height: 396px; padding-left: 35px; padding-right: 20px; padding-top: 28px;
	font-size: .7em;
}

#main.home {
	width: 486px; padding-right: 0px;
}

/* VERGABEBERATUNG FORM */
.csc-rehmenbebeschafung label { color: #666666; display: block; float: left; font-weight: normal; height: 10px; line-height: 10px; margin: 0 0 10px 0; padding: 5px; width: 100px;  }
.csc-rehmenbebeschafung input { padding-top: 2px; border: 1px solid #b8bab9; color: #4C4C4C; float: left; height: 20px; margin: 0 0 10px 0; width: 300px; background-color:#fff; }
.csc-rehmenbebeschafung #anfrage { border: 1px solid #b8bab9; color: #4C4C4C; float: left; height: 117px; margin:0 0 10px; padding: 5px; width: 290px; }
.csc-rehmenbebeschafung .csc-mailform-submit { text-align: left; background: #f3f3f3 url(../imgs/submit.gif) right center no-repeat; color: #666666; width: 132px; height: 22px; padding: 1px 3px 4px 3px; margin: 0 0 10px 110px; cursor: pointer; }

.red { margin: 5px 0 0 5px; float: left; }

/* RIGHT CONTENT */
#right {
	float: left; width: 364px; margin-top: 30px;
	font-size: .7em;
}


/* CLEAR */
#clear {
	clear: both; height: 16px; font-size: 0px; border: 1px solid red;
}

/* FOOTER */
#footer {
	clear: both; border-top: 1px solid #bfbfbf; list-style-type: none;
	font-size: .7em; text-transform: uppercase;
}
#footer li {
	float: left; width: 92px; height: 28px; line-height: 28px; background: transparent url(../imgs/footer_menu-item.gif) left top no-repeat;
	padding-left: 8px;
}
#footer li.fst {
	width: 245px;
}
#footer li a {
	color: #666; text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer li a:hover, #footer li.current a {
	color: #990328;
}


/* HEADERS & ELEMENTS FOR MAIN CONTENT */
#main h2, #right h2{
	margin-bottom: 15px; color: #990328;  font-size: 150%; font-weight: normal;
}

#main h2.graphic, #right h2.graphic {
	margin-bottom: 15px;
}
#main h3 {
	color: #990328; font-size: 90%;
}
#main ul {
	list-style-type: none; margin: 25px 0px;
}
#main ul li {
	padding-left: 13px; background: transparent url(../imgs/bullet.gif) left 5px no-repeat; margin-bottom: 12px;
}
/* image elem. */
#main .csc-textpic {
	padding-top: 2px; padding-right: 1px;
}
#main .csc-textpic img {
	margin-bottom: 20px;
}
#main table td {
	vertical-align: top;
}
/* right content */
#right p, #right h2, #right h3 {
	padding-left: 13px; padding-right: 10px;
}
#right .csc-textpic img {
	margin-bottom: 44px;
}
