/*TAG_BODY*/
html, body {
background: #a1a1a1 url(./images/mainbkg.jpg) top left repeat-x;
margin: 0;
padding: 0;
height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
top: 0;
left: 0;
font-family:Arial;
font-size:10pt;
font-weight:normal;
color: #000000; 
text-align: center;
}

/*TAG_CONTAINER*/

#container{
background-color: #FFFFFF; 
width: 800px; 
margin: auto; /* Div soll zentriert werden */
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
overflow: hidden !important; /* FF Scroll-leiste */ 
font-size: 10pt; 
border: 0px solid red;
}

#main_container{
border: 0px solid red;
margin: 0px auto;
width:100%;
min-height:700px; 
height:auto;
background: #FFFFFF ;
float:left;
}

#left_nav, #middle_content, #right_nav,#hd_flags,#hd_topl,#hd_icons,#header_logo,#picon,#pprice,#pcon,#pprice_detail,#pcon_detail  {
border: 0px solid green;
float: left;
height: 100%;
}
#left_nav{
padding-top:10px;
text-align:left;
width: 169px; 
vertical-align:top;
min-height:700px;
height:auto;
background:#CBC1C0; 
margin: 0px auto;
background: url(/file_server/layout/lbkg.jpg) repeat-x top;
}
#right_nav{
padding-top:10px;
text-align:left;
float:right;
width: 150px; 
vertical-align:top;
min-height:700px;
height:auto;
background:#CBC1C0; 
background: url(/file_server/layout/lbkg.jpg) repeat-x top;
}
#middle_content {
width: 465px; 
padding-top:10px; 
padding-left:5px; 
padding-right:5px; 
padding-bottom:5px; 
height:auto;
text-align:left;
background: #FFFFFF ;
}
#middle_content h1,h2,h3 {
border:0;
padding: 16px 0px 0px 0px;
font-weight:normal;
margin:0;
padding:0;
}

/*TAG_CMS_CONTENT*/
#middle_content h1 {
font-weight:normal; 
font-size: 16pt; 
color: #FF6307; 
}
#middle_content h2 {
font-weight:bold; 
font-size: 12pt; 
color: #5A1021; 
}
#middle_content h3 {
font-weight:normal; 
font-size:8pt; 
color: #5A1021; 
}
h1 {
 font-weight:normal; 
 font-size: 16pt; 
 color: #FF6307; 
 border-bottom: solid 1px #A5BBE7; 
 padding:5px 0px 5px 3px; margin:0;
 vertical-align:middle;
 text-align:left;
}

/*TAG_CONTAINER*/
#std_con, #std_con_center, #header_bar,#header_logo,#std_con_right,#std_con_left{
width:100%;
font-size:10pt; 
border: 0px solid red;
}
#std_con_center, .std_con_center{
text-align:center;
float:left;
width:100%;
}
#std_con_right, .std_con_right{
text-align:right;
float:left;
width:100%;
}
#std_con_left, .std_con_left{
text-align:left;
float:left;
width:100%;
}
/*TAG_TOPLEVEL*/
#header_bar{
float:left;
background: transparent url(./images/header_box.jpg) left top repeat-x;
height:23px;
}
#header_logo{
background: transparent url(./images/logo.jpg) left top no-repeat;
height:90px; 
}
#hd_flags,#hd_icons {
line-height:23px;
}
#hd_flags {
width: 200px; 
text-align:left;
padding-left:5px;
}
#hd_icons {
width: 200px; 
text-align:right;
float:right;
}
#hd_topl {
width: 590px; 
text-align:center;
}

#toplevel_menu{
float:left;
width:100%;
}

#toplevel_menu ul,
#toplevel_menu li{
padding:0px;
margin:0px;
list-style-type:none;
}

#toplevel_menu ul{
float:left;
padding:0px 3px 0px 0px;
margin:0px 0px 0px 0px;
background-image:url(./images/nav-bar.jpg);
background-position:right;
background-repeat:no-repeat;
}

#toplevel_menu li{
line-height:23px; 
display:inline;
position:relative;
float:left;
width:111px;
text-align:center;
}

#toplevel_menu li a{
width:111px;
text-align:center;
float:left;
font-weight:normal; 
background-image:url(./images/nav-bar.jpg);
background-position:left;
background-repeat:no-repeat;
font-size:10pt; 
}

#toplevel_menu li a:link,
#toplevel_menu li a:visited{
color: #FD5E00; 
text-decoration:none;
font-size:13px;
}

#toplevel_menu li.active a,
#toplevel_menu li a:hover{
color: #FFFFFF; 
text-decoration:none;
background-image:url(./images/nav-active.jpg);
background-position:right;
background-repeat:no-repeat;
}

/*TAG_MENU*/
#menu_tree {
color: #004D8F; 
background-color: #transparent; 
padding: 1px;
margin-bottom: 1px;
}

#menu_tree ul {
margin-left: 0;
padding-left: 0;
display: block;
border: none;
}

#menu_tree ul li {
margin-left: 0;
padding-left: 6px;
border: none;
list-style: none;
display: block;
}

