.header_img {
	border: none;
	margin:0px;
}

html, body
{
    border: 0px;
}

body
{
	background-color: #c8cdce;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; /* Win IE 5 Hack */
	color: #000000;
	text-align:center;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1,2;
	background-color:#FFFFCC;
	width:200px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	float:right;
	margin-left:15px;
	padding-top:10px;
	}
	
table p {
	margin-left:10px !important;
	}
	
table h3 {
	margin-left:10px;
	padding:0px;
	}
	
table ul {
	margin:0px 0px 0px 10px;
	padding:0px;
	}
	
table ul li {
	padding-left:15px;
	}
	
/***tr {
	height:75px;
	}
	
td {
	margin:0px;
	padding:6px;
	background-color:#FFFFCC;
	vertical-align:top;
	width:33%;
	}
	
table p {
	font-size:11px !important;
	margin:0px !important;
	padding:0px !important;
	}
	
table img{
	margin-right:3px;
	float:left;
	}***/

#wrapper
{	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 1000px;
	height: 100%;
	text-align:left;
}

#navi {
	float: left;
	padding: 0px 0px 0px 0px; /* Width with padding, margins, and rightcol or left col must equal 750px or less */
	height:24px;
	background-color: #c75233;
	margin:0px;
	background-image: url(../img_mkl/bg_navi.jpg);
	display: block;
	width: 1000px;
}

/******************************************* =typography global *******************************************/
/* If needed specify color, size %, for global headers here */

#content p
{
	font-size: 12px;
	line-height: 1,2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 20px 10px 20px;
	font-weight: normal;
	padding:0px;
}

ol li{
	font-size: 12px;
	line-height: 1,2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 20px 0px 20px;
	font-weight: normal;
	padding:0px;
	}
	
a {
	border:none;
	}

a:active
{
	outline: none;
	text-decoration: none;
	color: #59660E;
}
a:link
{
	outline: none;
	text-decoration: underline;
	color: #502538;
}

a:visited
{
	outline: none;
	text-decoration: underline;
	color: #59660E;
}

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

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #0C4036;
	margin-left: 20px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 20px 0px 5px 20px;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2a2a;
	padding-left:20px;
}

h4
{   font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:115%;
	}
	
h5
{
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C4036;
	margin:10px 0px 0px 20px;
}

form {
	font-size: 12px;
	line-height: 1,2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 20px 10px 20px;
	font-weight: normal;
	padding:0px;
}



#impressum {
	font-size: 80%;
}

.80prozent{
	font-size:80%;
	line-height: 100%;
	}

/* Importiertes CSS für das Dropdown Menu*/

ul.menu, ul.menu ul {
	list-style-type: none;
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	background-color: #c75233;
}

ul.menu a {
    display: block;
    padding: 5px 10px 3px 10px;
    font-weight:normal;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}


ul.menu ul {
	margin-left:0;
	padding: 0px 0px 5px 0px;
	position: absolute;
	background-color: #f97755;
	/*border:1px solid #FFF9E4;*/
	display:none;
	min-width:180px;
}

ul.menu li {
	padding:0px;
	margin:0px;
	background-image: none;
	background-color: #c75233;
	float:left;
	border-left: 1px solid #f66a45;
	border-right: 1px solid #f66a45;
	/*height: 25px;*/
}

ul.menu li a:link{
	color: #FFFFFF;
	font-weight: bold;
}

ul.menu li a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

ul.menu li a:hover{
	background-color: #f66a45;
	font-weight: bold;
	text-decoration:none;
}

ul.menu li a:active{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}


/* IE-Hack für die Breite */

*html ul.menu ul {
    width:180px;
}


/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
}

