﻿/*
Projekt: KKL Intranet
Dateiname: user.css
Beschreibung:
--
Projektspezifische CSS Angaben.
Kann auch selbe Selektoren wie ocm.css enthalten, um diese zu ergänzen,
oder zu überschreiben.
--
Datum erstellt    : 04.03.08, Peter Bucher
Letzte Bearbeitung: 04.03.08, Peter Bucher
TODO:
- 
*/

* {
    margin: 0px;
    padding: 0px;
}

html { height: 100%; margin-bottom: 1px; }

body, form {
  	height: 100%; /* wichtig */
}

.pagecontainer {
    min-height: 100% ;
  	height: auto !important; /* moderne Browser */
  	height: 100%; /* IE */
}

body {
    background: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
    border: none;
}

a {
    color: Black;
}

.pagecontainer {
    margin: 0px auto;
    width: 980px;
    background: url(../images/css/page1_bg.jpg) repeat-y;
}

#links {
    padding: 30px 5px 0px 0px;
    height: 85px;
    background-color: White;
}

#rightBox {
    float: right;
    position: relative;
    top: 35px;
    /* right: 15px; */
}

#links ul {
    float: left;
    list-style-type: none;
}

#links ul li {
    display: inline;
    margin-right: 4px;
    padding-right: 4px;
    
    border-right: 1px solid gray;
}

#links ul li a {
    font-size: 0.7em;
    text-decoration: none;
}

#nav {
    clear: left;
    height: 40px;
    text-align: center;
    background-color: #FFF4C4;
}

#nav ul {
    list-style-type: none;
}

#nav ul li {
    float: left;
}

#nav ul li ul  {
    float: none;
    display: none;
	width:7em !important;/* leaves room for padding */
	cursor:default;
	position:relative;
	height:auto;
	left:-3px;
	padding: 0px 0px 0px 0px;
	background-color:#94A3BD;
    margin-top: -12px;
}

#nav li:hover ul {display:block;z-index:10;top:0.75em !important;display: none;}


#nav_1 ul li ul a:hover{
 background-color :#94A3BD;
}

#nav ul li ul a 
{
	text-align: right;
	border-bottom:  solid 1px #ffffff;
	font-size:0.8em;
	padding:3px;
    width: 180px;
}

#nav a.active,
#nav a:hover {
    color: White;
    text-decoration: none;
    background-color: #FFE96C;
}

#nav a {
    display: block;
    width: 140px;
    /* padding: 0px 34px; */
    padding-top: 15px;
	line-height: 15px;
	height: 15px;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	font-size: 0.7em;
	
	border-bottom: 10px solid;
}

#nav a.active,
#nav a:hover {
    color: White;
    text-decoration: none;
}

#nav_1 
{
	border-color: #4c6691 !important;
}

#nav_1:hover,
#nav_1.active
{
    background-color: #4c6691 !important;
}

#navi_1 a
{
	background-color: #c9d1de !important;
}

#nav_2 
{
	border-color: #689341 !important;
}

#nav_2:hover,
#nav_2.active
{
    background-color: #689341 !important;
}

/* #navi_2 a
{
	background-color: #7F91A3 !important;
}*/

#nav_3 
{
	border-color: #2a4866 !important;
}

#nav_3:hover,
#nav_3.active
{
    background-color: #2a4866 !important;
}

/* #navi_3 a
{
	background-color: #7F91A3 !important;
}
*/
#nav_4 
{
	border-color: #826816 !important;
}

#nav_4:hover,
#nav_4.active
{
    background-color: #826816 !important;
}

/* #navi_4 a
{
	background-color: #7F91A3 !important;
} */

#nav_5 
{
	border-color: #238691 !important;
}

#nav_5:hover,
#nav_5.active
{
    background-color: #238691 !important;
}

/* #navi_5 a
{
	background-color: #7F91A3 !important;
} */

#nav_6 
{
	border-color: #c99f2e !important;
}

#nav_6:hover,
#nav_6.active
{
    background-color: #c99f2e !important;
}

#navi_6 a
{
	background-color: #7F91A3;
}

#nav_7 
{
	border-color: #a62b12 !important;
}

#nav_7:hover,
#nav_7.active
{
    background-color: #a62b12 !important;
}

#navi_7 a
{
	background-color: #A4BE8D !important;
}

#subNav {
    float: left;
    width: 280px;
}

#subNav ul {
    margin: 30px 0px 0px 0px;
    list-style-type: none;
}

#subNav ul li ul 
{   
    margin: 0px 0px 15px 0px;
}

#subNav ul li ul a 
{
    font-size: 0.7em;
}

#subNav ul li {
    text-align: right;
}

#subNav ul li a {
    display: block;
    padding: 3px;
    font-size: 0.8em;
    text-decoration: none;
    border-bottom: 1px solid gray;
}

#subNav ul li a.active,
#subNav ul li a:hover {
    border-color: Gray;
}

#subNav ul li a.active {
    font-weight: bold;
}

