/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,sans-serif;
	background-color: #D8DDDE;
	color: #2C3A3C;
	margin: 0 auto;
	width: 1200px;
	font-size: 10pt;
}

h1 {
	color: #ED1C23;
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	color: #ED1C23;
	font-size: 10pt;
}

.align-center {
	text-align: center;
}


ul {
	list-style-image: url(images/triangle.png);
	padding-left: 20px;
	margin-bottom: 3px;
}

li {
	padding-bottom: 10px;
}



a:hover {
	color: #2C3A3C;
	background-color: #FCD4D6;
}

/***********************************************/
/* Classes                                     */
/***********************************************/ 

.mainframe {
	background-color:#FFFFFF;
	margin-top:20px;
	min-height:800px;
}

/* Star HTML hack for IE6 */
* html .mainframe {
	height: 800px;
}

.left_area {
	float: left;
	width: 202px;
	height: 800px;
	/*text-align: justify;*/
	padding-left: 2px;
	padding-right: 10px;
/*	background-color: #F3F5F5;*/
}

.middle_area {
	margin: 0 auto;
	width: 768px;
	padding-left: 10px;
	padding-right: 0px;
}

* html .middle_area {
	margin: 0 auto;
	width: 100%;
	padding-left: 10px;
	padding-right: 0px;
}

.right_area {
	float: right;
	width: 200px;
	height: 800px;
}

.middlepage {
	text-align: justify;
	height: 744px;
	padding-top: 10px;
}

.contentarea {
	width:740px;
}

*html .contentarea {
	width:100%;
	margin-right:28px;
}

.scrollpane {
	margin-top:10px;
	height: 655px;
	overflow: auto;
}

.bottompage {
	margin-top: 10px;
	height: 26px;
	border-top: 3px solid #D8DDDE;
	padding-top: 7px;
	margin-right: 28px;
}

.logo_bsm {
	width: 200px;
	height: 161px;
	border: none;
}

.logo_komplettbau {
	background-image: url(images/logo_komplettbau.png); 
	width: 200px;
	height: 228px;
	z-index:0;
}

.menu_area{
	padding-top: 10px;
	padding-left: 8px;
	height: 401px;
	z-index:1;
}


/* CSS-Hack für IE7 */  
*:first-child+html .menu_area{  
	height: 398px;
}  

.bottomlink {
	margin-right: 15px;
}



.menulink, .bottomlink, .menulink_active	 {
	color: #68787B;
	text-decoration:none;
	font-style: normal;
}

.menulink, .bottomlink, .menulink_active {
	font-weight: normal;
}

.menulink_active {
	color: #ED1C23;
}

.link, .mail, a {
	color: #ED1C23;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.menuitem {
	padding-top: 10px;
	padding-right: 5px;
}

* html .menuitem {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
}

.submenuitem {
	padding-left: 13px;
	padding-top: 5px;
}

.sub2menuitem {
	padding-left: 26px;
	padding-top: 5px;
}

.sub3menuitem {
	padding-left: 39px;
	padding-top: 5px;
}


.linkimage {
	background-image: url(images/triangle.png);
	width: 7px;
	height: 11px;
	margin-right: 5px;	
	float: left;
	margin-top: 3px;
}

* html .linkimage {
	background-image: url(images/triangle.png);
	width: 7px;
	height: 11px;
	margin: 3px 0px 0px opx;	
	float: left;
	background-repeat: no-repeat;
	font-size: 0pt;
}

.link:hover, .bottomlink:hover, .menulink:hover, .menulink_active:hover{
	color: #2C3A3C;
	background-color: #FCD4D6;
}


.title {
	color: #ED1C23;
	font-size: 20pt;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	margin-right: 28px;
	margin-left: 28px;
}

.subtitle {
	color: #ED1C23;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	margin-right: 28px;
	margin-left: 28px;
}

.titleline {
	border-bottom: double #D8DDDE;
	padding-bottom: 14px;
	margin-right: 28px;
}

.list {
	list-style-image: url(images/triangle.png);
	padding-left: 20px;
	margin-bottom: 3px;
}

.listelement {
	padding-bottom: 10px;
}

.image {
	border: 1px solid #ED1C23;
	width: 200px;
	height: 200px;
	margin-top: 2px;
}

.imagearea {
	margin-bottom: 15px;
	font-size: 9pt;
	color: #8C9B9F;
	text-align:left;
}

.bottomlinktable {
	border:	0px;
	font-size: 10pt;
}

.bottomlinktablecell {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
}

/***********************************************/
/* HTML tag styles used by TYPO3               */
/***********************************************/ 

* html .bodytext {
	font-size: 13px;
}

.bodytext {
}

.csc-header {
	height: 30px;
}

.contenttable {
	background-color:#FFFFFF;
	border: none;
	width: 100%;
}

.tr-even {
	background-color: rgb(235,237,237);
}

.tr-odd {
	background-color: rgb(247,249,249);
}


.td-0, .td-1, .td-2, .td-3, .td-4, .td-5, .td-6, .td-7, .td-8, .td-9, .td-10 {
	border: solid thin #FFFFFF;
	text-align: left;
	vertical-align: top;
}

.td-0 {
	background-color: rgb(235,237,237);
}

* html .td {
	vertical-align: top !important;
}









/****************************************************/
/***         MAILFORM CSS STYLE SECTION           ***/
/****************************************************/


legend {
	padding-left:10px;
	padding-right:10px;
	border: 0px;
}

fieldset {
	border:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #D8DDDE;
}

.radiolayout {
	width:60%;
	padding-top:15px;
	padding-bottom:15px;
}

.formu {
	padding:10px;
	border: 1px solid #D8DDDE;
	background-color: rgb(247,249,249);	
}

.mf-radio {
	border:0px;
}

.mf-text {
	color: #000000;
	border: 1px solid #D8DDDE;
	margin-bottom: 5px;
}

.mf-check {
	border: 0px;
}
.mf-select {
	border:0px;
}

.mf-input {
	border: 1px solid #D8DDDE;
	margin-bottom: 5px;
}

.mf-submit {
	margin-left: 160px;
	color: #ED1C23;
	background-color: rgb(235,237,237);
	border: outset 1px;
	border-color: #2C3A3C;
}

/*************************************/
/***** rgsmoothgallery css-styles    */
/*************************************/

.tx-rgsmoothgallery-pi1 {
	margin: 0 auto;
}

* html .tx-rgsmoothgallery-pi1 {
	margin: 0 auto;
	width: 100% !important;
	min-height:100% !important;
}

* html .myGallery {
	width: 100% !important;
	min-height:100% !important;
}