/* Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 75% Verdana,Tahoma,Arial,sans-serif;
background: #f4f7ff url(images/ta_bg.gif) top center repeat-y;
}

/* Box fuer den Inhalt */
#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 750px;

}

/* Header fuer Firma und Spruch des Tages */
#header_ta {
clear: both;
margin: 0px 0 0px 0;
padding: 0;
height: 15px;
}

/* Banner-Bild */
#header {
  height: 144px;
  background: url(images/banner.jpg) no-repeat top center;
}

#header .title { 
 text-align: right;
  padding: 10px 10px 10px 10px;
  font-size: 1.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
  display: none;
}

#header .subTitle {
  padding: 10px 10px 10px 12px;
  color: #EEE;
  text-align: right;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}

/* h1 fuer Firmenname */
#header_ta h1
{
	width: 250px;
	margin: 0 0 10px 0;
	float: left;
	color: #436ab8;
	font-size: 1.6em;
}

/* Header fuer Spruch des Tages */
#header_ta p {
float: left;
text-align: center;
color: #666666;
margin: 0 0 10px 30px;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

/* Menue oben */
#menu {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1em;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  background: url(images/rolover_menu.gif) no-repeat top center;
  color: #2f51b3;
}

/* Menue links, nicht verwendet */
#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 100px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #ebf0ff;
}	
	
#avmenu li a:hover {
background: #ffffff;
color: #2f51b3;
}

/* Bemerkungen unter den Links */
.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #ebf0ff;
line-height: 1.3em;
}

/* Rechte Spalte */
#extras {
float: right;
width: 180px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

/* Inhalt, Mittlere Spalte */
#content {
margin: 0 10px 20px 22px;
border-left: 0px solid #d3deff;
border-right: 0px solid #d3deff;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
color: #003399;
}

#content img
{
	padding: 0px;
	display: inline;
	background: #cccccc;
	border: 0px solid #f0f0f0;
}

h3 {
font-size: 1.2em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 0px solid #d3deff;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}