#subNav p {
    text-align: right;
    font-size: 0.8em;
    padding: 4px;
    margin-top: 200px;
}

#adress {
    position: absolute;
    width: 150px;
    top: 400px;
    left: 300px;
}

#content {
    /* margin-left: 280px;    */
    padding: 30px 15px 15px 40px;
    
    line-height: 1.8;
    
    font-size: 0.7em;
}

#footer {
    
}

/* Container Zusatz */

.ContainerBox 
{
    text-align: left;
	margin: 0px auto;
	width: 210px;
	background: url(../images/css/box_top.gif) no-repeat top;
}

.ContainerBoxInner {
	padding: 17px 0px 17px 0px;
	padding-bottom: 17px;
	background: url(../images/css/box_bottom.gif) no-repeat bottom;
}

.ContainerBoxInner2 {
	padding: 0px 15px 0px 15px;
	background-color: white;
}

#resizerDiv 
{
	font-size: 0.8em;
	margin-top: 4px;
	margin-left: 35px;
	width: 175px;
	border: 1px solid #FFE192;
	background-color: white;
	padding: 4px;
}

#resizerDiv a {
	color: #00538E;
	text-decoration: none;
}

#resizerDiv a:hover {
	text-decoration: underline;
}


/* -- Kontaktformular -- */   
    .contact fieldset {
        padding: 15px;
    }
    
    .contact legend 
    {
        padding: 0px 8px;
    }
    
    .contact label {
        float: left;
        text-align: left;
        width: 8em;
        margin-right: 1em;
        margin-top: 8px;
    }
    
    .contact br 
    {
        clear: left;
    }
    
    .contact input, .contact textarea {
        width: 18em;
        margin-top: 8px;
    }
/* ---- */








  /* Description in Info-Container*/
  #content p.description300
  {
    width: 279px;
    border: 1px solid #cccccc;
    padding: 5px;
  }
  
  #content p.description600 
  {
    width: 588px;
    border: 1px solid #cccccc;
    padding: 5px;
  }
  
  #content p.left,
  #content p.right 
  {
    float: left;
  }
  
  #content p.right
  {
    margin-left: 13px;
  }
  
    #content p.hlDistancerP
  {
    background-color: #F6F6F6;
    padding-left: 0.3em;
    padding-top: 0.1em;
  }
  
  /* Link in Info-Container*/
  #content .ContainerBlock a 
  {
    display:block;
 /*   margin: 0.2em 0.5em;*/
  }
   
/*Bild*/
  #content .BlockImg 
  {
   /* padding: 0 1em 0 1em;*/
   overflow: hidden;
   border-top: 1px solid #fff5d1;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left : 5px;
  }
    
#content .BlockImgTextOben 
  {
   /* padding: 0 1em 0 1em;*/
  }
  
#content .BlockImgTextUnten 
  {
   /* padding: 0 1em 0 1em;*/
  }
  
#content .BlockImgTextRechts 
  {
   float:left;
   /* padding: 0 1em 0 1em;*/
  }
  
#content .BlockImgTextLinks 
  {
   float:right;
   /* padding: 0 1em 0 1em;*/
  } 

  /* Titel in Inhalt-Container (Link)*/
#content a.InhaltTitle 
  {
    font-weight:700;
    text-decoration:underline;
  }
  
#content p.hlDistancerP
  {
    background-color: red;
    padding: 0.3em ;
  }
 
 /*Description in Inhalt-Container*/
.InhaltDescription, .InhaltDescription
  {
    width: 420px;
   color: #272727;
    padding:0;
    margin:0;
 /*   line-height:0.8em;*/
    font-size: 1em;
  }

.InhaltDescription 
  {
    display:block;
    padding-bottom:1em;
  }
  
#content .NeuerArtikel 
  {
   overflow: hidden;
    /* border: 1px dashed red;*/
}

#content h1 
{
    font-size: 1.1em;
    margin-bottom: 20px;
}

#content .NeuerAbsatz 
  {
   overflow: hidden;
   margin: 10px 0 10px 0;
}

#content p 
{
    margin-bottom: 8px;
}
#content ul.footer {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10px;
}

#content ul.footer li {
    display: inline;
}
#content a.overview,
#content a.back,
#content a.forward,
#content a.top,
#content a.print {
    font-size: 0.85em;
    padding-left: 5px;
    margin-right: 5px;
    background-position: left;
    background-repeat: no-repeat;
}

.NeuerAbsatz h3 
{
    font-size: 1em !important;
    margin-bottom: 5px;
}
  
  /*Bild*/
#content .BlockImg 
  {
   padding: 0 1em 0 0;
   overflow: hidden;
   border: 1px dashed green;
}
  
#content .BlockImgTextOben 
  {
   padding: 0 1em 0 0;
  }
  
#content .BlockImgTextUnten 
  {
   padding: 0 1em 0 0;
  }
  
