/**
	Default
*/
/**********************************************************************
																   PAGE
**********************************************************************/

body {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	background: url('/fileadmin/images/colLeft1.jpg') 0px 0px repeat-y;
	background-color: #DEDEDE;
			
}

td {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
}



/**********************************************************************
								default styling
**********************************************************************/

a {
	text-decoration:none;
	/*color: #FD9800;*/
	color: #2b6dae;
}

a:link {
	color: #2b6dae;
}
a:hover,
a:focus {
	text-decoration:underline;
	outline: 0 none;
}
a:visited {
	color: #FD9800;
}
a:active {
	color: #FD9800;
}
a IMG {
  border: none;
  background-color: transparent;
}


a.mail {
	padding-left:15px;
	background: url('/fileadmin/images/std/mial.gif') 0px 5px no-repeat;
}

a.mail:hover {
	background: url('/fileadmin/images/std/mial.gif')  0px 5px no-repeat;
	text-decoration:underline;
}

a.internal-link {
	padding-left:15px;
	background: url('/fileadmin/images/std/pfeil_orange.gif') 0px 5px no-repeat;
}

a.download {
	padding-left:20px;
	padding-bottom:10px;
	background: url('/fileadmin/images/std/datei.gif') 0px 0px no-repeat;
}

a.internal-link-new-window {
	padding-top: 17px;
	padding-left:25px;
	padding-bottom:10px;
	padding-right: 65px;
	background: url('/fileadmin/images/std/orange_pfeil_gross.gif') 0px 10px no-repeat;
	color: #E5E5E5;
	font-weight: bold;
	text-align: center;
}

a.internal-link:hover {
	background: url('/fileadmin/images/std/pfeil_orange.gif') 0px 5px no-repeat;
	text-decoration:underline;
}

a.download:hover {
	background: url('/fileadmin/images/std/datei.gif') 0px 0px no-repeat;
	text-decoration:underline;
}

a.external-link,a.external-link-new-window {
	padding-left:15px;
	background: url('/fileadmin/images/std/pfeil_orange.gif') 0px 5px no-repeat;
}

a.external-link:hover,a.external-link-new-window:hover {
	background: url('/fileadmin/images/std/pfeil_orange.gif')  0px 5px no-repeat;
	text-decoration:underline;
}
a.toplink {
	padding-left: 15px;
	padding-top: 3px;
	background: url('/fileadmin/images/std/pfeil_orange_totop.gif') 0px 5px no-repeat;
}

a.toplink:hover {
	background: url('/fileadmin/images/std/pfeil_orange_totop.gif')  0px 5px no-repeat;
	text-decoration:underline;
	
}

ul li { 
	list-style-type:square; 
	font-weight:normal;
}


/* RTE Farb Definition  

.name-of-person {
	color: #2A6EAB;
	font-weight:bold;
}

.important {
	color: #990002;
	font-weight:bold;
}

.detail {
	color: #009B01;
	font-weight:bold;
}

*/

.mekra_blau {
	color: #2b6dae;
}
.mekra_rot {
	color: #990002;
}
.mekra_gruen {
	color: #009B01;
}
.mekra_orange {
	color: #ff9900;
}








/**********************************************************************
								CLEARER TO CLOSE FLOATS WHEN NECCESSARY
**********************************************************************/
.clear { clear:both; height:1px; line-height:1px; font-size:1px }


/**********************************************************************
										                  SEITE TEILUNG      
**********************************************************************/


#pageWidth {
	height: 100%;
	width: 100%;
}

#containerColLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
}

#containerColCenter {
	position: absolute;
	top: 0;
	left: 240px;
	width: 720px;
}

/* Extras für Home Seite   */ 
#containerColCenterHOME {
	position: absolute;
	top: 0;
	left: 60px;
	width: 900px;
}

#containerColRight {
	margin-left: 240px;
	background-color: #FFFFFF;
}

#containerColRightHead {
	height: 79px;
	background-color: #FFFFFF;
	width: 100%;
}

/**********************************************************************
															    HEADER
**********************************************************************/

#containerHeader {
	/*width: 720px;*/
	background-color: #DEDEDE;
	
}

/* Extra für Home Seite */
#containerHeaderHOME {
	width: 870px;
	height: 300px;
	margin-top: 30px;
}

#containerHeadlines {
	float:left;
	background-color: #DEDEDE;
	width: 345px;
	height: 240px;
}

/* Extra für Special Seite 2 */
#containerHeadlinesSP2 {
	float:left;
	background-color: #DEDEDE;
	width: 690px;
	height: 75px;
}

/* Extra für Special Seite 3 */
#containerHeadlinesSP3 {
	float:left;
	width: 690px;
	height: 240px;
	margin-bottom: 30px;
}

/* Extra für Special Seite 4 */
#containerHeadlinesSP4 {
	float:left;
	width: 690px;
	height: 240px;
	background-color: #E5E5E5;
}

