/* Screen.css für http://www.praxis-krykorka.de*/
/* erstellt von www.wolke23.de*/

html {
     padding:0px;
     margin:0px;
     height:100%;
}

body {
     background-color:#ffffff;
     font-size: 11px;
     font-family: Arial, Helvetica, Verdana, Sans-Serif;
     color: #003D69;
     padding:0px;
     margin:0px;
     height:100%;
     letter-spacing:1px;
     line-height: 16px;
}

#links {
	position: absolute;
         z-index:20;
         height: 2700px;
         float: left;
	width: 37px;
         background-color:#de8a18;
	background:url("/img/orange_li.gif");
	background-repeat: repeat-y;
	left: 0px;
         top:0px;
	padding:0px;
	margin:0px;
      	min-height: 100%;
}

html>body #links {  /* nur fuer moderne Browser! */
    position: fixed;
    height:100%;
  }

#mitte {
	position: absolute;
     	z-index:18;
	margin: 0px 190px 0px 37px;
 	background-color:#ffffff;
         min-height: 100%;
}


#rechts {
	position: absolute;
         z-index:20;
         height: 2700px;
         float: left;
	width: 190px;
         background-color:#de8a18;
	background:url("/img/orange_re.gif");
	background-repeat: repeat-y;
	right: 0px;
         top:0px;
	padding:0px;
	margin:0px;
      	min-height: 100%;
}

html>body #rechts {  /* nur fuer moderne Browser! */
    position: fixed;
    height:100%;
  }

#logo1 {
         height: 181px;
         width:467px;
	background:url("/img/logo_index.gif");
         background-repeat:no-repeat;
         margin-left:328px;
         top:1px;
}

#navi1 {
         margin-left:18px;
         margin-top:0px;
}

#start_lay3 {
	position:absolute;
         margin-left:367px;
         top:193px;
}

#logo2 {
         height: 143px;
         width:413px;
	background:url("/img/logo_li.gif");
         background-repeat:no-repeat;
         top:1px;
}

#navi2 {
	position:absolute;
         z-index:25;
         width:330px;
         margin-left:410px;
         top:35px;
}

#navi3 {
	position:absolute;
         z-index:25;
         width:413px;
         top:135px;
         margin-left:35px;
}

#content {
	position:absolute;
         z-index:18;
         width:685px;
         margin-left: 35px;
         padding:20px;
         top:180px;
}

.bild	{
	float:right;
         margin-left:20px;
         margin-bottom:10px;
         margin-left:20px;
         margin-top:25px;
         }

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #DB8B1F;
}

.navi, h2, b, a {
	font-size: 11px;
	font-weight: bold;
	color: #DB8B1F;
}

.text, p, ul, li {

	font-size: 11px;
	font-weight: normal;
	color: #003D69;
}

a.nor:link { color:#003D69; font-weight: normal; text-decoration:underline; }
a.nor:visited { color:#003D69; font-weight: normal; text-decoration:underline; }
a.nor:hover {color:#de8a18; font-weight: normal; text-decoration:underline; }
a.nor:active { color:#de8a18; font-weight: normal; text-decoration:underline; }

#nav li {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 350px;
         color: #de8a18;
         line-height: 18px;
         font-weight:bold;
         letter-spacing:1px;
   }

#nav ul {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
   }

#nav a {
	display: block;
	padding: 0px;
	margin: 0px;
	text-align:right;
         padding: 5px 0;
   }

#nav a:link, #nav a:visited {
   color: #de8a18;
   background-color: #ffffff;
   text-decoration: none;
   width: 330px;
   display: block;
   }

#nav a:hover, #nav a:focus {
   color: #003D69;
   background-color: #ffffff;
   text-decoration: none;
   background-image: url(/img/logo_klein.gif);
   background-repeat: no-repeat;
   background-position: left;
   width: 330px;
   display: block;
   }

#navhor {
   background-color: transparent;
   padding-left:20px;
   border-bottom: 2px solid #ffe;
   height: 14px;
   }

#navhor li {
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
   display:inline;
   }

#navhor ul {
   background-color: transparent;
   padding: 0;
   margin: 0;
   }

#navhor a {
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   color: #003D69;
   text-decoration: none;
   padding: 2px 5px;
   border: 1px solid #de8a18;
   margin: 1.8em 0 0 -1px;
   width: 70px;
   display: block;
   float:left;
   }

#navhor a:link, #navhor a:visited {
   background-color: transparent;
   }

#navhor a:hover, #navhor a:focus {
   background-color: transparent;
   color: #de8a18;
   }
