﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
	background-image:url('../hintergrund/backxmas.jpg');
}
#container {
	width: 100%;
	margin: 0;
	background-attachment: scroll;
}
#sidebar {
	width: 16%;
	height: 80%;
	margin-left: 0;
	margin-top: 0;
	float: left;
	display: inline;
}
#logo_bern {
	height:auto;
	width: 12%;
	margin-left: 0;
	margin-top: 18px;
	float: left;
}
#headertext {
   	height:auto;
	width: 40%;
	margin-left: 350px;
	margin-top: 20px;
}
#logo_burg {
	height:auto;
	width: 20%;
	margin-left: 0;
	margin-top: 30px;
	float:right;
}
#content {
	float: left;
	width: 81%;
	margin-top: 0;
	margin-bottom: auto;
	margin-right: 0;
	margin-left: 0;
	padding: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 0;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 90%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	width: 90%;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	width: 90%;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Allgemeine font Definitionen */
.back2 {background-image: url('images/back.jpg')}

.h1    {font-family: Arial;
	    font-size: 42px;
	    font-style: normal;
	    }
.h2    {font-family: Arial;
	    font-size: 32px;
	    font-style: normal;
	    }
.h2r   {font-family: Arial;
	    font-size: 32px;
	    font-style: normal;
	    color: #FF0000;
	    }
.h3    {font-family:Arial;
        font-size:16px;
        }
.h3r    {font-family:Arial;
        font-size:16px;
        color: #FF0000;
        }
.fussnote{font-family: Arial;
          font-size: 14px;
          color: #008000;
        }
.fussnote-n {font-weight: normal;
        font-family:Arial;
        font-size:12px;
        color: black;
        }  
.linkzeile {font-family: Arial;
	    font-size: 20px;
	    color: blue;
	    text-decoration: underline;
        }
.linkzeile-r {font-family: Arial;
	    font-size: 20px;
	    color: red;
	    text-decoration: underline;
        }       
.linkzeile-s {font-family: Arial;
	    font-size: 15px;
	    color: blue;
	    text-decoration: underline;
        }
.linktab{font-family: Arial;
	    font-size: 18px;
	    color: blue;
	    text-decoration: underline;
        }
.text-1 {font-family: Arial;
         font-size: 32px;
        }
.text-2 {font-family: Arial;
         font-size: 24px;
        }
.text-2r{font-family: Arial;
         font-size: 24px;
         color: #FF0000;
        }
.text-3 {font-family: Arial;
         font-size: 18px;
        }
.text-3r{font-family: Arial;
         font-size: 18px;
         color: #FF0000;
        }    
.text-4 {font-family: Arial;
         font-size: 14px;
        }
.text-4r{font-family: Arial;
         font-size: 14px;
         color: #FF0000;
        }
.center{text-align: center;
        }
.center-b {font-weight: bold;
	       text-align: center;
        }
.center-br{font-weight: bold;
           color: #FF0000;
	       text-align: center;
        }
.center-n {font-weight: normal;
	       text-align: center;
        }
.center-nr {font-weight: normal;
         	color: #FF0000;
 	        text-align: center;
        }
.tabellentitel {
        font-size: 24pix;
        font-weight:bold;
        color:black;
        text-align:left;
        }
.tabellenzeile {
		font-size: 20pix;
        font-weight:normal;
        color:black;
        text-align:left;
		}

.trennlinie {
	   	color=#0000FF;
	    height:2px;
        }
.tabellenliste {
	    font-weight: bold;
        }
.tabellenr {
        border-style: solid;
	    border-width: 0px;
	    }
.tab-border {
	border: 2px solid #0000FF;
        }
.tab-border-text {
	border: 1px solid #0000FF;
	background-color: #66CCFF;
	     }
.tab-border-kurs {
	border: 1px solid #0000FF;
	background-color: #FFFFCC;
        }


	
}


