/*-----------------------------------------   

copyright 2008 by mmc

Version: 1.0

Author: Georg Paul

Author URI: http://www.mmc-agentur.at   

-------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. reset Styles
2. global Styles
3. text Formating
4. layout
5. display none
6. tables and forms

-------------------------------------------------------------------*/


/*--------------------------------------*/
/* =1 Reset Style Sheet by Eric Meyer */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* remember to define focus styles! */:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}


/*------------------------------*/
/* =2 global styles       */
body {
  margin: 0;
  padding: 0;
  font: 8pt Verdana, Helvetica, Arial, sans-serif;
  color: #2C3032;
  background: transparent;
  line-height: 1.4em; 
  }

.clear { clear: both; }


/*------------------------------*/
/* =3 text formating      */

h1, h2, h3, h4, h5, h6 {
  margin: .75em 0 .5em 0;
  font-weight: bold;
}

h1 { font-size: 18pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
h3.rgaccord1-toggle{ display: none; }
h4 { font-size: 9pt; }
strong { font-weight: bold; }

p { 
  margin: 0.5em 0 1em 0; 
}
a {
  color: #C43A20;
  background: transparent;
  text-decoration: underline;
}

.ce_clear { clear: both; }

#header .print_titel {
 font-size: 18pt;
 font-weight: bold;
 line-height: 20pt;
 width: 430px;
 float: left;
 position: relative;
 top: 45px;
 left:20px;
}


/*------------------------------*/
/* =4 layout          */


#page {  
  width: 650px;
}
#logo_box {
	float: right;
}
#logo {
	/*
   position: absolute;
   right: 10px;
   */
  margin-top: 7px;
  display: block;
}
#header {
  margin-bottom: 35px;
  padding-bottom: 10px; 
  border-bottom: 5px solid #E75337;
  border-bottom: 2px solid #ddd;
  /*height: 103px;*/
  position: relative;
}
.ce_wrap { 
  margin-bottom: 20px; 
}
#content { 
  text-align: justify; 
  padding: 0 20px; 
}
/*
#content .column_1 {
  float: left;
  width: 45%;
  padding-right: 5%;
}
#content .column_2 {
  float: left;
  width: 45%;
  padding-left: 5%;
}
*/
#content img { 
  padding: 0; 
  border: none; 
}  
#footer { 
  margin-top: 20px; 
  padding-top: 5px; 
  border-top: 1px solid #aaa; 
}

div.csc-textpic-above div.csc-textpic-imagewrap dl.csc-textpic-image { float: none !important; }

.rgaccord1-toggle { font-size: 1.4em; }

.rgaccord1-content { display: block !important; }
.rgaccord1-nest { margin-bottom: 25px; }

.csc-bulletlist, #main_content ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 2px; 
}
.csc-bulletlist li, #main_content ul li{
  margin-bottom: 3px;
}

body #page #breadcrumb {
display:inline !important;
}

#breadcrumb .nav {
 display: block;
 position: absolute;
 top: 5px;
 left: 20px;
}
#breadcrumb .nav li {
	float: left;
	padding-right: 5px;
}
/*
#breadcrumb .nav li a{
  text-decoration: none;
	color: #2C3032; 
}

*/
/*------------------------------*/
/* =5 display none        */

.nav,
#sprungmarken,
.navtitle,
hr,
#textsize,
#local,
#leveltitle,
#footer,
form,
#print, 
#toplink, 
embed { display: none; }

/*------------------------------*/
/* =6 tables and forms      */

table { 
  border: 1pt solid #ddd; 
}
td, th { 
  border-left: 1pt solid #ddd; 
  border-bottom: 1pt solid #ddd; 
  padding: 8px; 
}
.tablewrap { 

}


y
