/*=============================================================================
** 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:12px;
	OVERFLOW:auto;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
}

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

/*============================= layout =============================*/
#header
{
	width:960px;
	height:65px;
	background-image:url(../images/gradient.jpg); 
	background-repeat:repeat-y;
}

#content 
{
	clear: both;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
	background-color:white;
}

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

#contentCol 
{
	float: right;
	width: 780px;
	height: 500px;
	padding-top: 5px;
	text-align: left;
	background-color:#ffffff;
}

#contentBody
{
	max-height:470px;
	overflow:auto;
	height: 470px;
	width: 768px;
	border-left: 1px solid dimgrey;
	border-right: 1px solid dimgrey;
	padding-left:5px;
	padding-right:5px;
}
#footer
{
	clear: both;
	width: 960px;
	padding: 5px 0 0 0;
	background-color:white;
	overflow:auto;
}

#dialog
{
	height:0px;
	width:0px;
	max-height:0px;
	max-width:0px;
	padding: 0;
	margin: 0;
}
/*============================= header =============================*/
#titlemenu
{
	float: left;
	width: 600px;
	padding-top:0px;
	padding-left:20px;
	text-align:left;
	color:white;
	font-size:13px;
}
#titlemenu a, #titlemenu a:visited
{
	padding-left:10px;
	padding-right:10px;
	color:red;
	text-decoration:none;
}
#titlemenu a:hover
{
	padding-left:9px;
	padding-right:9px;
	color:white;
	border:1px solid #ffffff;
}

#title
{
	padding-top:10px;
	text-align:center;
	color:white;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}
#logo
{
	float: right;
	width: 340px;
	height:65px;
	background: url(../images/fg-header.png)  no-repeat 0px 2px;
}

/*============================= main menu / navigation =============================*/
#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;
	padding-top:4px;
	color:#FFFFFF;
}

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

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

#menu a:hover
{
	color: white;
	background-color: #285ebc;
    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 =============================*/

#contentCol h1
{
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	color: #1E468A;
	padding:4px 0 0 0 ;
	margin: 0 0 0 0;
	background: url(../images/header1.bmp) repeat-x 0px 0px;
	height: 20px;
}

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

#contentCol h3 
{
	font-size: 12px;
	font-weight:bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentCol h4
{
	text-align:center;
	font-size:13px;
	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:12px;
	color: #000;
}

#contentCol .newsdate
{
	font-size:11px;
	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: 12px;
	color: black;
	vertical-align:top;
}

#contentCol .label
{
	font-size:11px;
	font-style:italic;
	color:dimgray;
}

#contentCol p, #contentCol li
{
	font-size: 12px;
	color: black;
	text-align:left;
	margin: 12px 0px;
}

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

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

#contentCol ul
 {
	font-size: 12px;
	font-weight: normal;
	color: darkblue;
	list-style-position:outside;
	list-style-type:disc;
	padding-left:20px;
	margin-left:0px;
}

#contentCol ol
 {
	font-size: 12px;
	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: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#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 .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 .wordlink 
{
	color:darkblue;
	background: url(../images/wordlink.gif) no-repeat 5px 0px;
	padding-left: 30px;
	text-decoration:none;
}

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

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

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

#contentCol .header
{
	background-color:#A8BEE4;
	height:20px;
}
#contentCol .header td
{
	font-weight:bold;
	vertical-align:middle;
}
#contentCol .sort_header
{
	background: url(../images/sort_header.png) no-repeat right 4px;
	background-color:#A8BEE4;
}
#contentCol .sort_asc
{
	background: url(../images/sort_asc.png) no-repeat right 4px;
	background-color:#A8BEE4;
}
#contentCol .sort_desc
{
	background: url(../images/sort_desc.png) no-repeat right 4px;
	background-color:#A8BEE4;
}
#contentCol .hatched1
{
	background-color:lightgrey;
}
#contentCol .hatched2
{
	background-color:white;
}
#contentCol .hatched3
{
	background-color:#E6ECF7;
}


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

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

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

/*============================= navigation =============================*/
#navigationCol .hint
{
	padding-right:10px;
	font-size: 12px;
}

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

#navigationCol td
{
	font-size: 12px;
	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;
}

#navigationCol .link, #navigationCol .link:visited
{
	color:blue;
	text-decoration:none;
}

#navigationCol .link:hover
{
	color:blue;
	text-decoration:underline;
}

/*============================= footer =============================*/
#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: 11px;
	font-weight:bold;
	color:#9EB6E1; /*#285ebc;*/
}

