/********************************************************************/
/* layout und gerüst / aufbau
/********************************************************************/

body 
{
    background: #F8F8F8 url(../images/smk_background.gif) repeat-y;
    margin:0 0 0 0;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #373737;
}
 
#spali /* spalte links mit menue */
{
    position:absolute;
    top:190px;
    width:230px;
    height:100%;
    z-index:3;
    background-color: #DBDDDE;
}

#spare /* spalte rechts */
{
    position:absolute;
    left:800px;
    top:155px;
    width:243px;
    height:100%;
    z-index:3;
    background-color: #DBDDDE;
}

#spatop /* logo bereich oben */
{
    position:absolute;
    left:0px;
    top:0px;
    width:800px;
    height:172px;
    z-index:2;
    background-color: #DBDDDE;
}

#spatopre /* kleines viereck oben rechts */
{
    position:absolute;
    left:800px;
    top:0px;
    width:243px;
    height:172px;
    z-index:5;
    background-color: #c6c6c6;
}

#content1  /* content / inhalt aller seiten */
{
    position:absolute;
    left:230px;
    top:172px;
    width:520px;
    height:100%;
    z-index:1;
    background-color: #ffffff;
    padding: 20px 10px 15px 30px;
    font-size: 13px;
}



/* 2spaltige news ansicht */
#left 
{
   padding: 0 8px 0 0;
   margin: 0 0 0 0;
   width: 48%;
   float: left;
}
   
#right 
{
   padding: 0 0 0 4px;
   margin: 37px 0 0 0;
   width: 48%;
   float: left;
}

/********************************************************************/
/* menu links */
/********************************************************************/
#navcontainer ul
{
    margin: 0;
    padding: 0;
    list-style-type: none; /* ausblenden der vierecke */
}

#navcontainer li 
{ 
    margin: 1px 0 0 0;
}

#navcontainer a
{
    display: block;
    padding: 6px 2px 6px 24px;
    width: 230px;
}

#navcontainer a:link, #navlist a:visited
{
    color: #005CA9;
    text-decoration: none;
}

#navcontainer a:hover
{
    background-color: #FFFFFF;
    color: #005CA9;
    text-decoration: underline;
}

#active a
{
    display: block;
    color: #005CA9;
    background-color: #FFFFFF;
    text-decoration: none;
}

a.navlist
{
    display: block;
    line-height: 20px; 
    font-family:Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;      
}

a.navlist:link, a.link:visited
{
    font-weight: bold;      
}
 
  
/********************************************************************/
/* standard urls / links */
/********************************************************************/

a:link 
{
    color: #005CA9;
    text-decoration: none;
    font-weight: normal;
}

a:visited 
{
    color: #005CA9;
    text-decoration: none;
    font-weight: normal;
}

a:active 
{
    color: #005CA9;
    text-decoration: none;
    font-weight: normal;
}

a:hover 
{
    color: #005CA9;
    text-decoration: underline;
    font-weight: normal;
}

/********************************************************************/  
  
  
  
  
/********************************************************************/
/* footer unten */
/********************************************************************/  
.footer 
{
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #e8e8e8;
    border-width: 1px 0 0 0;
    border-style: solid;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #000;
}  
 
  
  
  
/********************************************************************/
/* titel und ueberschriften */
/********************************************************************/    

h1
{
    color: #005CA9;
    font-weight: bold;
    font-size: 22px;          
}  

h2
{
    color: #005CA9;
    font-weight: bold;
    font-size: 13px;          
}    

.pseudo_2col /* pseudo class weiss */
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px; 
    padding-bottom: 10px;        
}  

hr
{
    height: 1px;
    border: 0;
    background-color: #c4c8ca;       
}
 
  

  
/********************************************************************/
/* Eingabefelder, buttons formularfelder etc... */
/********************************************************************/      

.button1 
{
    padding: 4px 5px 4px 5px;
    cursor: pointer;
    font-size :13px;
    font-family: Arial, Helvetica, serif;
    font-weight:normal;
    color:#005CA9;
    border: 1px solid #c6c6c6;
    background-color: #dbddde;
    width:100px;
}

.input 
{
    color:#222222;
    font-size:13px;
    border:1px solid #dbddde;
    margin-bottom: 6px;
    padding:2px;
    background-color: #f0f0f0;
    font-family:Arial, Helvetica, serif;
    height: 20px;
}  


  
  
  
/********************************************************************/
/* div boxen. */
/********************************************************************/    
  
