/* www.derBoehm.de */

body { 
	margin:0;
	padding:0;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #959ea5; 
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

a {
	text-decoration: none;
	/*color: #e35c62; */
	color: #8f9da6;
}

a:hover {
	color: #000000;
}

.col_one a {
	font-weight:bold; /* im content bereich */
}

#page {
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	width: 922px;
}

#image {
	width: 597px;
	height: 215px;
	float: left;
	
}

#claim {
	float: left;
	color: #fff;
	font-size:10px;
	background-color: #ef3b46;
	/*background-image:url(img/claim.jpg);
	background-repeat:repeat-x;*/
	width: 325px;
	height: 215px;
}

#search {
	float: left;
	padding-left: 85px;
	padding-right: 17px;
	padding-top: 3px;
	font: 10px verdana; 
	border-right: 1px solid #e35c62; 
}

#fontsize {
	float: left;
	padding: 3px 0 0 17px;
}

#fontsize .font0 {
	font-size:14px;
	margin: 0 0 0 12px;
}

#fontsize .font1 {
	font-size:11px;
	margin: 0;
}

#fontsize .font2 {
	font-size:17px;
	margin: 0 0 0 12px;
}

#fontsize a {
	text-decoration: none;
	color: #fff;
	display: inline; 
}

#claim input {
	margin: 0;
	padding: 2px;
	width: 117px;
	font-size:11px;
	border: 1px solid #972429; 
}

.bbcode_list {
	list-style-type: square;
	list-style-image: url(img/list-style.jpg);
	margin: 0;
	padding-left: 14px; 
}

.bbcode_list span {
	color: black;
}


#menu ul, #submenu ul, #footer ul {
	list-style-type: none;	
	padding: 0; 
	margin: 0; 	
}

#menu {
	clear: both;
	height: 35px;
	line-height: 32px;
	background-color: #353535;
	background-image:url(img/bg_menu.jpg);
	background-repeat:repeat-x;
}

#menu li, #submenu li, #footer li {
	margin-left: 17px;	
	float: left; 
}

#menu li a {
	text-decoration: none;
	color: #fff;
	display: inline; 
	font-weight:bold;
}

#menu li a:hover {
	color: #ef3b46; 
}

#submenu {
	height: 24px;
	line-height: 22px;
	background-color: #a6b7c1;
	background-image:url(img/bg_submenu.jpg);
	background-repeat:repeat-x;
}

#submenu li a {
	text-decoration: none;
	color: #fff;
	display: inline; 
}

#submenu li a:hover {
	color: #4d4d4d;
}

#content {
	background-image:url(img/bg_content.jpg);
	background-repeat:repeat-y;
	margin: 17px 17px 0 17px;
	padding:0;
}

.col_one, .col_two {
	line-height: 20px;
	display: inline-block;
	float: left;
	clear: right;
	overflow: hidden;
	/* height: 1%; */
}

.col_one {
	width: 563px;
	padding-right: 17px;
	display: block;
	border-right: 1px solid #c8c8c8;
	text-align:justify;
	min-height: 400px;
}

* html .col_one {
    height: expression(documentElement.clientHeight < 400 ? "400px":"auto");
}


* html .col_one {
	width: 581px;
}

.col_two {
	text-align:justify;
	width: 290px;
	margin-left: 17px;
}

.col_margin {
	margin-bottom: 20px;
}

.col_one:after, .col_two:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#pageswitch {
	text-align: right;
	padding: 5px; 
	margin: 17px 0 0 0;
	margin-bottom: 17px;
	color: #4d4d4d;
	font-weight:bold;
}

#pageswitch a {
	text-decoration: none;
	color: #8f9da6;
	display: inline;
}

#pageswitch a:hover {
	color: #000000;
}

#pageswitch .pagetitel a {
	text-decoration: none;
	color: #8f9da6;
	display: inline;
}

#pageswitch .pagetitel a:hover {
	color: #000000;
}

#footer {
	color: #fff;
	line-height: 22px;
	background-image:url(img/bg_footer.jpg);
	background-repeat:repeat-x;
	height: 24px;
}

#footer .last {
	float: right;
	margin-right: 17px;
}

#footer a {
	text-decoration: none;
	color: #fff;
	display: inline;
}

img.picto {
	margin-right: 5px;
}

img.insertimg {
	float:left;
	margin-right: 17px;
	margin-bottom: 17px;
}

h2.picto {
	font-size: 1.1em;
	line-height: 140%;
	padding: 0 0 6px 0;
	margin: 0 0 4px 0;	
}

h2.picto a {
	text-decoration: none;
	color: #000;
}

.cbox {
	overflow: hidden;
	display: block;
	margin-right: 2px;
	float:left;
	height: 198px;
	width: 198px;
	background-color: #a6b7c1;
}

.cbox h4 {
	line-height: 23px;
	margin: 0;
	padding: 0 0 0 5px;
	height: 24px;
	color: #fff;
	background-color: #a6b7c1;
	background-image:url(img/bg_cbox.jpg);
	background-repeat:repeat-x;
}

.cbox p {
	height: 150px;
	margin: 0;
	padding: 5px 5px 0 5px;
}

.cbox div {
	text-align: right;
	height: 20px;
	margin: 0;
	padding: 0 5px 5px 0;
}

.cbox div a {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

.cbox em {
	height: 174px;
	margin: 0;
	padding: 0;
	border: 0;
}

.col_two form {
	padding-top: 17px;
}

select.text,
input.text { 
	font-size:11px;
	border: 1px solid #a6b7c1;
}

form label,
select.text,
input.text {
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}

select.text { 
	width: 185px;
	padding-top: 1px;
	padding-bottom: 1px;
}

input.text { 
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

* html select.text { 
	width: 200px;
}

* html input.text { 
	width: 180px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

form label {
	text-align: left;
	width: 200px;
	padding-right: 20px;
}

.col_two form label {
	background-color: #a6b7c1;
	text-align: left;
	width: 90px;
	font-size:11px;
	margin: 0;
	height: 19px;
	line-height: 18px;
	padding: 0 0 0 5px;
}

form br {
	clear: left;
}

div.inputSubmit {
	margin-left: 185px;
}

* html div.inputSubmit {
	margin-left: 180px;
}

ul.downloads {
	text-align: left;
	list-style-type: none; 
	padding: 0; 
	margin: 0;
}

ul.downloads li {
	background-image: url(http://www.rotegirte.de/cms/images/M_images/pdf_button.png); 
	background-repeat: no-repeat; 
	height: 20px; 
	padding-left: 20px;
}

ul.downloads li.last {
	background-image: url(); 
	text-align: right;
	margin-top: 20px;
	margin-right: 17px;
}

.box {
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.info {
	background: #ffffdd;
	border: 2px solid #ffcc99;
}

.ok {
	background:#E2FFE4;
	border: 4px solid green;
}

.error {
	background: #FF6666;
	border: 4px solid #8b0000;
}