#contentTitleSP3 {
	position: absolute;
	padding-top:25px;
	padding-left:30px;
	color: #FFFFFF;
	top: 120px;
	left: 0px;
}

#pageImageSP3 {
	position: absolute;
	float: left;
	background-color: #DEDEDE;
	z-index: 0;
	
}


#contentTitle {
	padding-top:25px;
	padding-left:30px;
	color: #000000;
}
#contentSubTitle {
	padding-top:15px;
	padding-left:30px;
	width: 300px;
	_width: 320px;
	color:#2B6DAA;
	font-weight:bold;
}

h1 {font-size:24px; font-weight:normal;margin:0px;padding:0px;}
h2 {font-size:20px; font-weight:normal;margin:0px;padding:0px;}
h3 {font-size:14px; font-weight:bold;margin:0px;padding:0px;}
h4 {font-size:12px; font-weight:bold;margin:0px;padding:0px;}
h5 {font-size:10px;}
h6 {font-size:10px;}

h2,h3,h4,h5,h6 {padding-bottom:0pt;}


/**********************************************************************
														HEADER IMAGE
**********************************************************************/
#pageImage {
	float: left;
	width: 345px;
	height: 240px;
	/*_padding-top: 1px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	display: table;*/
}

#pageImage_map {
	text-align: center;
}

/* Extra f�r Home Seite */
#pageImageHOME {
	position: absolute;
	float: left;
	background-color: #DEDEDE;
	z-index: 0;
}

#HeaderContentHOME {
	position: absolute;
	top: 120px;
	left: 550px;
	width: 300px;
	height: 200px;
	margin-top: 30px;
	color: #E5E5E5;
	font-size: 16px;
}

#HeaderContentHOME H1 {
	color: #FD9800;
}

/*
   Extra für EU Seite 
#HeaderContentSP4 {
	position: absolute;
	top: 70px;
	left: 30px;
	width: 300px;
	height: 200px;
	margin-top: 30px;
	color: #FFFFFF;
	font-size: 16px;
}

#HeaderContentSP4 H1 {
	color: #FFFFFF;
}

*/



/**********************************************************************
															PAGECONTENT
**********************************************************************/
/*	width:330px;
	float: left;
	padding-bottom:50px;
	margin-left: 30px;
*/
#containerPageContent {
	padding-top: 30px;
	float: left;
}

/* Extra f�r Special Template 1 */
#containerPageContentSP1 {
	padding-top: 30px;
	float: left;
}

/* Extra f�r Special Template 2 */
#containerPageContentSP2 {
	padding-top: 0px;
	float: left;
}

/* Extra f�r Special Template 3 */
#containerPageContentSP3 {
	padding-top: 0px;
	float: left;
}
 
 

/**********************************************************************
													PAGECONTENT CONTENT
**********************************************************************/
#contentNormal {
	width:330px;
	float: left;
	padding-bottom:50px;
}

#contentNormalContent {
	/*float: left;
	margin-top: -15px;*/
}

/* Extra f�r Special Template 1 */
#contentNormalSP1 {
	width:680px;
	float: left;
	padding-bottom:50px;
	margin-top: 30px;
}

/* Extra f�r Special Template 2 */
#contentNormalSP2 {
	width:690px;
	float: left;
	padding-bottom:50px;
	margin-top: 30px;
}

/* Extra f�r Special Template 3 */
#contentNormalSP3 {
	width:680px;
	float: left;
	padding-bottom:50px;
	margin-top: 30px;
}

/* Extra f�r Home Seite */
#contentNormalHOME {
	width:510px;
	float: left;
	padding-bottom:50px;
}







/**********************************************************************
												   CONTENTRIGHT INFOBOX
**********************************************************************/

#contentRight {
	width:330px;
	float: left;
	padding-bottom:50px;
	margin-left: 30px;
	
}

#contentRightService {
	text-align:left;
	float: left;
	font-size: 10px;
	width:330px;
}

/* Extra f�r Special Template 1*/
#contentRightServiceSP1 {
	text-align:left;
	font-size: 10px;
	width:330px;
	margin-left: 360px;
}

/* Extra f�r Special Template 2*/
#contentRightServiceSP2 {
	font-size: 10px;
	width:330px;
	float:right;
}

/* Extra f�r Special Template 3*/
#contentRightServiceSP3 {
	font-size: 10px;
	width:330px;
	margin-left: 360px;
	margin-top: 0px;
}

#printPage {
	margin-top: 1px;
	float: left;
	margin-right: 7px;
}

#tipaFriend {
	margin-top: 1px;
	float: left;
}

#printPage A,
#tipaFriend A {
	color: #888888;
	text-align: center;
}

#contentRightContent {
	margin-top: 45px;
	_margin-top: 25px;
}

#contentRightContent_box {
	font-size: 11px;
	margin:0;
}

