/**********************************************************************
 * PROJECT: info.engelhorn.de
 * FILE:    acces/_templates/css/master.css
 * --------------------------------------------------------------------
 * 19.02.2009    mtidona    Erstellung
 **********************************************************************/

/*
 * MAJOR COLORS:
 *
 */

/***********************************************
 * General
 ***********************************************/

body  {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	color: #484848;
	background-color: #FFFFFF;
	font-size: 9pt;
}


/***********************************************
 * Template Related
 ***********************************************/

#RelatedLinkAccordionWrapper, #RelatedLinkAccordionWrapper .headline {
    border-color: #B8A394;
}

#Breadcrumb {
    display: none; /* do not display breadcrumb navigation */
    width: 100%;
    height: 14px;
    margin-top: 9px;
    padding: 0px 0px 5px 16px;
}
#Breadcrumb a.breadcrumb:link, #Breadcrumb a.breadcrumb:visited { 
	text-decoration: none; 
	font-size: 11px;
	color: #353535;
}
#Breadcrumb a.breadcrumb:hover { 
	text-decoration: underline; 
	font-size: 11px;
	color: #4A4A4A;
}

/*--------------*/

#ContentContainer1 {
	margin: 0px auto 27px auto;
	padding: 0px;
	text-align: left;
}

/*--------------*/

.menutd {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-color: #E1E1E1;
}

.menulogo {
	margin-left: -5px;
}

#Menu {
	width: 180px;
	padding: 10px 0px 10px 0px;
	z-index: 10;
}
#Menu ul {
	list-style-type: none;
	margin: 10px 0px 15px 0px;
	padding: 0px;
}
#Menu li, #Menu li li, #Menu ul ul {
	list-style-type: none;
	margin: 0px;
	height: 100%;
}
#Menu a {
	display: block;
	min-height: 15px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 10px 2px 15px;
	font-size: 9pt;
}
#Menu a:link, #Menu a:visited {
	color: #7D7D7D;
}
#Menu a:hover, #Menu a:active, #Menu a.menuover {
	color: #333;
}
#Menu a.secondlevel, #Menu a.secondlevelover {
	padding-left: 26px;
	border-color: #7D7D7D;
	font-size: 8pt;
}
#Menu a.secondlevel:link, #Menu a.secondlevel:visited {
}
#Menu a.secondlevel:hover, #Menu a.secondlevel:active, #Menu a.secondlevelover {
	color: #333;
}

#MenuSubtext {
	margin: 30px 10px 30px 14px;
	line-height: 1.3em ;
	color: #7D7D7D;
	font-size: 9pt;
	z-index: 10;
}
#MenuSubtext a:link, #MenuSubtext a:visited {
	display: inline;
	padding: 0px;
	background-image: none;
	border: none;
	text-decoration: underline;
}
#MenuSubtext a:hover, #MenuSubtext a:active {
	display: inline;
	padding: 0px;
	background-image: none;
	border: none;
	text-decoration: none;
}


/***********************************************
 * Content Related
 ***********************************************/

#Content {
    position: relative;
    font-size: 10pt;
    min-height: 496px;
    height: auto !important; /* IE6 */
    height: 496px;
    line-height: 13pt;
}

#Content p {
	margin: 0px 0px 10px 0px;
}

#Content .textmargins {
	display: block;
	padding: 17px 17px;
}

#ContentTable {
    background-image: url(../images/content_bg.jpg);
    background-repeat: repeat-x;
    background-color: #D1D1D1;	
}

#Content li { 	
}

#Content hr {
	border: 0px;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 100%;
	text-align: left;
}

h3.sitefilter {
    font-weight: normal;
    letter-spacing: 0;
    margin: 20px 0 5px 0;
}

ul.sitefilter {
    margin: 0;
    padding-left: 17px;
    list-style-type: square;
}

ul.sportsBullets {
    list-style-type: square;
    margin: 0;
    padding: 5px 0px 17px 17px;
}

/*--------------*/

#StartPage {
    color: #FFF;
}

#StartPage h1 {
    font-size: 20pt;
    color: #FFF;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.1em;
}

