body {
	font-size: 13px;
    line-height: 1.4;
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
    color: #333333;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2.2em;
    font-weight: normal;
    color: #444;
}

h2 {
	font-size: 1.7em;
    color: #777777;
    font-weight:normal;
    line-height:1.2;
    padding-top: 16px;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/* Lists 
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

/* Helpers
----------------------------------------------------------------------------------------------------*/

a, a:visited {
    text-decoration: none;
}

.page a {
    color: #111;
    border-bottom: 1px dotted #666;
}

.page a:hover {
    border-bottom: 1px solid #666;
    background-color: #F2F9FD;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* gutter
----------------------------------------------------------------------------------------------------*/
#gutter #logo {
    margin-top: 40px;
}

#gutter .auxilliary_links {
    list-style-type:none;
    overflow:hidden;
    margin-top: 20px;
} 

#gutter .auxilliary_links li{
    float: left;
    color: #555;
} 

#gutter .auxilliary_links li a{
    display: block;
    border-left: 1px solid #999;
    padding-left: 10px;
    margin-left: 10px;
    color: #555;
    line-height:1.2;
}

#gutter .auxilliary_links li.first a{
    border: none;
}

/* Top Navigation
----------------------------------------------------------------------------------------------------*/

#navigation_menu ul {
    list-style-type:none;
    overflow:hidden;
    padding: 6px 0;
}

#navigation_menu ul li.first {
    margin-left:0;
}

#navigation_menu ul li {
    float:left;
    margin-left:10px;
}

#navigation_menu ul li a{
    border:1px solid transparent;
    color:#555555;
    display:block;
    font-size: 1.3em;
    font-weight: bold;
    padding:0 0;
    text-align:center;
    width:123.5px; /* (940 - (6 * 12)) / 7 (anzahl einträge)*/
}

#navigation_menu ul li a:hover,
#navigation_menu ul li a.selected{
    color: #3399CC;
    background: #E9E9E9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

#navigation_menu ul li a:hover {
    background: #eeeeee;
}

#navigation {
    background-color: #F2F2F4;
    border:1px solid #EEEEEE;
}


/* Contact box
----------------------------------------------------------------------------------------------------*/

.contact_box {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #F0F2F7;
    padding:  20px;
}

.contact_box h2 {
    color: #1B74A9;
    margin-bottom: 0;
}

.contact_box textarea,
.contact_box input.text_input{
    color:#444444;
    font-family:arial;
    font-size:1.2em;
    padding:4px;
    width:252px;
}

.contact_box label {
    font-size: 1.2em;
    color: #666;
    display:block;
    margin-top:15px;
}

.contact_box .submit {
    /*color: #1B74A9;*/
}

/* General Page layout
----------------------------------------------------------------------------------------------------*/

div.page {
    margin-top: 30px;
}

.page p {
    margin-bottom: 12px;
    font-size: 1.15em;
}

.page ul {
    font-size: 1.15em;
    margin-left:2em;
}


/* Homepage content
----------------------------------------------------------------------------------------------------*/

.intro h1 {
    font-weight: normal;
    font-size:2.2em;
}

.intro h2 {
    border-bottom:1px solid #cccccc;
}

.intro p {
    color: #555555;
}