#contentRightContent_box H4, #contentRightContent_box H4 A {
	color:#2B6DAA;
}

#contentRightContent_box H4 A:hover {
	color:#2B6DAA;
	text-decoration:underline; 
}

#contentRightContent_box_space {
	width: 325px;
	height: 11px;
	_height: 0px;
}

#contentRightContent_box .csc-textpic {
	width: 325px;
	_width: 327px;
	overflow:hidden;
	border: 1px solid #C3C3C3;
}

#contentRightContent_box .csc-textpic-imagewrap dt, 
#contentRightContent_box .csc-textpic-imagewrap dl, 
#contentRightContent_box .csc-textpic-imagewrap dd {
	padding:0;
	margin: 0;
	overflow:hidden;

}

#contentRightContent_box .csc-textpic .csc-textpic-center {

}

#contentRightContent_box .csc-textpic .csc-textpic-text {
	width: 145px;
	border: 1px solid #FFFFFF;
}

#contentRightContent_box .csc-textpic .csc-textpic-text .csc-textpicHeader {
	margin-left: 0px;
	margin-top: 5px;
}

#contentRightContent_box .csc-textpic .csc-textpic-text .align-left {
	margin-left: 0px;
	margin-top: 0px;
}

#contentRightContent_box .csc-textpic-text {
	width: 324px;
	_width: 327px;
	border: 1px solid #C3C3C3;
	
}

#contentRightContent_box .csc-textpic-text .csc-textpicHeader {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
}

#contentRightContent_box .csc-textpic-text .align-left {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}



/**********************************************************************
												       RICHTLINIE HILFE
**********************************************************************/
/*#contentNormal_HILFE H1 {
	margin-top: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
*/

#contentNormal_HILFE H2 {
	margin-top: 75px;
	color: #770000; 
	font-size: 16px;
	font-weight: bold;
}

#contentNormal_HILFE H3 {
	margin-top: 75px;
	color: #00FF00; 
	font-size: 16px;
	font-weight: bold;
}

#contentNormal_HILFE H4 {
	margin-top: 75px;
	color: #04FEFC; 
	font-size: 16px;
	font-weight: bold;
}



#contentNormal_HILFE .csc-textpic {
	width: 690px;
	height: 115px;
	border: 1px solid #C3C3C3;
	margin-bottom: 10px;
}

#contentNormal_HILFE .csc-textpic-imagewrap {
	height: 113px;
	width: 200px;
}


#contentNormal_HILFE .csc-textpic-text .align-left {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}




#contentNormal_HILFE span.important {
	color: #770000;
	font-weight: bold;
}







/**********************************************************************
												         HÄNDLER SUCHE
**********************************************************************/
/*
#contentSubTitle .select_boxland {
	position: absolute;
	top: 300px;
}

#haendlerAdresse {
	margin-top: 20px;
	padding-left: 2px;
}

.haendler_umkreis {
	height: 17px;
	width: 303px;
	_width: 325px;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	padding-left: 15px;
	margin:0;
	font-size: 12px;
	font-family: Arial;
}

.haendler_umkreis FORM {
	margin: 0;
	padding: 0;
}

.haendler_umkreis INPUT.input_plz {
	height: 15px;
	font-size: 11px;
	_height: 19px;
	width: 85px;
}

.space11 {
	height: 10px;
}

#katalog_hilfe {
	width: 800px;
}

#haendlerAdresse SPAN {
	width: 25px;
}
*/

#contentSubTitle .select_boxland {
	position: absolute;
	top: 270px;
}

#haendlerAdresse {
	margin-top: 20px;
	margin-left: 5px;
	padding-left: 2px;
}

#haendler_adress {
	position: absolute;
	top: 300px;
	left: 30px;
}

.haendler_umkreis {
	height: 17px;
	width: 303px;
	_width: 325px;
	/*_height: 0px;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;*/
	padding-left: 5px;
	margin-top: 0px;
	font-size: 12px;
	font-family: Arial;
}

.haendler_umkreis FORM {
	margin: 0;
	padding: 0;
}

.haendler_umkreis INPUT.input_plz {
	height: 15px;
	font-size: 11px;
	_height: 19px;
	width: 85px;
}

.space11 {
	height: 10px;
}

#katalog_hilfe {
	width: 800px;
}

#haendlerAdresse SPAN {
	width: 25px;
}







/**********************************************************************
												               DIVERSE
**********************************************************************/
#countdown {
	position: absolute;
	top: 170px; 
	left: 12px;
	font-size: 31px;
	font-weight: bold;
	color: #FF7D01;
}

#countdown_print {
	position: absolute;
	top: 60px; 
	left: 12px;
	font-size: 31px;
	font-weight: bold;
	color: #FF7D01;

}


/*
@font-face {
font-family: "Delphine";
src: url("./Delphine.ttf")
}

font-family: "Delphine", serif }
*/



