/**  Jaeggi Mode Siebnen  **/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #a9232d;
	color: rgb(20,20,20);
	margin: 2px 0px 0px 2px;
	background:	url('images/bg_rot_grau_2.png') top left;  
  /** background:	url('images/verlauf_bg_grau_rot_2.png') top left; 
  background-color: #ebebeb;   **/
/** background:	url('images/verlauf_bg_blau_grau.png') top left no-repeat;  A9232D 00BDF2 00BDF2 CCCCCC **/
	vertical-align: middle;
}
p,td,div,span {
	font-size: 7.5pt;
	text-align: left;
}
table {
	text-align: left;
	table-align: center;
}
p {
	margin: 10px 0px 10px 0px;
}
p[align="center"] {
	margin: 1px;
	text-align: center;
	/**
	 * NOTE: IE<7 cannot handle attribute-selectors. We exported this in JS
	 * - see scripts/iefixes.js - which should be included as last HTML-Tag 
	 * in each site-template
	 **/
}
.nospaceing {
	margin: 0px;
	padding: 0px;
}
.nospaceing center table {
	text-align: left;
}
a, a:link, a:active 
/** a:visited, -- ausgeblendet wegen Footer Links und Adresse **/  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
  color: #A9232D; /** A9232D  textfarbe adresse aber nur Websites **/
	/** Linkfarbe **/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.mainheader, a.mainheader:link, a.mainheader:visited, a.mainheader:hover, a.mainheader:active, span.mainheader {
	color: #999999;
	font-size: 7.5pt;
}


/** BEGIN HEADER stuff **/
.head {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 7.5pt;
	background: url('images/jaeggi_header_3.png') top left no-repeat;  
	/** Hintergrundbild Header **/
}
.head_logo img {
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 7.5pt;
	vertical-align: middle;
	text-align: center;
}
.head_text {
	vertical-align: middle;
	text-align: left;
	font-size: 7.5pt;
	padding: 2;
	margin: 0;
}

.head_infotext h1 {
/**  Header Text Titel / Überschrift **/
	padding: 2px;
	margin: 0px 0px 0px 0px;
	font-size: 7.5pt;
	text-align: left;
	font-weight: bold;
  color: #A9232D;
}
.head_infotext {
	padding: 2px;
	margin: 0;
	text-align: left;
/**		vertical-align: middle;		height: 20px;**/
  vertical-align: bottom; 
	font-size: 7.5pt;
	font-weight: normal;
}
/** END HEADER stuff **/


/** BEGIN CONTENT settings **/
.maincontent {
	padding: 0px 0px 0px 10px;
	width: 100%;
	font-size: 7.5pt;
  background-color: transparent; 
}
.mainadds { 
	padding: 19px 19px 19px 19px;
	font-size: 7.5pt;
}
.mainheader {
	height: 19px;
	vertical-align: middle;
	text-align: right;
	font-size: 7.5pt;
	width: 930px;
}
.maincont {
	background-color: rgb(255,255,255);
	color: rgb(20,20,20);
	width: 930px;
		vertical-align: middle;
}
.light, a.light {
  /**  ffffff  **/
	color: #cdcdcd;
}
 /** .footlight,  a.footlight  {
	color: #000066; c0c0c0 (orig.= #714d35;) **/
}
.error, a.error {
	color: red;
}
.center {
	text-align: center;
}
.upper {
	text-transform: uppercase;
	font-size: 7.5pt;
	background: url('images/verlauf_menu_rot.png') top left;  
	/** Upper Menü Boxes / Header = Höhe / Hintergrundbild **/	
}
.bold {
	font-weight: bold;
}
td {
	vertical-align: top;
}
.contenttable {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
  /**background: url('images/bg_content_keyfinder_dog.jpg') top left no-repeat;	
			 contenttable-align: center; **/
}
td.fixed {
	width: 180px;
}
td.fixed_right {
	width: 180px;
}
.cleft {
}
.cright {
}
.cmiddle {
	width: 525px;
	/** width: 515px;  background-color: transparent; **/
}

.calone {
/**  padding: 5px 5px 5px 5px;
	font-size: 7.5pt;
	color: #999999; **/
}
p.changepage {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
}
/** END CONTENT settings **/


