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

/* Structure */
html, body {
    background-repeat : repeat-y;
    background-position : center;
    background-color : #D3E0E9;
}

body {
    margin : 0;
    padding : 0;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #6B6D6C;
    text-align : left;
    line-height: 18px;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin-top: 0px;
  	padding: 2px;
}

input {
    margin: 0;
}

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

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

.headimage {
	margin-left: 136px;
}


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

a.print {
    text-decoration: none;
    color: #006eAB;
}

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 {
    margin: 0 auto;
    width: 960px;
    background-repeat: repeat-y;
    background-color: white;    
}

#container {
    width: 960px;
    margin: 0 auto;
	background-color: white;
	float: left;
	background-image: url(/images/grueninger/content_bg.gif);
	background-repeat: repeat-y;
}

#header {
    width: 960px;
    background-color : #D3E0E9;
    float: left;
    height:81px;
	background-image: url(/images/grueninger/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#contentSpacerDiv
{
	height: 20px;
	width: 960px;
	background-color: white;
	float: left;
}

#langBlock
{
	float: right;
	padding-top: 28px;
	padding-right: 50px;
	color: black;
	font-style: italic;
}

#langBlock a
{
	color: #6D7172;
	font-style: italic;
}

#banner {
    width: 960px;
    border-top: 1px solid black;
    float: left;
}

#topnav {
    background-color: #BC3D36;
    padding: 3px 10px;
    width: 940px;
    text-align: center;
    color: white;
    float: left;
    font-weight: bold;
}

#sidenav {
    background-repeat: repeat-x;
    width: 147px;
	padding-left: 23px;
    float: left;
    font-style: italic;
    color: #707271;
}

#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: 345px;
    min-height: 360px;
    height: auto !important;  /* for modern Browsers */
    height: 360px;  /*for IE */
    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
{
	float: left;
	width: 205px;
   	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
{
	width: 176px;
	float: left;
}

#metanavContent
{
	float: left;
	width: 176px;
}

#metanavContent ul
{
	list-style: none;
	margin-left: -17px;
	width: 140px;
}

#metanavContent ul li
{
	border-bottom: 1px solid #CDCECE;
	background-image: url(/images/grueninger/listIcon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-style: italic;
}

#addressblock
{
	position: relative;
	bottom: 127px;
	float: right;
	right: 27px;
	z-index: 20;
	font-size : 11px;
    color : #6B6D6C;
    text-align : left;
    line-height: 15px;
}

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

.label {
    display: block;
}

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


ul	{
	list-style-position:outside;
}


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

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

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

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

#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;
}