/* CSS Document */

/*********************************************** *  * Allgemeine CSS * *********************************************/

body {

	font-family: arial, sans-serif;

	color: #666666;

	background-image: url(graphics/background.gif);

	text-align: center;

	font-weight: normal;

	font-size: 12px;

}

a {

	text-decoration: underline;

  color: #666666;

}

a:hover {

	text-decoration: none;

}

  a.infobox { border-bottom: 0px text-decoration:none; }
  a.infobox:hover { cursor:help; color:#c30; background:white; }
  a.infobox span { visibility:hidden; position:absolute; left:-99em;
    margin-top:1.5em; padding:1em; text-decoration:none; }
  a.infobox:hover span, a.infobox:focus span, a.infobox:active span {
    visibility:visible; left:auto; top:auto;
    border:1px solid #c30; color:blue; background:white; }

h1 {

	margin: 0px;

	padding: 0px;

	margin-bottom: 5px;

	font-size: 22px;

	font-weight: bold;

}

h2 {

	margin: 0px;

	padding: 0px;

	font-size: 18px;

	font-weight: bold;

	margin-bottom: 5px;

}

h3 {

	margin: 0px;

	padding: 0px;

	font-size: 14px;

	font-weight: bold;

}

p {

	margin: 0px;

	padding: 0px;

	font-size: 12px;

	margin-bottom: 5px;

}

div {

	margin: 0px;

	padding: 0px;

}

/**************** *  * Allgemeine CSS - ENDE * ***************/

div#top {

	padding: 5px;

	height: 100px;

}

div#all {


	margin-left: auto;
	margin-right: auto;


	text-align: left;

	width: 1000px;

}

.spacer{

	clear: both;

}

/*********** LOGO und HEADER ***********/

span.logoMjit {

  text-decoration: none;

	color: rgb(204,0,0);

	font-weight: normal;

	text-align: center;

}

.logoMjit a {

	text-decoration: none;

	color: rgb(204,0,0);

	font-size: 30px;

	font-weight: normal;

}

span#nav_top_right {

	margin-left: 50px;

	text-align: right;

}

#nav_top_right a {

	text-decoration: none;

	font-weight: bold;

	font-size: 14px;

	color: #666666;

}



/********** Content rechts **************/



div#block_right {

	overflow: auto;

	height: 525px;

	float: right;

	position: relative;

	width: 650px;

}

.img_content {

	float: left;

	width: 200px;

	position: relative;

	font-size: 10px;

	font-weight: bold;

}

.right_conten_block{

clear: both;

}

.punktliste{

list-style-type: disc;

}

/*********************** Navigation links *********************/

div#block_left {

	position: absolute;


	width: 300px;

}

#block_left p{

  margin: 0px;

}

#block_left a{

  margin: 0px;

  text-decoration: none;

}

.nav_level_1 a{

  font-size: 14px;

  font-weight: bold;

  color: rgb(204,0,0);  

}

.nav_level_1{

  margin-bottom: 10px;

}

.nav_level_2 a{

  font-size: 12px;

  color: #666666;

  font-weight: normal;

}
.nav_level_2 a:hover{

  font-weight: bold;

}
.nav_level_2{

  margin-left: 18px;

  margin-bottom: 10px;

}

.nav_level_3 a{

  font-size: 12px;

  color: #666666;

  font-weight: normal;

}

.nav_level_3{

  margin-left: 0px;

}

/********************* FOOTER 1****************************/

.footer_wrap{

	position: relative;

	font-size: 11px;

	top:19px;

	padding-top: auto;;

}

.footer1{

	margin-left: 350px;

	height:70px;

	vertical-align: middle;

}

.footer2{

	margin-top: 10px;

	font-size: 11px;

}