/** BEGIN MENU things **/
p.menu {
	padding: 0px 2px 2px 1px;
	margin: 5px 0px;
	font-size: 7.5pt;
  font-weight: bold;
}
a.menu, a.menu:link, a.menu:visited, a.navigation, a.navigation:link, a.navigation:visited, a.search, a.search:link, a.search:visited, a.default, a.default:link, a.default:visited {
	/**	text-farbe und links navigation und adresse aber nur E-Mail  **/
	color: #A9232D;
  text-decoration: none; 
	/**	text-decoration: bold;  04046A color: #714d35;  **/
	padding: 1px;
	font-size: 7.5pt;
  background-color: none;	
}
a.menu:hover, a.menu:active, a.navigation:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 7.5pt;
  background-color: none;
}
a.navigation:hover {
	font-weight: normal;
	font-size: 7.5pt;
}
a.search:hover, a.search:active, a.default:hover, a.default:active {
	text-decoration: underline;
	font-size: 7.5pt;
}
/** END MENU things **/


/** BEGIN BOXES  **/
div.box, td.box {
	border: 1px solid #A9232D;
 /**  Farbe der Rahmen / Banner-Box etc.... **/ 
		background-color: transparent;
}
div.subbox, td.subbox, table.subbox, tr.subbox {
	/**  Adressbox -- Rahmen nur oben und unten -- Rahmen ausgeblendet = 0px solid 
	funktioniert nicht, musste im Adress Template korrigiert werden **/
  border-style: none; 
	/**  border: 0px solid rgb(200,200,200);  **/
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin: -2px;
}
.header {
	/**  background-color: #04046A;  = 
	Hintergundfarbe / Textfarbe upper Menu **/
	background-color: transparent; 
	color: rgb(255,255,255);
	padding: 3px 4px 5px 4px;
	/**  Textabstand innerhalb des  upper Menu **/
	font-weight: bold;
	font-size: 7.5pt;
  color: #EBEBEB;  
	white-space: nowrap;
	overflow: hidden;
	/**  #A9232D  2992C9  00BDF2  d6d6d6 color: #cccccc;  = Textfarbe  upper Menu **/
}
a.header {
	background-color: transparent;
		font-size: 7.5pt;
}
.subheader {
/** 		background-color: rgb(240,240,240);   = Hintergrundfarbe Adresse / Box  **/ 
	background-color: transparent; 
	border-bottom: 1px solid rgb(200,200,200);
	color: #A9232D;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 7.5pt;
}
a.header, a.header:link, a.header:visited, a.header:hover, a.header:active {
	color: #A9232D;
	font-weight: bold;
	font-size: 7.5pt;
	text-transform: none;
}
.content, .subcontent {
/** 	background-color: rgb(255,255,255);  **/ 
	background-color: transparent; 
	color: #A9232D;
	padding: 5px 5px 5px 5px;
	font-size: 7.5pt;
}
.sublightbg {
	background-color: rgb(248,248,248);
	font-size: 7.5pt;
}
.pagecontent {
	width: 515px; 
	padding: 5px 5px 5px 5px;
}
.subcontent ul {
	padding: 0px;
	margin: 10px 0px 0px 20px;
}
.subcontent li {
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
	font-size: 7.5pt;
}
.subcontent td {
	font-size: 7.5pt;
}
/** END BOXES **/


/** BEGIN BANNER  **/   
/** 	height: 70px;  **/
img.banner, img.banner_half, img.bigbanner, img.smallbanner, img.midbanner {
	width: 140px;

	border: 1px solid #A9232D;
	font-size: 6pt;
}
img.bigbanner {
	width: 468px;
	height: 60px;
}
img.smallbanner {
	width: 40px;
	height: 20px;
	border-width: 0px;
}
img.midbanner {
	width: 140px;
	 height: 100%; 
	/** height: 50px; **/
}
a.banner, a.banner:link, a.banner:visited, a.banner:hover, a.banner:active {
	text-decoration: none;
	border-width: 0px;
	background-color: none;
	font-size: 7.5pt;
}
img.noborder {
	border-width: 0px;
	vertical-align: middle;
}
	/** height: 100%;  #000066  	width: 140px;**/
.bannerbox {
	width: 140px;
	border: 1px solid #A9232D;
	margin: 5px 2px 10px 2px;
	padding: 0px;
	font-size: 7.5pt;
}
/** END BANNER**/


/** BEGIN: Content and Promosites **/
.promotop {
	color: rgb(120,120,120);
	background-color: rgb(240,240,240);
	padding: 5px;
	margin: 0px 0px 4px 0px;
	text-align: center;
	border: 1px solid rgb(200,200,200);
	border-width: 1px 0px 1px 0px;
	height: 3em;
	overflow: hidden;
}
.iefixcontent {
	margin: 5px 0px 5px 0px;
}
/** END: Content and Promosites **/



