/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	
/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

html,
body {
	background-color: #000;
	text-align: center;
}

label {
	display: block;
	width: 150px;
}

.clearer {
	clear: both;
}

.pageBorder {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-right: 4px solid #cc1615;
	border-left: 4px solid #cc1615;
}

#site {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top {
	background-color: #000000;
	display:block; 
	width:990px;
	position:fixed;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top:0;
}

* html #top {position:absolute;}

#head {
	position: relative;
	height: 130px;
}

#logo {
	position: absolute;
	top: 10px;
	right: 0;
	width: 417px;
	height: 105px;
	background-image: url(/fileadmin/templates/gsr2008/images/gentle_swiss_racing_logo.gif);
}

#navigation {
	width: 982px;
	height: 40px;
	border: 4px solid #cc1615;
	font-weight: bold;
	font-size: 93%;
	text-transform: uppercase;
}

* html #navigation {
	width: 990px;
	text-align: center;
}

#navigation a {
	text-decoration: none;
	color: #cccccc;
}

#navigation .menu {
	width: 600px;
	margin: 0px auto;
    margin-top: 3px;
}

#navigation .menu div {
	float: left;
	width: 85px;
}

* html #navigation .menu div {
	text-align: left;
}
#specialNavigation ul {
	margin-left: 0px;
}

#specialNavigation li {
	margin-left: 15px;
    float: left;
	font-size: 85%;
	list-style-type: none;
}

#specialNavigation a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#language {
	margin-top: 5px;
	height: 24px;
	background-color: #cc1615;	
}

#container {
	padding-top: 215px;
	color: #343434;
}

#content, #infoboxen1, #infoboxen2 {
	float: left;
}

#content {
	background-color: #FFF;
	margin-left: 255px;
	width: 460px;
	min-height: 645px;
}

#content h1, 
#content h2,
#content h3 {
	color: #cc1616;
	text-transform: uppercase;	
}

#infoboxen1 {
	margin-left: -735px;
	width: 245px;
	font-weight: bold;
}

#infoboxen2 {
	margin-left: 9px;
	width: 245px;
	font-weight: bold;
}

/* IEx patches \*/

* html #infoboxen1 {
	margin-left: -730px;
	width: 225px;
}

* html #infoboxen2 {
	display: inline; 
	width: 225px;
}

/*** IE6 Fix ***/

* html #content {
	margin-left: 128px;
	width: 479px;
	height: 640px;
}

#content {
	padding: 10px;
}

.box {
	width: 245px;
	margin-bottom: 10px;
}

.box_inhalt {
	width: 245px;
	margin-bottom: 10px;
}

.box_top {
	/* margin-bottom: -3px; */
	height: 13px;
	background-image: url(/fileadmin/templates/gsr2008/images/box/box_top.gif);
}

* html .box_top {
	margin-bottom: -3px;
}

.box_content {
	overflow:hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/fileadmin/templates/gsr2008/images/box/box_middle.gif);
	color: #343434;
	font-size: 85%;
}

* html .box_content {
	width: 245px;
}

.box_content tr, .box_content td {
	border: 0;
	padding: 0;
	padding-bottom: 6px;
	vertical-align: top;
}

.box_content td p {

	padding: 0;
}

.box_content p {
	margin: 0;
	padding-bottom: 1em;	
}

.box_content h1 {
	margin: 0;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.box_text {
	padding-top: 7px;
	padding-bottom: 7px;
}

.box_bottom {
	height: 14px;
	background-image: url(/fileadmin/templates/gsr2008/images/box/box_bottom.gif);
}

* html .box_bottom {
	margin-bottom: -2px;
}

.news-latest-item {
	font-weight: bold;
	font-size: 16px;
	color: #343434;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.news-list-date {

}

.news-list-container a {
	color: #cc1616;
	text-decoration: none;
	text-transformation: upper;
}

.news-latest-container {
	margin-top: -1em;
	margin-bottom: 1.5em;
}

.news-latest-morelink {
	text-align: right;
}

.news-latest-morelink a,
.news-list-morelink a,
.news-single-backlink a,
.tx-ttnews-browsebox a {
	color: #cc1616;
	font-weight: bold;
	text-decoration: none;
}

.tx-ttnews-browsebox td {
	color: #cc1616;
	border: 0;
}

.tx-ttnews-browsebox-SCell {
	text-decoration: underline;
}
