/* Stylesheet für Cirosec */
/***************************/
/* General element styles: */
/***************************/
HTML {
  height: 100%;
}
BODY {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
PRE { font-family: monospace; }
A:hover,A:link,A:visited { color: #004D91; }
IMG { border: none; }
TD, TH {
  vertical-align: top;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
.floaterright {
  float: right;
  padding-left: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.einzuglinks {
  padding-left: 10px;
}
/********/
/* Menü */
/********/
TABLE#menu-bar {
  background: url(../images/menu/nav_bg.gif);
}

.menu-bar{
  text-align: center;
  vertical-align: top;
  height: 70px;
}
DIV#nav-left {
  background: url(../images/menu/nav_bg.gif) 0px -71px no-repeat;
  height: 152px;
  width: 210px;
}
/**************/
/* Menü links */
/**************/
#search-field {
	padding-left:17px;
	padding-top:21px;
}
#search-field td {
	vertical-align:middle;
}
#nav-impressum {
  background-image: url(../images/menu/impressum.gif);
}

/***************/
/* Bild rechts */
/***************/
TD#emote IMG {
  padding-top: 10px;
}
TD#emote {
  width: 200px; 
  text-align: right;
}
 /**********/
/* Content */
/***********/
TD#content {
 padding-left: 10px;
 padding-right: 10px;
}

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 13px; color: #004D91; font-weight: 900;}
H2 { font-size: 11px; color: #004d91; font-weight: bold;}
H3 { font-size: 11px; color: #004d91; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {  }


/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; }

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/

/**********/
/* SPLASH */
/**********/
#splash {
 text-align: center;
 }
#splash #navigation {
 background-image: url(../images/splash/all.gif);
 }
#splash #english {
 background-image: url(../images/splash/english.gif);
 margin-left: 310px;
 margin-top: 10px;
 margin-bottom: 10px;
 }
#splash div#distance { 
 margin-bottom: -160px; /* half of content height */
 width: 1px;            /* required to "hide" distance div */
 height: 50%;
 float: left;
 }
#splash div#content {
 width: 780px;
 height: 320px;
 margin: 0 auto;
 clear: left;
 }

/****************************/
/* Content Elements         */
/****************************/
.ce {
	padding-bottom:8px;
}

/****************************/
/* Aufzaehlung              */
/****************************/
ul {
	margin-top:0px; 
	margin-bottom:0px; 
	list-style-type:disc; 
	list-style-position:outside;
}

ul li {
	margin: 0px 0px 0px -20px;
}
.right {
	position:absolute;
	right:0px;
	top:0px;
	width:170px;
}
.left {
	left:0;
	position:absolute;
	top:0;
	width:122px;
}
.markierung_blau {
        color:#004D91;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
        font-weight:bold;
}
span.markierung_blau {
  	color:#004D91;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
        font-weight:bold;
}
.markierung_blau_standard {
       color:#004D91;       
}
span.markierung_blau_standard {
     color:#004D91;       
}

.neu{
        color: red;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-weight:bold;
}
span.neu {
        color: red;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-weight:bold;
}
.align-left{
        text-align: left;
}
.align-center{
        text-align: center;
}
.align-right{
        text-align: right;
}
.table_border{
        border-width: 2px;
        border-spacing: 0px;
        border-style: solid;
        border-color: gray;
        border-collapse: collapse;
}

/*****************/
/* Sprachauswahl */
/*****************/
#sprachauswahl_de{
    padding-left: 9px; 
    padding-top: 5px; 
    float: left; 
    width: 20px;
    height: 14px; 
}
#sprachauswahl_en{
    padding-top: 5px; 
    padding-left: 5px;
    float: left;
    width: 20px;
    height: 14px;    
}
.sprachauswahl_inactive{
  opacity: 0.5;
  filter: alpha(opacity=50);
}