.greybox_vortrag_upload {
    width:98%;    
    float:left;      
    margin-top:10px;
    margin-right:0px;
    margin-bottom:50px;                        
    margin-left:0px;
    padding-top:1px;
    padding-right:0px;        
    padding-bottom:5px;
    padding-left:5px;
    border: 1px solid #c6c6c6;
    background-color: #dbddde;
   	color:#222222;
    font-size:13px;
    line-height:14px;
    text-align:left;
}    
  
 
.whitebox_vortrag_upload {
    width:100%;    
    float:left;      
    margin-top:10px;
    margin-right:0px;
    margin-bottom:50px;                        
    margin-left:0px;
    padding-top:1px;
    padding-right:0px;        
    padding-bottom:5px;
    padding-left:5px;
    border-bottom: 1px dotted #c4c8ca;
    background-color: #ffffff;
   	color:#222222;
    font-size:13px;
    line-height:14px;
    text-align:left;
}    
  
.redbox {
    width:100%;    
    float:left;      
    margin-top:10px;
    margin-right:0px;
    margin-bottom:50px;                        
    margin-left:0px;
    padding-top:1px;
    padding-right:0px;        
    padding-bottom:5px;
    padding-left:5px;
    border-bottom: 1px dotted #c4c8ca;
    background-color: #ffffff;
   	color:#222222;
    font-size:13px;
    line-height:14px;
    text-align:left;
}  




  
/* -------------- start tables auflistung admin bereich ------------------*/
#tablegrau {
    border-collapse:collapse;
    border-spacing:0;
    border:0;
    border-width:0;
    padding:1px;
    width:100%;
    margin:1em auto;
  }

#tablegrau th {
    border-style:solid;
    border-width:2px;
    border-color:#ff0000;
    padding:1px;
    background-color:#ffcccc;
    color:inherit;
    text-align:center;
  }

#tablegrau td.first {
    border-style:solid;
    border-width:1px;
    border-color:#ff0000;
    padding:1px;
    width:100px;
    text-indent:5px;
  }

#tablegrau td.second {
    border-style:solid;
    border-width:1px;
    border-color:#ff0000;
    padding:1px;
    text-indent:50px;
  }
/* -------------- end tables auflistung admin bereich ------------------*/


/* -------------- start tables auflistungen ------------------*/ 
 #table1 {
    border-collapse:collapse;
    border-spacing:0;
    border:0;
    border-width:0;
    padding:10px;
    margin: 0px 0px 0px 0px;
  }

#table1 th {
    padding:1px;
    background-color:#ffcccc;
    color:inherit;
    text-align:center;
  }

#table1 td.head {
    background-color:#F0F0F0;
    padding:5px;
    text-indent:0px;
  }

#table1 td.bodyleft {
    padding:3px;
    text-indent:5px;
    text-align:left;
  }

#table1 td.bodyright {
    padding:5px;
    text-indent:5px;
    text-align:right;
  }

/* -------------- end tables auflistungen ------------------*/


/* -------------- start bilder smk2010 ------------------*/
div.fotos {
    width: 450px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 1px;
    margin: 0px auto;
}

/* -------------- end bilder smk2010 ------------------*/


  
.stylemini {
    text-decoration:none;
    font-size: 11px;
  }

.platzhalter {
    color:#fff;
  }

  .wissen {
    color: #2469ae;
    text-decoration:none;
    font-weight: bold;
    font-size: 18px;
  }

.tabletitle {
    color: #2469ae;
    text-decoration:none;
    font-weight: normal;
    font-size: 22px;
  }

.style1 {
    color: #2469ae;
    text-decoration:none;
    font-weight: bold;
  }

.style2 {
    color: #424c53;
    text-decoration:none;
    font-weight: bold;
    font-size: 11px;
  }

.style3 {
    color: #424c53;
    text-decoration:none;
    font-weight: bold;
    font-size: 16px;
  }

 .stylelightgrey {
    color: #424c53;
  }

.stylered {
    color: #CC0000;
    text-decoration:none;
    font-weight: bold;
  }

.stylegreen {
    color: #008000;
    text-decoration:none;
    font-weight: bold;
    font-size: 16px;
  }

.stylekleinrot {
    color: #CC0000;
    text-decoration:none;
    font-size: 10px;
  }

  .stylegrau {
    color: #2469c9;
    text-decoration:none;
    font-size: 10px;
}




/* boxen auf der startseite.php */
.divnews1 { 
    margin: 1px 1px 10px 10px;
    width: 46%;
    float:left;
    text-align:justify;
  }

/* boxen auf der startseite.php */
.divnews2 { 
    margin: 0px 1px 1px 1px;
    text-align:justify;
  }



#fehler {
    background-color: #ffe4e4;
    padding: 1em;
}