#main
{
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	background-image: url(../img_mkl/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	display: block;
}

.bildganz{
	margin-bottom:20px;
	}
	
.bildrechts{
	float:right;
	margin:0px;
	}

/********************************************  2 column layout *******************************/
.header {
	width:1000px;
	height: 167px;
	margin:0px;
	padding:0px;
	border:none;
	}

#content
{
	background: none;
	float: left;
	padding: 20px 0px 15px 0px;
	width: 733px; /* Width with padding, margins, and rightcol or left col must equal 750px or less */
}
/**#content p
{
	padding: 0px 80px 10px 20px;
}**/

#content p strong
{
	color:#000000;
	font-size:110%;
	clear: both;
	}
	
.content_200_rand
{	width:300px;
	float:right;
}
.content_200_rand a
{
	color:#999999;
	text-decoration:none;
}
.content_200_rand a:hover
{
	color:#ffffff;
}

.bildlinks{
	float:left;
	margin: 5px 15px 0px 0px;
	}
	
.clearfix
{
	clear: both;
	padding: 10px 0px 0px 0px;
}

.dot 
{
	border-bottom: 1px dotted #777;
}
/***.dot_10
{
	border-top: 1px dotted #777;
	padding: 0px 0px 10px 0px;
}***/


ul li{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
	background-image: url(../img/blauer_punkt.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 12px;
	line-height: 1,2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
ul li a:link{
	color: #999999;
	text-decoration:none;
	}
	
ul li a:hover{
	color:#FFFFFF;
	}
	
/*********************** Tabelle Kaufleute **********************************/
.kaufleute {
	width:700px;
	}
.kaufleute tr {
	width:700px;
	}
.kaufleute td {
	width:33%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1,2;
	}


/*********************** --- half rounded box --***************************/
.box p, .box_bottom p
{
	margin: 0px 20px 10px 0px;
	padding:0px;
	font-size: 12px;
	line-height: 1,2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box
{
	width: 266px;
	padding: 0px;
	float: right;
/**	margin: -30px 0px 0px 0px;**/
	z-index: 200;
	display: block;
}

/******************************************* Bilder links***************************************/

.csc-textpic-caption{
	font-size:10px;
	margin:0px 0px 0px 20px;
	text-align: right;
	}

/******************************************* =footer *******************************************/

#footer
{
	clear: both;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0;
	margin: 0;
	height: 57px;
	background-image: url(../img_mkl/bg_footer.jpg);
}
/*******#footer a
{
    font-weight: normal;
    padding: 2px;
}
#footer a:hover
{
	padding: 2px;
	color: #999999;
	}***/
#footer_content
{
	padding: 15px 20px 0 20px;
}
.p_left
{
    float: left;
	padding: 0px 0px 0px 2px;

}

.p_right
{
    float: right;
	padding: 0px 2px 0px 0px;
}
.p_right a
{
    color: #BBBBBB;
}

/********** Rahmendefinition**************/
.linker-rahmen{
	border:1px solid #FFCC66;
	background-color:#FFFFCC;
	width:235px;
	float:left;
	height:135px;
	display:block;
	margin:0px 5px 10px 0px;
	overflow:hidden;
	  	}
	.linker-rahmen p{
	font-size:11px !important;
	padding:0px !important;
	margin: 0px 5px 0px 20px!important;
		}
		
.mitte-rahmen{
	border:1px solid #FFCC66;
 	background-color:#FFFFCC;
	width:236px;
	float:left;
	margin:0px 5px 10px 5px;
	height:135px;
	display:block;
	overflow:hidden;
  	}
	.mitte-rahmen p{
	font-size:11px !important;
	padding:0px !important;
	margin: 0px 5px 0px 10px!important;
		}
	.mitte-rahmen h6{
	margin-left:10px;
	}

.rechter-rahmen{
	border:1px solid #FFCC66;
	background-color:#FFFFCC;
	width:236px;
	float:right;
	height:135px;
	display:block;
	margin:0px 0px 10px 5px!important;
	overflow:hidden;
	  	}
	.rechter-rahmen p{
	font-size:11px !important;
	padding:0px !important;
	margin: 0px 5px 0px 10px!important;
	}
	.rechter-rahmen h6{
	margin-left:10px;
	}

/************* Simple Gallery *****************/
.tx-sksimplegallery-pi1 {
	width:100%;
}
.tx-sksimplegallery-pi1 p.pagebrowser span {
	padding:0 4px
}
.tx-sksimplegallery-pi1 dl.list{
	float:left;
	margin:0px 0px 10px 20px;
	border: 1px solid #666666;
	background-color:#FFFFCC;
	width:150px;
	}

.tx-sksimplegallery-pi1 dl.list dt {
	border-bottom: 1px solid #000;
	margin: 0;
}

.tx-sksimplegallery-pi1 dl.list dt a {
	margin: 0;
}


.tx-sksimplegallery-pi1 dl.list dd{
	margin:0px;
	padding:3px;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	height:40px;
	}

.tx-sksimplegallery-pi1 dl.single {
	float:left;
	margin: 0px 0px 10px 20px;
	border: 1px solid #666666;
	width:200px;
}
.tx-sksimplegallery-pi1 dl img {
    display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.tx-sksimplegallery-pi1 dl.single dt {
	border-bottom: 1px solid #666666;
	margin: 0;
}
.tx-sksimplegallery-pi1 dl.single dt a{
	margin: 0;
}


.tx-sksimplegallery-pi1 dl.single dd {
	background-color: #ececec;
	margin: 0;
	padding: 3px;
	font-size:12px;
	height:40px;
	text-align:center;
	font-weight:bold;
}
.tx-sksimplegallery-pi1 dl.single dd span {
    float:right;
    font-size:70%
}
.tx-sksimplegallery-pi1 h3 {
	margin:0px;
}

.tx-sksimplegallery-pi1 .description {
	margin:6px 0 12px 0;
	padding-bottom:4px;
	border-bottom:1px solid #000;
}
.tx-sksimplegallery-pi1 br.clear {
	clear:both;
}

.tx-sksimplegallery-pi1 .exifData {
	color:#ffa;
    padding-left:12px;
}

.tx-sksimplegallery-pi1 .exifData-Label {
	color:#ddd;
    padding-right:12px;
}

.tx-sksimplegallery-pi1 .exifData-Data {
	color:#999;
    padding-right:12px;
}

.tx-sksimplegallery-pi1 #eCardForm fieldset {
    padding:12px;
    width:500px;
}

.tx-sksimplegallery-pi1 #eCardForm label {
    clear:both;
    width:140px;
    float:left;
    border:none;
}
.tx-sksimplegallery-pi1 #eCardForm input, .tx-sksimplegallery-pi1 #eCardForm textarea {
    width:320px;
    float:right;
}
.tx-sksimplegallery-pi1 #eCardForm textarea { 
    height:160px;
    margin-bottom:12px;
}
.tx-sksimplegallery-pi1 #eCardForm img, .tx-sksimplegallery-pi1 p.ecard-picture img{
   margin:12px 0;
   border:4px #ddd ridge;
}
.tx-sksimplegallery-pi1 .error {
    color:red;
    font-weight:bold;
    padding:12px;
}
/************* Ende Simple Gallery*************/
.tx-sksimplegallery-pi1 dl.single dd {
	background-color: #ececec;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 10px;
	height: 40px;
	text-align: center;
	font-weight: normal;
	
	}


.tx-sksimplegallery-pi1 dl.list{
	float:left;
	margin:0px 0px 10px 20px;
	border: 1px solid #666666;
	background-color:#FFFFCC;
	width:150px;
	}
.tx-sksimplegallery-pi1 dl.list dd{
	margin:0px;
	padding:3px;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	height:40px;
	}

.tx-sksimplegallery-pi1 a{
	font-size: 12px;
	line-height: 1,2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 20px 0px 20px;
	font-weight: normal;
	padding:0px;
	}
	
/*********Bilder im Text ********************/
div.csc-textpic img 

{

border-top-width: medium;
border-right-width-value: medium;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: medium;
border-left-width-value: medium;
border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: none;

border-right-style-value: none;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: none;

border-left-style-value: none;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: -moz-use-text-color;

border-right-color-value: -moz-use-text-color;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: -moz-use-text-color;

border-left-color-value: -moz-use-text-color;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

}

div.csc-textpic img a{
	border:none;
	}