#StartPage h2, #StartPage h3 {
    color: #FFF;
}

#StartPage p {
    font-size: 10pt;
    color: #FFF;
    font-weight: normal;
    line-height: 1.3em;
}

#StartPage a {
    font-weight: normal;
    text-decoration: underline;
}
#StartPage a:link, #StartPage a:visited {
    color: #7D7D7D;
}
#StartPage a:hover, #StartPage a:active {
    color: #333;
}


/***********************************************
 * Template related
 ***********************************************/

#TemplateTopHeadline {
    position: absolute;
    left: 0px;
    top: 15px;
}
#TemplateTopHeadline h1 {
	font-family: 'Century Gothic',verdana,helvetica,sans-serif;
	font-size: 20pt;
	margin-top: 0px;
	color: #FFF;
	font-weight: normal;
	margin-left: 18px;
	text-transform: uppercase;
	line-height: 1.1em;
	margin-right: 10px;
}

/***********************************************
 * General
 ***********************************************/
 
a:link        { text-decoration: underline; color: #353535; }
a:visited     { text-decoration: underline; color: #353535; }
a:hover       { text-decoration: none; color: #4A4A4A; }

.outlinecolor { background-color: #FFFFFF; border-color: #B8A394; border-width: 1px; border-style: solid; }

.mini { font-size: 0.9em; line-height: 1.2em; }
.imp_mini { font-size: 0.9em; color: #FF6600; line-height: 1.2em; }
.x_mini { font-size: 0.8em; color: #999999; line-height: 1.2em; }
.imp_x_mini { font-size: 0.8em; color: #FF6600; line-height: 1.2em; }
.highlighted { color: #C8BEB8; font-weight: bold; }

h1 { font-size: 12pt; font-weight: bold; color: #333333; letter-spacing: 1pt; padding-top: 0px; margin-top: 10px; }
h2 { font-size: 11pt; font-weight: bold; color: #333333; letter-spacing: 1pt; padding-top: 0px; margin-top: 10px; }
h3 { font-size: 10pt; font-weight: bold; color: #333333; letter-spacing: 1pt; padding-top: 0px; margin-top: 10px; }

.tr_even    { background-color: #E9E9E9; }
.tr_odd     { background-color: #F4F4F4; }
.tr_special { background-color: #C9C9C9; color:#000000; }

.menuout  { border-color: #B8A394; }
.menuover { color: #C8BEB8; }

.inverse   { color: #FFFFFF; }
.inv_small { font-size: 8pt; color: #FFFFFF; }

.alert { color: #DA352B; border-bottom: dotted 1px #DA352B; padding: 6px; margin-bottom: 10px; line-height: 1.4em; }
.alertfield      { background-color: #FFDBDB; color: #993300; }
.alert_inline { color: #DA352B; border-bottom: dotted 1px #DA352B; padding: 6px; margin-bottom: 10px; line-height: 1.4em; }
.important { color: #FF0000; font-weight: bold; }

.input      { font-size: 0.95em; border-width: 1px; border-color: #A8A8A8; background-color: #EFEFEF; color: #5F5F5F; }
.input_mini { font-size: 0.8em; border-width: 1px; border-color: #A8A8A8; background-color: #EFEFEF; color: #5F5F5F; }

.people_outer {
    float: left;
    margin: 0px 6px 6px 0px;
    overflow: auto;
    border: solid 1px #AAAAAA;
    width: 254px;
    max-height: 160px;
}
.people_inner {
    padding: 6px;
    font-size: 1em;
}

.people_image {
    float: left;
    margin: 0px 10px 10px 0px;
}

a.buttonlink:link, a.buttonlink:visited { 
	text-decoration: none; 
	color: #353535;
	padding: 2px;
	line-height: 1.6em;
	border: solid 1px #666;
}
a.buttonlink:hover { 
	text-decoration: none;
	color: #4A4A4A;
	border: solid 1px #AAA;
}

.listitem {
    padding: 0;
}
div.listitem a {
    text-decoration: none;
    font-weight: bold;
    padding: 0;
}