/*=============================================================================
** general CSS-Stylesheet for Hompage 'SC Freiburg Fangemeinschaft
**-----------------------------------------------------------------------------
** copyright (c) by Stefan Kientzler, 2009
\*===========================================================================*/

/* general settings */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	color:black;
	font-size:9pt;
	OVERFLOW:auto;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
}

table
{
	border: none;
	color:black;
	font-size:9pt;
	background-color:transparent;
	padding:0px;
}

/* titlebar */
.title
{
	background-image:url(../images/gradient.jpg); 
	background-repeat:repeat-y;
}

.admintitle
{
	color:white;
	font-size:14pt;
	font-style:italic;
	font-weight:bold;
}

.logo
{
	/* background: url(../images/fg.gif) no-repeat 5px 3px; */
	background: url(../images/fg-schriftzug.gif) no-repeat 40px 3px;
	text-align:right;
	height:64px; /*100px;*/
}

#bckgnd1, #bckgnd2
{
	border: 0pt none ;
	margin: 0pt;
	padding: 0pt;
	background-color: rgb(232, 232, 232);
	background-image: none;
	position: absolute;
	z-index: 100000;
	top: 0px; 
	left: 0px;
	width: 50px;
	height: 50px;
}

#titlemenu
{
	vertical-align:top;
	padding-left:10px
}

#titlemenu a, #titlemenu a:visited
{
	padding-left:25px;
	padding-right:10px;
	color:red;
	text-decoration:none;
	/* color:#3C0000; */
}

#titlemenu a:hover
{
	padding-left:24px;
	padding-right:9px;
	color:white;
	border:1px solid #ffffff;
}

#titlemenu .titlehome
{
	background: url(../images/titlehome.png) no-repeat 5px 0px;
}

#titlemenu .titlecontact
{
	background: url(../images/titlecontact.png) no-repeat 5px 0px;
}

#titlemenu .titlesitemap
{
	background: url(../images/titlesitemap.png) no-repeat 5px 0px;
}

#titlemenu .titleadmin
{
}

/* main menu  */
#menu 
{
}

#menu a, #menu a:visited
{
	display:block;
    border:1px solid black;
    margin-bottom:2px;
    font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#3C0000; /* #333333;*/
	padding-top:3px;
	color:#FFFFFF;
}

#menu .item
{
	width:150;
	height:21;
	font-size:9pt;
	background: url(../images/header2.bmp) repeat-x 0px 0px;
}

#menu .subitem
{
	width:135;
	height:15;
	margin-left:15px;
	font-size:8pt;
	background: url(../images/header2.bmp) repeat-x 0px 0px;
}

#menu a:hover
{
	color: white;
	background-color: #285ebc; /*#aeaeae*/
    border:1px solid white;
	background: url(../images/header1.bmp) repeat-x 0px 0px;
}

#menu .active a
{
	color: darkblue;
	background-color: #285ebc; /*#aeaeae*/
    border:1px solid #285ebc;
	background: url(../images/header1.bmp) repeat-x 0px 0px;
}

/* Content */

#content 
{
	width: 960px;
	margin: 5px 0px 0px 0px;
	padding: 0 0 0 0 ;
}

/* Column for Content */

#contentCol 
{
	float: right;
	width: 780px; /*670px; */
	height: 500px; /* 560px; */
	text-align: left;
	background-color:#ffffff;
}

#contentcol .contentbody
{
	max-height:470px;	/* 530 */
	overflow:auto;
	height: 470px; /* expression( '470px' );	*/
	border-left: 1px solid dimgrey;
	border-right: 1px solid dimgrey;
	/* border-top:1px solid darkred; 
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey; */
	padding-left:5px;
	padding-right:5px;
	/* background-image:url(../images/contentbckgnd.jpg);  */
	background-repeat:repeat;
}

#contentCol h1
{
	text-align:center;
	font-size: 12pt;
	font-weight:bold;
	color: #1E468A;
	margin-top: 0;
	margin-bottom: 0;
	background: url(../images/header1.bmp) repeat-x 0px 0px;
	/*border: 1px solid white;*/
	/* border-top: 1px solid dimgray;*/
	border-bottom: 1px solid white;
	/*border-left: none;
	border-right: none; */
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 0px;
}

