/*
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:
- 
*/

html,
body,
form,
ul,
li {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100.01%; /* wichtig */
}

body, form {
  	height: 100%; /* wichtig */
  	font-family: Verdana;
}

body {
    background: url(../images/css/header_gradient.jpg) repeat-x white;
}

img {
    border: none;
}

.pagecontainer {
    min-height: 98%;
  	height: auto !important; /* moderne Browser */
  	height: 98%; /* IE */
  	
  	width: 1024px;
  	
  	background-color: White;
  	/* width: 1024px; */
}

#header {
  	padding-top: 50px;
    background: url(../images/css/header.jpg) no-repeat #6A6A6A bottom left;
    height: 137px;
}

#header a.logo {
    position: relative;
    left: 715px;
    top: 58px;
    
    width: 300px;
}

/* Navigation */
#nav {
    position: relative;
    bottom: -83px;
    left: 30px;
}

#nav ul li {
	position:relative;
	float:left;
	list-style-type:none;
}

#nav li a {
	display:block;
	float:left;
	padding:0 .4em;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
    color: White;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1em;
    text-decoration: underline;
	margin-right: 0.1em;
	padding: 0.1em 0.2em;
}

#nav ul li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding: 0px 10px 10px 10px;
	
	background: url(../images/css/nav_bg.png);
	
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
}

#nav li ul li a {
	width: 10em/*FF*/;
	white-space:nowrap;
    color: white;
    
    padding-top: 5px;
}

#nav a:hover {
    text-decoration: none;
}

#nav li:hover ul {display:block;z-index:10;top:0.75em !important;}

#content {
    float: left;
    width: 100%;
    padding: 35px;
    color: #5A382E;
    font-size: 0.8em;
}

#pictogram {
    /*
    margin-left: 80%;
    padding: 15px;
    
    font-size: 0.8em;
    */
}

#footer {
    /*
    clear: left;
    position: relative;
    bottom: 0px;
    height: 2%;
    /* width: 1009px; */
    
    padding-left: 15px;
    background-color: #C2C2C2;
    border-top: 1px solid black;
    
    color: Black;
    font-size: 0.7em;
    line-height: 1.5em;
}

#footer ul,
#footer li {
    list-style-type: none;
}

#footer li {
    display: inline;
}

#footer a {
    margin-right: 10px;
}
 
 a:link {
    color: #5A382E;
 }
 a:visited {
    color: #5A382E;
 }
 a:hover {
    color:#5A382E;
 }
 a:active {
    color: #5A382E;
 }

/* 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: right;
        width: 13em;
        margin-right: 1em;
    }
    
    .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
  {
   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;
}

#content .NeuerAbsatz 
  {
   overflow: hidden;
   margin: 10px 0 10px 0;
}

#content p 
{
    margin-bottom: 8px;
}

.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;
  }

.FooterLinkPanel {
    /* background-color: #EDEDED;*/
    padding: 4px;
    border-top: 1px solid #606878;
}

.FooterLinkPanel a  {
    text-decoration: underline;
    font-size: 0.9em;
    margin-right: 5px;
}

.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 {
	font-family: Arial;
	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;
}
