
/* 
	DBM | Deutsche Blechroller Meisterschaft
	-----------------------------------------------------------------
	last change: 2008-03-14, Claudio Diaspero
*/

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #485658;
	background-image: url('../img/back_body.gif');
	background-position: top right;
	background-repeat: repeat;	
}

#box { 
	margin: 0px auto;
	width: 970px;
	height: auto;
	background-image: url('../img/back_contentbox.gif');
	background-position: top left;
	background-repeat: repeat-y;	
}

#leftcolumn_top, #middlecolumn_top, #rightcolumn_top {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #485658;
	background-color: #ffffff;
	height: 211px;
}

#leftcolumn_top { 
	margin-left: 20px;
	float: left;
	width: 180px;
	background-image: url('../img/back_leftcolumn_top.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

#middlecolumn_top { 
	float: left;
	width: 480px;
	display: inline;
	background-image: url('../img/back_middlecolumn_top.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#middlecolumn_top_text {
	height: 210px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 190px;
	font-size: 11px;
	color: #ffffff;
}

#rightcolumn_top { 
	float: left;
	width: 270px;
	background-image: url('../img/back_rightcolumn_top.gif');
	background-position: top left;
	background-repeat: no-repeat;	
	/*background-color: #cfd7e9;*/
}

#rightcolumn_top_text {
	height: 210px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 190px;
	font-size: 11px;
	color: #cfd7e9;

}

#leftindex, #middleindex, #rightindex {
	margin: 0px;
	padding: 0px;
	color: #485658;	
	height: 31px;
	border-bottom: 1px dotted #485658;
	text-align: left;
	font-size: 11px;
}

/*	---------------------------------------------------------------------- 
	Suchefeld / LEFTINDEX
	----------------------------------------------------------------------	*/
	
#leftindex {
	font-family: verdana, arial, sans-serif;
	float: left;
	font-size: 11px;
	color: #163b93;
	width: 180px;
	margin-left: 20px;
}

.search-box {
	padding-top: 6px;
	font-weight: normal;
}

.search-box label {
	font-weight: bold;
}

.search-text {
	width: 90px; 
	font-size: 12px;
}

.search-submit {
	font-size: 12px;
	border: none;
	background-color: #cfd7e9;
/*	
	color: #163b93;
*/
}

#middleindex {
	float: left;
/*	border-right: 1px dotted #485658;
	border-left: 1px dotted #485658; */
	line-height: 30px;
	padding-left: 20px;
	width: 600px;
	display: inline;
}

#middleindex a {
	font-family: Verdana, Arial, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	text-decoration: none;
	color: #163b93;
}
#middleindex a:hover {
	text-decoration: underline;
}

#middleindex .breadcrumpLinkCurrent {
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
}

#breadcrumpText {
	float: left;
	margin-right: 10px;
}

#breadcrump {
	float: left;
	padding-left: 15px;
	background-image: url('../img/arrow_link_blue.png');
	background-position: left;
	background-repeat: no-repeat;
}

#rightindex { 
	float: left;
	margin-left: 1px;
	width: 125px;
	text-align: center;
}

#rightindex img {
	vertical-align: middle;
	border: none;
	margin-left: 10px;
}

#leftcolumn, #middlecolumn, #rightcolumn {
	margin: 0px;
	padding: 0px;
	height: auto;
	margin-bottom: 10px;
}

#leftcolumn { 
	margin-left: 20px;
	float: left;
	width: 180px;
	background-color: #ffffff;
}

#middlecolumn { 
	float: left;
/*	border-left: 1px dotted #485658;	
	border-right: 1px dotted #485658; */
	width: 620px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	background-image: url('../img/back_middlecolumn.gif');
	background-position: top right;
	background-repeat: no-repeat;	
}

#middlecolumn P.bodytext {
	padding-left: 60px;
	padding-right: 20px;
	margin-bottom: 8px;
}

#middlecolumn a.external-link-new-window,
#middlecolumn a.mail,
#middlecolumn a.internal-link {
/*	padding-right: 5px;*/
	font-weight: bold;
	color: #163b93;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('../img/arrow_link_blue.png');
	background-position: left;
	background-repeat: no-repeat;	
}

#middlecolumn a:hover.external-link-new-window,
#middlecolumn a:hover.mail,
#middlecolumn a:hover.internal-link {
	text-decoration: underline;
}


#middlecolumn h1 {
	font-weight: bold;
	font-size: 26px;
	line-height: 34px;
	color: #163b93;
	padding-left: 60px;
	background-image: url('../img/back_content_h1.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

/*  fuer Template: zweispaltiges Layout */
#middlecolumnContentLeft50, .tw-content { 
	float: left;
	width: 260px;
	padding-left: 60px;
	padding-right: 20px;
}

#middlecolumnContentRight50 { 
	float: left;
	width: 260px;
	padding-right: 20px;	
}

#clear {
	clear: both;
}

#middlecolumnContentLeft50  P.bodytext, #middlecolumnContentRight50  P.bodytext {
	padding-left: 0px;
	padding-right: 0px;
}
/* -------------------------------------- */

#rightcolumn {
	float: left;
	margin-left: 1px;
	width: 125px;
	font-size: 70%;
/*	background-image: url('../img/back_rightcolumn.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;	 */
}

#contentfooter { 
	clear: left;
	width: 930px;
	height: 10px;
	margin-left: 20px;
	background: #ffffff;
}

#footer { 
	width: 930px;
	height: 31px;
	padding-top: 10px;
	margin-left: 20px;
	color: #485658;
	border-top: 2px solid #485658;	
	background: #ffffff;
}

#footerlink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

#footerlink a {
	padding-right: 20px;
	font-weight: bold;
	color: #485658;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('../img/arrow_link_grey.png');
	background-position: left;
	background-repeat: no-repeat;	
}

#footerlink a:hover {
	color: #485658;
	text-decoration: underline;
}

/* Spezial */

h3 {
	color: #163b93;
	font-size: 100%;
	padding: 0px;
	padding-right: 5px;	
	margin: 0px;
	display: inline;
}


input {
	border: 1px solid #a3aaab;
}

#kooperation {
	width: 140px;
	margin-left: 20px;
	padding: 5px;	
	background-color: #ebebeb;
	color: #163b93;
	margin-bottom: 30px;
	border: 1px solid #cccccc;
}

#kooperation_text {
	font-size: 70%;
	margin-bottom: 10px;
}

#kooperation_img img {
	border: none;
	margin-bottom: 10px;
}

/*
.input_search, .input_newsletter {
	width: 100px;
	padding: 2px;
}

.input_search_submit, .input_newsletter_submit {
	padding: 1px;
}
*/