@charset "UTF-8";

/**
*   @file html.css
*   @copyright Copyright (c) 2009 Alexander Hall
*
*	contains style of standard html tags and differnt link-style classes
*/

html {
    height: 100%;
	overflow-y: scroll;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    background: url(/images/layout/bg_fade.jpg) repeat-x top center fixed #7c7c7c;
	font: 12px arial, verdana, tahoma, sans-serif;
	color: #333;
}

a,
a:visited,
a:hover {
	color: #333;
}

h1 {
	display: block;
	font-size: 22px;
	text-shadow: 0 1px 0 #fff;
}

h2 {
	display: block;
	font-size: 16px;
}

h3 {
	display: block;
	font-size: 14px;
	margin-top: 18px;
}

#navigationl h1,
#navigationr h1 {
	display: block;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
	margin: 0 0 3px -1px;
}

#navigationl h2,
#navigationr h2 {
	display: block;
	font-size: 11px;
	font-weight: bold;
}

img {
    border: none;
}

#content #presse td {
	vertical-align: top;
	border: 1px solid #f90;
}

#navigationl .r_block .top a,
#navigationr .r_block .top a,
.highslide-maincontent a,
#content a {
    color: #c00;
    text-decoration: none;
	color:#410; 
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff; 
}

#content td a {
	font-weight: normal;
	color:#333; 
}

#content .artikel_titel a {
	color:#333;
}

#navigationl .r_block .top a:hover,
#navigationr .r_block .top a:hover,
#navigationl .r_block .top a:active,
#navigationr .r_block .top a:active,
#navigationl .r_block .top a:focus,
#navigationr .r_block .top a:focus,
.highslide-maincontent a:hover,
.highslide-maincontent a:active,
.highslide-maincontent a:focus,
#content a:hover,
#content a:active,
#content a:focus {
	color: #d7a100;
    text-decoration: none;
}

#footer a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}

#footer a:hover {
	text-decoration: none;
	color: #fff;
}

form {
    margin: 0;
    padding: 0;
	display: inline;
}