#menu_tree a.mt_active,a.mt_active:visited,a.mt_active:hover,a.mt_active:active {
font-weight:bold; 
color: #004D8F ;
font-size:10pt; 
}
#menu_tree a:link,a:visited,a:hover,a:active {
font-weight:normal; 
color: #004D8F ;
font-size:10pt; 
}

/* MENU_POSITION*/
#bread {
color: #000000; 
background-color: #transparent; 
padding: 3px;
margin-bottom: 25px;
}

#bread ul {
margin-left: 0;
padding-left: 0;
display: inline;
border: none;
}

#bread ul li {
margin-left: 0;
padding-left: 2px;
border: none;
list-style: none;
display: inline;
}

li.bread_active {
 font-weight:bold; 
}

p {text-align:left;}


/*TAG_STANDARD_LINKS*/
a:link {
text-decoration:none;
color: #000000; 
font-weight:normal;
}
a:visited {
text-decoration:none;
color: #000000; 
font-weight:normal;
}
a:hover {
text-decoration:none;
color: #FF9227; 
font-weight:normal;
}
a:active {
text-decoration:none;
color: #FF9227; 
font-weight:normal;
}

input.searcher{
color : #600804;
font-family : Arial, Helvetica, sans-serif;
font-size :10px;
height:17px;
border-color : #0A2345;
width:100px;
border: solid #0A2345 1px;
}
div.nav {background-color:#296184;color:#FFFFFF;}

div.navp {background-color:#296184;color:#FFFFFF;border-width:1px;
border-style:solid;
border-color:black;
padding:3px;
text-align:justify;}
div.right {text-align:justify;}

form  { margin: 0px; padding: 0px; }
/*TAG_FORMULAR*/
.textarea {
border : 1px solid #ccc;
z-index: -3;
font-size: 11px;
}
input, textarea, select,input.text,textarea.agb {
z-index : -3;
color : #000000; 
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
background: #EFEEED url(./images/opt_inputbg.gif) repeat-x;
padding: 3px 5px;
border: 1px solid #C8C8C8; 
}

INPUT:focus, textarea:focus, select:focus {
border: 1px inset #000000;
}

input.subimg {
 background: transparent;
 border: 0px solid;
}

input.submit    {
background-color:#EFEEED; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt; 
font-weight:normal;
color:#000000; 
border: 1px solid #000000; ;
height: 20px;
cursor: pointer;
margin-top: 1px;
}

table { border-collapse: collapse; }

/*TAG_LINES*/
hr {
 color: #C7C7C7; 
 background-color: #C7C7C7;
 height: 1px;
}

hr.yellow {
 color: #ddad08; 
 background-color: #ddad08;
 height: 1px;
}

hr.blue {
 color: #336699; 
 background-color: #336699;
 height: 1px;
}

hr.red {
 color: #aa1002; 
 background-color: #aa1002;
 height: 1px;
}

hr.green {
 color: #339966; 
 background-color: #339966;
 height: 1px;
}

hr.orange {
 color: #FF6600; 
 background-color: #FF6600;
 height: 1px;
}


p.okbox {
border:1px solid #198A13; text-align:left; padding:3px;width:90%;background-color:#B8F4B5;
}

/*TAG_FEEDBACK_BOXEN*/

div.okbox{
border:1px solid #000000; 
text-align:left;
padding:3px;
width: 99%; 
background-color:#FFF7DD; 
font-size:10pt;
font-weight:bold; 
color:#000000; 
}

div.faultbox{
border:1px solid #FF2400; 
text-align:left;
padding:3px;
width: 99%; 
background-color:#F4BEB5; 
font-size:10pt;
font-weight:bold; 
color:#000000; 
}


/*TAG_STANDARD_TABLE*/
table.tab_std {
background-color: #f9f9f9; 
border: solid 1px #d5d5d5; 
padding: 10px;
border-collapse: collapse;
}
.tab_std td {
 padding:5px;
}

td {
 text-align:left;
}

#small, .small{
 font-size:8pt;
}

/*TAG_TEXT_COLORS*/
span.important  {
color: #ff0000; 
font-weight:bold;
}

/*TAG_FEEDBACK_BOXEN*/
div.infobox {
border:1px solid #FFA500;
text-align:left;
padding:3px;
width:100%;
background-color:#FFF7DD;
font-size:10pt;
font-weight:bold;
color:#000000; 
}

/*TAG_UMRANDUNGEN*/
div.stdframe {
border:1px solid #FFA500;
text-align:left;
padding:3px;
margin-bottom:10px;
width:100%;
background-color: transparent;
color:#000000; 
}

table.tab_std tr.header {
 font-weight:bold;
 background: #7D7D7D;
}

table.tab_std tr.row2 {
        background-color: #ebebeb;
}
table.tab_std tr.row1 {
        background-color: #FFFFFF;
} 

table.tab_std tr.row2:hover {
        background-color: #dcdcdc;
}
table.tab_std tr.row1:hover {
        background-color: #dcdcdc;
}

#trailimageid {
        position: absolute;
        visibility: hidden;
        left: 0px;
        top: 0px;
        width: auto;
        height: auto;
        z-index: 1000;
}

pre {
 text-align:left;
}