#contentCol h2 
{
	font-size: 12pt;
	font-weight:bold;
	color: black;
	background: url(../images/square_bullet.png) no-repeat 4px 14px;
	/* border-bottom: 1px solid dimgray; */
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#contentCol h3 
{
	font-size: 9pt;
	font-weight:bold;
	color: black; /* #1E468A;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentcol h4
{
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	color: #1E468A;
	margin-top: 0;
	margin-bottom: 0;
	background: url(../images/header1.bmp) repeat-x 0px 0px;
	border-bottom: 1px solid white;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	height:20px;
}

#contentcol .note
 {
	position: absolute;
	top: 0px;
	left: 0px;
	width:350px;
	background: #fff;
	padding: 3px 3px 7px 3px;
	border: 1px solid #000;
	z-index: 1;
	visibility: hidden;
	font-size:9pt;
	color: #000;
}

#contentcol .newsdate
{
	font-size:8pt;
	font-style:italic;
	color:dimgray;
	text-align:right;
	padding-right:10px;
	border-bottom: 2px solid lightgrey;
}

#contentCol table
{
	width:100%;
	padding-bottom: 0px;
	padding-top: 0px;
}

#contentCol td
{
	font-size: 9pt;
	color: black;
	vertical-align:top;
}

#contentcol .label
{
	font-size:8pt;
	font-style:italic;
	color:dimgray;
}

#contentCol p, #contentCol li
{
	font-size: 9pt;
	color: black;
}

#contentCol .navigate, #contentCol .navigate:visited
{
	color: white;
	padding: 4px 10px;
	font-weight: bold;
	text-decoration:none;
	height:21;
	font-size:9pt;
    border:1px solid black;
	background: url(../images/header2.bmp) repeat-x 0px 0px;
}

#contentCol .navigate:hover
{
    border:1px solid white;
	background: url(../images/header1.bmp) repeat-x 0px 0px;
}
#contentCol .hint
{
	font-size: 9pt;
}

#contentCol .journeytitle
{
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
}

#contentCol .journeyoponent
{
	color: #1E468A;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

#contentCol .journeyprice
{
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
}


#contentCol ul
 {
	font-size: 9pt;
	font-weight: normal;
	color: darkblue;
	list-style-position:outside;
	list-style-type:disc;
	/*list-style-image:url(../images/circle_bullet.gif);*/
	padding-left:20px;
	margin-left:0px;
}

#contentCol ol
 {
	font-size: 9pt;
	font-weight: normal;
	color: darkblue;
	list-style-position:outside;
	margin-top:0px;
	padding-top:0px;
	padding-left:30px;
	margin-left:0px;
}

#contentcol input, #contentcol textarea
{
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-family: Courier, monospace; */
}

#contentCol .allowed
{
	color:black;
}

#contentCol .forbidden
{
	color:red;
	font-weight:bold;
}

#contentCol .mailto 
{
	color:darkblue;
	background: url(../images/mailto.gif) no-repeat 5px 3px;
	padding-left: 30px;
	text-decoration:none;
}

#contentCol .mailto:hover
{
	color:darkblue;
	background: url(../images/mailto.gif) no-repeat 5px 3px;
	padding-left: 30px;
	text-decoration:underline;
}

#contentCol .homepage
{
	color:darkblue;
	background: url(../images/homepage.png) no-repeat 5px 0px;
	padding-left: 30px;
	text-decoration:none;
}

#contentCol .homepage:hover
{
	color:darkblue;
	background: url(../images/homepage.png) no-repeat 5px 0px;
	padding-left: 30px;
	text-decoration:underline;
}

#contentCol .mobile
{
	color:darkred;
	background: url(../images/mobile.gif) no-repeat 5px 3px;
	padding-left: 30px;
	text-decoration:none;
}

#contentCol .phone
{
	color:darkred;
	background: url(../images/phone.gif) no-repeat 5px 3px;
	padding-left: 30px;
	text-decoration:none;
}

#contentCol .gallerylink 
{
	color:darkblue;
	background: url(../images/gallerylink.gif) no-repeat 5px 2px;
	padding-left: 30px;
	text-decoration:none;
}

#contentCol .gallerylink:hover
{
	color:darkblue;
	background: url(../images/gallerylink.gif) no-repeat 5px 2px;
	padding-left: 30px;
	text-decoration:underline;
}

#contentCol a
{
	color:blue;
	text-decoration:none;
}

#contentCol a:hover
{
	color:blue;
	text-decoration:underline;
}

#contentCol .indexlink 
{
	color:darkblue;
	font-weight:bold;
	font-style:italic;
	background: url(../images/indexlink.png) no-repeat left 2px;
	padding-left: 30px;
	text-decoration:none;
}

#contentCol .indexlink:hover
{
	color:red;
	background: url(../images/indexlink_hover.png) no-repeat left 2px;
	text-decoration:underline;
}

#contentCol .internallink 
{
	color:darkblue;
	background: url(../images/internallink.gif) no-repeat right 2px;
	padding-right: 25px;
	text-decoration:none;
}

#contentCol .internallink:hover
{
	color:red;
	background: url(../images/internallink.gif) no-repeat right 2px;
	padding-right: 25px;
	text-decoration:underline;
}

#contentCol .externallink 
{
	color:darkblue;
	background: url(../images/externallink.gif) no-repeat right 2px;
	padding-right: 25px;
	text-decoration:none;
}

#contentCol .externallink:hover
{
	color:darkblue;
	background: url(../images/externallink.gif) no-repeat right 2px;
	padding-right: 25px;
	text-decoration:underline;
}

#contentCol .opponentlink 
{
	color:darkblue;
	background: url(../images/opponentlink.gif) no-repeat right 0px;
	padding-right: 10px;
	text-decoration:none;
}

#contentCol .opponentlink:hover
{
	color:darkblue;
	background: url(../images/opponentlink.gif) no-repeat right 0px;
	padding-right: 10px;
	text-decoration:underline;
}

#contentCol .pdflink 
{
	color:darkblue;
	background: url(../images/pdflink.gif) no-repeat 5px 0px;
	padding-left: 30px;
	text-decoration:none;
}

#contentCol .pdflink:hover
{
	color:darkblue;
	background: url(../images/pdflink.gif) no-repeat 5px 0px;
	padding-left: 30px;
	text-decoration:underline;
}

#contentCol .download
{
	color:darkblue;
	background: url(../images/download.gif) no-repeat left 2px;
	padding-left: 25px;
	text-decoration:none;
}

#contentCol .download:hover
{
	color:darkblue;
	background: url(../images/download.gif) no-repeat left 2px;
	padding-left: 25px;
	text-decoration:underline;
}

#contentCol .header
{
	background-color:#A8BEE4;
}
#contentCol .header td
{
	font-weight:bold;
}
#contentCol .hatched1
{
	background-color:lightgrey;
}
#contentCol .hatched2
{
	background-color:white;
}
#contentCol .hatched3
{
	background-color:#E6ECF7;
}

/* Column for navigation */

#navigationCol 
{
	float: left;
	width: 150px;
	text-align:left;
	padding-right: 4px;
	padding-left: 12px;
	height: 500px; /*560px;*/
	background:url(../images/animate.gif) no-repeat 20px bottom; 
	border-left: 1px solid dimgrey;
}

#navigationCol .hint
{
	padding-right:10px;
	font-size: 9pt;
}

#navigationCol table
{
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 9pt;
}

#navigationCol td
{
	font-size: 9pt;
	color: black;
	vertical-align:top;
}

#navigationCol .header
{
	background-color:#A8BEE4;
}
#navigationCol .header td
{
	font-weight:bold;
}
#navigationCol .hatched1
{
	background-color:lightgrey;
}
#navigationCol .hatched2
{
	background-color:white;
}
#navigationCol .hatched3
{
	background-color:#E6ECF7;
}
#navigationCol .row
{
	background-color:#E6ECF7;
}

#logoCol
{
	color:white;
	background:url(../images/fg-logo.gif) no-repeat 20px 5px; 
	background-color:transparent;
	font-size: 9px;
	font-weight:bold;
	float: right;
	width: 100px;
	margin-top:0px;
	height:240px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

#advertCol
{
	color:white;
	/* background-image:url(../images/advert_bck.bmp);  */
	background-repeat:repeat-y;
	background-color:white;
	font-size: 9px;
	font-weight:bold;
	float: right;
	width: 100px;
	margin-top:158px;
	height:160px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

/* Footer */
#footer
{
	clear: both;
	width: 960px;
	padding: 5px 0 0 0;
}

#footerLeft
{
	float: left;
	width: 310px;
	text-align:left;
}

#footerCenter
{
	float: left;
	width: 320px;
	text-align:center;
}

#footerRight
{
	float: right;
	width: 310px;
	text-align:right;
}

#footer p
 {
	margin-top:0px;
	font-size: 8pt;
	font-weight:bold;
	color:#9EB6E1; /*#285ebc;*/
}
