﻿@import url(http://reset5.googlecode.com/hg/reset.min.css);

#Frame
{
    margin:1.25em;
}

h1
{
    font-family: 'Vollkorn', serif;
    font-size:2.5em;
    display:block;
    margin:0;
    padding:0 2em 0.5em 0.5em;
    line-height:1.5;
    
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
    
    border-bottom: 1px solid #aebbbf;
    
}

#html5
{
    position:absolute;
    top:1em;
    right:1em;
}

h2
{
    font-family: 'Nobile', serif;
    font-size:2em;
    font-weight:normal;
    display:block;
    color:#999;
    margin-top:0.5em;
    padding-left:32px;
    background: transparent url(/images/cal.png) no-repeat center left;
}

a, a:link, a:visited
{
    color:#1b1bb3;
    text-decoration:none;
}

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

#TwoColumn
{
    min-width:1000px;

	font-family: 'Nobile', serif;
	font-size:0.8em;
	line-height: 1.5;
    
}

#TwoColumn td
{
    padding-right:6em;
    letter-spacing:-0.05em;
}

#TwoColumn a
{
    font-size:0.95em;
}
.neu
{
	background-color: #D00;
	color:#fff;
	padding-top:0.3em;
	font-size:0.8em;
}