/*Base
---------------------------------------------------------------*/
.* {
  margin 0;
}


body {
    font-size: 1em;
    color: #000066;
  background-color: #E4E4E4;
  background-image: url(images/MSTS_back.gif);
  background-repeat: repeat-x;
}


/*Layout
-----------------------------------------------------------*/

#page {
  width: 950px;
  margin: auto;
}


/*Logo left
-------------------------------------------------------*/

#left_bar {
  width: 150px;
  float: left;
}

#logo {
  height: 100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color: #000066;
  text-align: center;
}
#logo a {
  text-decoration: none;
}



#category {
    text-align: center;
    margin-top: 100px;
}


/*center
--------------------------------------------------------*/

#center_bar {
  width: 640px;
  float: left;
}

#titel {
  height: 100px;
  text-align: center;
}


#container {
  width:640px;
}



a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #CC00CC;
}
a:hover {
	color: #990000;
}

a img {
  border: none 0pt;
}


h2 {
  color: #000066;
}

hr {
  width: 30%;
  color: #000066;
  margin: auto;
}



.text_normal {
	font-family: Calibri, Verdana, Arial, sans_serif;
	font-size: 1em;
	color: #000066;
	text-align: justify;
	padding: -5px 5px -5px 5px;
    text-indent: 2em;

}
.SubTitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000066;
	text-align: left;
}
.link_intern {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}

.left {
  float: left;
  padding-right: 5px;
}

.center {
  text-align: center;
}

.bild_legende {
  text-align: center;
  color: #006633;
  font-family: Corbel, Verdana, Arial, sans_serif;
  font-style: italic;
}




/*center special
-------------------------------------------------------*/
 .act_download {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: right;
	color: #FF0000;
	text-decoration: none;
}

.book_autor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
    color: #000066;
    text-align: center;
}

.book_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
    color: #000066;
	text-transform: capitalize;
    text-align: center;
}

/*Photo Gallery
-------------------------------------------------------------*/

#gallery {
	font-family: Corbel, Verdana, Arial, sans_serif;
	font-size: 1em;
	color: #000066;
    text-align: center;
}



#gallery li {
    list-style: none;
    width: 150px;
    margin: 20px;
    float: left;
}

#gallery ul {
  clear: both;
}

#gallery a {
  text-decoration: none;
}


/*Downloads
--------------------------------------------------------*/

#download h1 {
    text-align: center;
}

#download a {
  font-family: "arial black", arial, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
}

#download a:hover {
  color: red;
  font-family: "arial black"
}

#download hr {
  width: 33%;
  text-align: center;
  font-family: "arial black"
}

/*News
----------------------------------------------------------*/

.date {
  font-style: italic;
}

/*Side menu
---------------------------------------------------------------------*/

#right_bar {
  width: 150px;
  float: right;
}

#side_titel {
  height: 100px;
}

#side_menu {
  margin-top: 100px;
}


#side_menu p {
    padding-bottom: 2px;
    line-height: 0.8em;
   	font-family: Corbel, Verdana, Arial, sans_serif;
	font-size: 0.8em;
	color: #0000aa;
	text-align: right;
	text-decoration: none;
}

#side_menu h2 {
    color: #990000;
	text-align: right;
    font-family: Consolas, Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
}


#side_menu a {
  text-decoration: none;
}






/*old to check
--------------------------------------------------------*/






