﻿/* DEFAULTS
----------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Nobile:regular,bold);
@import url(http://fonts.googleapis.com/css?family=Sintony:400,700);
@import url(http://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic);

body   
{
	background: #b6b7bc;
	font-size: 0.8em;
	font-family: Karla, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #006633;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


.PlatzCaption {
	font-weight: bold;
	color:steelblue;
	padding-left:2px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-family: Karla, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h2.PlatzInfo
{
	background-color:steelblue;
	color:white;
	border-left-color: steelblue;
	padding-left: 2px;
	}

h2.Titel
{

	color:white;
	padding-left: 2px;
	}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* Ergebnistabellen
--------------------------------------------------------- */
.Last
{
	background-color:ForestGreen;
	color:White;
}

.Parcours
{
	background-color:LightSeaGreen;
	color:White;
}

.Result
{
	background-color:Moccasin;
	color:#555555}

.Startorder
{
	background-color:Powderblue;
	color:#555555}
	
.Eliminated
{
	background-color:Lightsalmon;
	color:#555555}
	
.Head
{
	font-weight:bold;
	font-size:9pt;}

.Caption
{
	font-weight:bold;
	font-size:11pt;
	padding-left:5px;
	font-family: Sintony, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
.ScrollBody
	{height:700px; 
	overflow:auto; 
}

.WerteTitel
	{width:10%;
	font-weight:bold;
	font-size:11pt;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-width:thin;
	padding-left:5px;
	color:#555555;}
	
.Werte 
	{width:4%;
	font-size:11pt;
	text-align:right;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-width:thin;
	padding-right:5px;
	color:#555555;}
.WerteSpacer
{
	width:2%}

.RichterTitel
	{width:4%;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-width:thin;
	padding-left:5px;
	color:#555555;}
	
.Richter 
	{width:14%;
	font-size:10pt;
	text-align:right;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-width:thin;
	padding-right:5px;
	color:#555555;}
.RichterSpacer
{
	width:2%}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.gold
{
	background-color:#CC8037
}

.page
{
	width: 990px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 3px solid white;
	color:#555555;
}

.livepage
{
	/*width: 990px;*/
	width:95%;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 3px solid white;
	color:#555555;
}


.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: white;
	width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.MainTitle
{
	font-size: 2.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 600;
    color: #477328;
    vertical-align: 15x;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.bold
{
    font-weight: bold;
}
