@import url(/styles/live/grueninger/articles.css);
@import url(/styles/live/toolbox.css);

body {
    margin: 10px;
    font-family: sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
}

form {
    margin: 0px;
}

img {
    border: 0px;
}

/* Preset :: Image floating */
.left {
    float: left; margin: 0px 15px 10px 0px;
}
.right {
    float: right; margin: 0px 0px 10px 10px;
}
.top {
    display: block; margin: 0px 0px 10px 0px;
}


p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #6B6D6C;
}

a:hover {
    text-decoration: none;
}
/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: black;
    padding-bottom: 9px;
    line-height: 20px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    color: black;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 20px;
}

h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 0;
	padding-top: 10px;
	margin-bottom: -5px;
}

h4 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

hr
{
	border-top: 1px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
}

p
{
	padding-top: 10px;
}

/* Body - Container */
#container_tb {
    width: 600px;
    background-repeat: repeat-y;
    background-color: white;
}

#container {
    width: 600px;
	background-color: white;
	float: left;
	border:1px solid black;
}

#header {
    width:600px;
    background-color : #D3E0E9;
    float: left;
    height:81px;
	background-image: url(/images/grueninger/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom:20px;
}
#langBlock{
display:none;
}

#contentSpacerDiv
{
display:none;
}


#banner {
display:none;
    }

#topnav {
display:none;
}

#sidenav {
display:none;
}

#sidenav a
{
    color: #707271;
}

#searchBox
{
	height: 75px;
	float: left;
}

#searchBox a
{
	font-style: normal;
}

#searchBoxSubmitLink
{
	text-align: center;
}

#sidenavlist ul
{
	list-style: none;
	margin-left: -55px;
}

#sidenavlist ul li
{
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
    font-style: italic;
}

#content {
    width: 500px;
    margin-bottom: 15px;
    float: left;
	padding-right: 14px;
	padding-left: 12px;
	font-size: 11px;
	line-height: 14px;
}

#content ul
{
	list-style-position: outside;
}

#moreLink
{
	text-align: right;
}

#moreLink a
{
	color: black;

}

#content2
{
clear:both;
	float: left;
	width: 500px;
   	padding-left: 10px;
   	padding-right: 10px;
	font-size: 11px;
	line-height: 14px;
}

#content2 h2
{
    padding-top: 0px;
}

.image_description
{
	font-style: italic;
	margin-bottom: 10px;
}

#metaNav
{
	display:none;
}

#metanavContent
{
	display:none;
}

#metanavContent ul
{
	display:none;
}

#metanavContent ul li
{
display:none;
}

#addressblock
{
display:none;
}

#addressblock img
{
	padding-bottom: 5px;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
}


#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

img.titelWithFont
{
	padding-bottom: 16px;
}

h2.titelWithFont
{
	font-style: normal;
	padding-bottom: 14px;
}


.alt, .alt tr, .alt tr td
{
	background-color: #ECECEC;
}