ul,ol,li,td,i,a,select,input,option,code, body {FONT-FAMILY: Verdana, Tahoma, Arial;FONT-SIZE: 12px;}

body {
	color: black; 
	background: #FFFFFF url('../../images/frontend/bodybg.jpg') repeat-x;
	margin: 0 auto; padding: 1em 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    	text-align: center;  /* Zentrierung im Internet Explorer */
}

/* Haupttabelle */
.tmpl_table{
	width: 900px;
	height: 600px;	
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	border: 1px solid #000000;
}

.tmpl_table_header{
	border-bottom: 1px solid #000000;
	background: url(../../images/frontend/header.jpg) center center;
	height: 120px;
}

.tmpl_table_middle{
	border-bottom: 1px solid #000000;
	background-color: #667BB4;
	height: 24px;
}

.tmpl_table_main_left{
	height: 458px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #354463;
}

.tmpl_table_main_center{
	padding: 10px;	
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}
/*
.tmpl_table_main_right{
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #eeeeee;
}
*/
.tmpl_table_main_footer{
	background-color: #E7E3C0;
	width: 900px;
	height: 24px;
	padding-top: 2px;
	text-align: center; 
}

.seitenanzeige{
	FONT-SIZE: 11px;	
	padding-left: 10px;
}

.smallfont{
	FONT-SIZE: 9px;
	FONT-WEIGHT: normal;	
}

/* Sprache (Flaggen) */
.language_flag {
	position: static;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}
.language_flag_img {
	border: 1px solid #CCCCCC;
}

/* Listen Styles - können bei Contentelement -Aufzählung- ausgewählt werden */
.listeblau {
	list-style-position: inside;
	list-style-image: url(../../media/images/li_punkt_blau.gif);
	margin-left: 20px;
padding-bottom: 10px;
}

ul.pfeile{
	list-style-image: url(../../images/system/tree/arrow_right.gif);
	list-style-type: circle;
	list-style-position: inside;
}

ul.kreuz{
	list-style-image: url(../../images/system/icon_check_red.gif);
	list-style-type: circle;
	list-style-position: inside;
}

ul.haken{
	list-style-image: url(../../images/system/icon_check_green.gif);
	list-style-type: circle;
	list-style-position: inside;
}

/* Form  Submit verhindert Zeilenumruch bei form */
FORM {
	display:inline;
	margin: 0px;
}
.overflow{
	overflow:auto;
}

.text{
	border: 1px solid #000000;
}

.button {
	background: url(../../../images/system/header_bg_menue.jpg) center center;
	border: 1px solid #000000;
}

/* Allgemeiner Link*/
a {
  	COLOR: #000000;
  	text-decoration: underline;

}

a:hover {
	COLOR: #000000;
	text-decoration: none;
}

/* Logout Link (rot)*/
a.logout {
  	COLOR: #000000;
  	text-decoration: none;
}

a.logout:hover {
	COLOR: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

/* Error */
.error_table_border{
	border: 1px solid #FF0000;
}
.error_header {
	background-color: #FF0000;
	font-weight: bold;
	FONT-SIZE: 11px; 
}

/* Messagebox */
.table_border{
	border: 1px solid #354463;
}
.table_header {
	background-color: #354463;
	font-weight: bold;
	color: white;
	FONT-SIZE: 11px; 
}

/*Seitenelemente*/
.schuhtechnologiebg{
	height: 375px;
	background: url(../../media/images/ASS-Manchester.jpg) bottom right no-repeat;
}