#content .BlockImgTextRechts 
  {
   float:left;
   padding: 0 1em 0 0;
   /* border: 1px dashed yellow;*/
  }
  
#content .BlockImgTextLinks 
  {
   float:right;
   padding: 0 0 1em 1em;
  }

.footer {
    width: 420px;
    text-align: right;
    /* background-color: #EDEDED;*/
    border-top: 1px solid #606878;
    
    padding: 0px !important;
}

.footer a  {
    text-decoration: underline;
    font-size: 0.9em;
}

.footer a:hover {
    color: #E7472D;
}

.FooterLinkPanel {
    width: 420px;
    text-align: right;
    /* background-color: #EDEDED;*/
    border-top: 1px solid #606878;
    
    padding: 0px !important;
}

.FooterLinkPanel a  {
    text-decoration: underline;
    font-size: 0.9em;
}

.FooterLinkPanel a:hover {
    color: #E7472D;
}

/*

#menu,
#menu ul,
#menu ul li {
		float: left;
}



#menu 
{
    padding-bottom: 12px;
    background: url(../img/peterbucher/menu_end.jpg) repeat-x bottom;
    
    line-height: 0.9em;
    font-size: 0.9em;
    width: 100%;
}

#menu ul {
		list-style-type: none;
		padding-top: 0;
		
		height: 1.98em;
		
		width: 100%;
}



#menu a
{
        display: block;
		color: white;
		margin-right: 0.1em;
		border-bottom: solid 2px transparent;
		color: white;
		padding: 0.4em 0.8em;
		text-decoration: none;
}
*/



/********************* */

#PermanentActiveMenu,
#PermanentActiveMenu ul,
#PermanentActiveMenu li,
#menu,
#menu ul,
#menu li
{
    float: left;
}


#PermanentActiveMenu, #menu 
{
	margin-left: 230px;
	width: 780px;
	height: 25px;
}


#PermanentActiveMenu {
	margin-top: 100px;
	padding-left: 70px;
}

#PermanentActiveMenu ul, #menu ul 
{
	list-style-type: none;
}

#PermanentActiveMenu ul li a, #menu ul li a 
{
	padding: 3px 30px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

#menu ul li a {
	color: #00538E;
}

#menu ul li a.active 
{
    color: #5783B4;
}

#PermanentActiveMenu ul li a {
	padding: 3px 20px;
    color: white;
}

#menu {
	background-color: #FFE192;
}


/***************************/

#footer {
    clear: both;
}

/* 
User Formatierungen für OCM eingebaute Klassen
*/
.Grid {
	color: #272727;
}

.Grid th {
	font-weight: bold;
}

.Grid td a:hover {
    color: #FFE192;
}

.GridAltItem {
    border : 1 solid #d2b48c;
}

.hlTextTitle {
	color: #00538E;
}

.hlTextonly a { 
    text-decoration: underline;
    font-weight:normal;
    color: #00538E;
}

#InfoLeft { 
    border : 1px dashed silver;
}

#InfoLeft .ContainerBlock { 
    border : 1px solid #606878;
}

#InfoLeft span.Title { 
    background-color : #cccccc;
    font-weight : 700;
}

#InfoLeft p.hlDistancerP { 
    background-color : blue;
}

#InfoLeft p.description { 
    background-color : #cccccc;
}

#InfoLeft div.description { 
    background-color : #cccccc;
}

#InfoLeft a.InhaltTitle { 
    font-weight : 700;
    text-decoration : underline;
}

.tableBox {
	background-color: #FDEFCA;
	border: 1px solid #FFE192;
}

.performanceView 
{
    width: 210px;
	margin: 10px auto;
    background: white;
    text-align: center;
    font-size: 18px;
    color: #808080;
}

.performanceView span 
{
    color: #FF6E5E;
}

#content ul, #content ol
{
    padding-left: 40px;
}

#suchGrids table {
    border: 1px solid black;
}

#suchGrids th {
    background-color: #dedede;
}

#suchGrids td {
    border: 1px solid gray;
    padding: 2px;
}

.backgroundidentifier /* verwendet bei dynamischem hintergrundbild im Contentbrech */
{
 margin-left:280px;
}

.adressinfo 
{
	text-align: right;
	font-size: 0.75em;
}

/* Kontaktformular */

.error {
    color: Red;
}

#content div.formular {
    width: 460px;
    font-size: 0.8em;
    margin: 5px 5px 5px 0px;
    padding: 8px 8px 5px 8px;
}

#content div.formular label {
    display:block;
    float:left;
    height: 20px;
    line-height: 20px;
    margin-bottom:0px;
    margin-top:5px;
    padding-right:4px;
    text-align:left;
    width:20%;
}

#content div.formular span {
    float: right;
}

#content div.formular input,
#content div.formular textarea {
    border:1px solid gray;
    display:block;
    float:right;
    height: 20px;
    line-height: 20px;
    margin-right:10%;
    margin-top:3px;
    width:68%;
}

#content div.formular textarea {
    height: 100px;
}
