/*
#DA312C rot - Links
#DC143C rot - crimson

#3366CC blau - Logo original
#355AA0 blau - Logo dunkler
#004080 blau/grün sehr brillant

#E5E5E5 weiß/grau
#CCCCCC grau hell
#DDDDDD grau sehr hell
#C3C3C3 grau dunkel
#445252 grau sehr dunkel
*/

body
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:   100.01%;
	color:       black;
	background-color: #DDDDDD;
	margin:      12px 12px 4px;
}

h1
{
	font-size:   18pt; /* 1.50em; */
	font-weight: bold;
	text-align:  center;
	color:       #355AA0;
	padding:     9px;
}

p
{
	font-size:   10pt; /* 0.8em; */
	font-weight: normal;
}

a
{
	color:       #DA312C;
}

.space { margin-bottom:1cm; }
.blind { visibility:hidden; }

/*
** Menu
*/

.menu
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:   11pt;
	font-weight: bold;
	text-align:  center;
}

.menu a         { text-decoration:none; }
.menu a:link    { color:#355AA0; }
.menu a:visited { color:#355AA0; }
.menu a:focus   { color:#DA312C; }
.menu a:hover   { color:#DA312C; }
.menu a:active  { color:#DA312C; }

.menu a
{
	display:     block;
	width:       200px;
	margin:      3px;
	padding:     2px;
	border-left: 1px solid white;   border-top:   1px solid white;
	border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;
}

.menu a:hover
{
	background-color: #E5E5E5;
	border-left: 1px solid #CCCCCC; border-top:   1px solid #CCCCCC;
	border-right:1px solid white;   border-bottom:1px solid white;
}

/*
** Footer
*/

.footer
{
	font-family: Verdana,Helvetica,Arial;
	font-size:   8pt;
	font-weight: normal;
	text-align:  right;
	color:       #808080;
	margin-top:  12px;
/*	border-top:  1px solid #C0C0C0; */
/*	padding:     2px; */
}

.footer a         { text-decoration:none; }
.footer a:link    { color:#808080; }
.footer a:visited { color:#808080; }
.footer a:focus   { color:#DA312C; }
.footer a:hover   { color:#DA312C; }
.footer a:active  { color:#DA312C; }

/*
** Tabellen
*/

table.rm, table.rmk, table.boutique
{
	font-family: Tahoma,Helvetica,Sans-Serif;
	font-size:   9pt;
	font-weight: normal;
	line-height: 125%;
	color:       #355AA0;
	background-color: white;
	border:      1px solid #C3C3C3;
}

table.rm table.rm             { border-width:0px; }
table.rmk table.rmk           { border-width:0px; }
table.boutique table.boutique { border-width:0px; }

/*
** Archiv
*/

table.archive
{
	font-family: Tahoma,Helvetica,Sans-Serif;
}

table.archive th
{
	font-size:   11pt;
	font-weight: bold;
	color:       darkred;
	text-align:  left;
}

table.archive td
{
	font-size:   9pt;
	color:       #445252;
	padding-left:25px;
}

table.viewer
{
	font-family: Tahoma,Helvetica,Sans-Serif;
	font-size:   9pt;
	font-weight: bold;
	color:       #445252;
}

table.viewer .sep
{
	background-image:  url(images/line.gif);
	background-repeat: repeat-x;
}

table.viewer img.btn
{
	border-width:0px;
}

table.viewer img.bild
{
	border:      1px solid white;
}

table.viewer input.feld
{
	font-family: Tahoma,Helvetica,Sans-Serif;
	font-size:   9pt;
	font-weight: bold;
	color:       #445252;
	background-color: transparent;
	width:       100%;
	border-width:0px;
}

/*
** Bestellen
*/

table.order
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:   9pt;
	font-weight: normal;
}

table.order tr.series { color:white; background-color:#3366CC; }
table.order tr.header { color:black; background-color:#CCCCCC; }

/*
** Farben
*/

.logo { color:#355AA0; }
.note { color:#DA312C; }

.box
{
	color:       white;
	background-color: #DA312C;
	border:      2px solid #FF8000;
	padding-left:5px; padding-right:  4px;
	padding-top: 1px; padding-bottom: 1px;
}
