/* NEU */
html, body {
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0px; padding: 0px; 
    font-size: 0.9em;
    line-height: 1.3em;
    text-align: center;
}


#header {
    background: url(/images/vtlogo.gif) no-repeat 90px 20px;
    height:170px;
}

#headline {
   width: 966px;
   height: 60px;
   padding: 0px;
   
}

body.index div.headline {
	background: url(/images/headlines/vandalia-teutonia.gif) no-repeat 10px 10px;
}

body.corps div.headline {
	background: url(/images/headlines/corps.gif) no-repeat 10px 10px;
}


body.aktuelles div.headline {
	background: url(/images/headlines/aktuell.gif) no-repeat 10px 10px;
}

body.aktuelles div.cHeadline {
	display: none;
}

body.aktuelles div.box_content {
	margin: 0px;
}

body.aktuelles div.box {
	margin-bottom: 0px;
}

body.aktuelles #aContent {
	height: 550px;
	background-color: #2c6667;
}

body.selbstverstaendnis div.headline {
	background: url(/images/headlines/selbstverstaendnis.gif) no-repeat 10px 10px;
}

body.corpshaus div.headline {
	background: url(/images/headlines/corpshaus.gif) no-repeat 10px 10px;
}

body.gallery div.headline {
	background: url(/images/headlines/impressionen.gif) no-repeat 10px 10px;
}


body.FAQ div.headline {
	background: url(/images/headlines/faq.gif) no-repeat 10px 10px;
}

body.impressum div.headline {
	background: url(/images/headlines/kontakt.gif) no-repeat 10px 10px;
}

body.veranstaltungen div.headline {
	background: url(/images/headlines/veranstaltungen.gif) no-repeat 10px 10px;
}

#body {
    width: 950px;
    margin: auto;
    background: none;
}

#content {
    float: left;
    width: 720px;
    background-color: #e5e5e5;
    text-align: left;
}

#content .cHeadline {
    height: 20px;
    background-color: #2c6667;
}

body.index #content{
    color: #fff;
    background-color: #2c6667;
}


/* Menu - Styles */
#menu {
    width: 230px;
    float: left;
}

#menu .menu li {
    line-height: 38px;
    background-image: url(/images/menu_bg.gif);
    text-align: left;
    padding-left: 4px;
    list-style: none;
}


.menu a {
    padding-left: 4px;	
}

#menu .menu li .active {
    color: red;
}

div.galleryFormatedList {
   width: 320px;
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
   height: 102px;
   overflow: hidden;
}

div.galleryFormatedList img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}


.login .dialog { margin-left: 25px; width: 195px; }
.box_footer .login table {  margin-left: 25px; }


.facebook {
	margin-top: 15px;
	margin-left: 5px;
}

div.public_menu div.box_title {
	display: none;
}

div.public_menu div.box_content {
	margin-top: 0px;
}

table.veranstaltungen {
	margin: 20px;
	width: 650px;
}

table.veranstaltungen td.month {
	height: 40px;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	
}

table.veranstaltungen td.seperator {
	border-bottom: 2px solid #666;
}