@import url("content.css"); /* FontStyle wird importiert */


/* Base Style
----------------------------------------------------------------------------------------------------*/
 
body {
  font: 13px/1.5  Verdana, sans-serif;
  line-height: 16px;
}

html {
  background: #fff url(../img/bg.jpg) no-repeat;
}

a {
  color: #aa141d; /* rot */
  text-decoration: none;
}

a:focus{
  outline: 1px dotted invert;
}
a:hover{
  text-decoration: none;
}


#frame {
  width: 942px;
}

.center {
  margin:0 auto;
  text-align:left;
}

.displayn {
  display: none;
}

.clearfloat{
  clear:both;
}

#frame_2 {
  float:left;
  width: 942px;
  margin-top: 49px;
  min-height: 500px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header {
  float: left;
  width: 100%;
  border: 1px solid #cccccc; /* grau */
  height: 150px;
  background-color: #fff;
}

#header img{
  float: left;
  border: 3px solid #fff;
}

#logo {
  float: right;
  background: #fff url(../img/logo.jpg) no-repeat;
  height: 143px;
  width: 140px;
  border-top: 3px solid #fff;
}

/* Main Navigation
----------------------------------------------------------------------------------------------------*/

#main_nav {
  float:left;
  height: 50px;
  margin: 13px 0px 13px -20px;
}

#main_nav li {
  float: left;
  list-style:none;
  text-align: center;
  padding: 0px 3px 0 3px;
}

#main_nav li a{
  text-decoration: none;
  font-size: 16px;
}

#main_nav li a:hover{
	color: #000;
}

/* Content Style
----------------------------------------------------------------------------------------------------*/

#content {
  float: left;
  width: 100%;
  border: 1px solid #cccccc; /* grau */
  background: #fff url(../img/content-bg.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#content_inhalt {
  float: left;
  margin: 25px;
  min-height: 400px;
  height:auto !important;
  height: 400px;
}

/* Ab hier kann man dann alles löschen */
#content_text {
  float: left;
  width: 690px;
}

#content_inhalt img{
  float: left;
  border-right: 25px solid #fff;
}
/* Ab hier NICHTS mehr löschen */

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
  float: left;
  height: 23px;
  width: 942px;
  margin-top: 62px;
  background-color: #aa141d; /* rot */
}

#footer span {
  float: right;
  color: #fff;
  border-top: 2px solid #aa141d;
  border-right: 4px solid #aa141d;
}

#footer a{
	text-decoration: none;
  font-size: 14px;
  color: #fff;
}

#footer a:hover{
	color: #fcf0d8; /* rosa */
}