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

/* Structure */
html, body {
    background-color : #BE873B;
}

body {
    margin : 0;
    padding : 0;
    font-family : "Tahoma", Verdana, sans-serif;
    font-size : 12px;
    color : #36393d;
    text-align : left;
    line-height: 20px;
    background-image: url(/images/trasqua/bg_top.gif);
    background-position: top;
    background-repeat: repeat-x;
}

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

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: #BE873B;

}

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

/* Headings */
h1 {
    font-weight: bold;
    font-size: 20px;
}

h2 {
	color: #9E772F;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 22px;
	margin-top: 0px;
}

h2 a {
	color: #9E772F;
}

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


/* Body -  */
#container_tb {
    margin: 0 auto;
    width: 895px;
    background-repeat: repeat-y;
}

#metaNav
{
	padding-left: 795px;
	padding-top: 20px;
	font-size: 11px;
	color: #2F2B2B;
	position: absolute;
	z-index: 25;
	width: 100px;
}

#homeSpace
{
	padding-left: 10px;
	padding-top: 20px;
	font-size: 11px;
	color: #2F2B2B;
	position: absolute;
	z-index: 25;
	width: 300px;
	height: 160px;
}

#metaNav img, #metaNav a
{
	padding: 0px;
	margin: 0px;
}

#container {
    width: 895px;
}

#backgroundBanner
{
    background-image: url(/images/trasqua/bg_baum.gif);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 895px;
    position: relative;
}

#banner {
    text-transform: uppercase;
    height: 203px;
    margin: 0 auto;
	z-index: 10;
	position: relative;
	width: 895px;
}

#banner > img
{
	float: right;
}

#topNav
{
	padding-left: 350px;
	padding-top: 167px;
	font-size: 11px;
	color: #2F2B2B;
	position: absolute;
	z-index: 21;
	width: 465px;
}

#topNav a
{
	color: #2F2B2B;
}

#langBlock
{

	padding-left: 820px;
	padding-top: 163px;
	font-size: 11px;
	color: #2F2B2B;
	position: absolute;
	z-index: 20;
	width: 75px;
}

#langBlock img
{
	padding: 0px;
	margin: 0px;
}

#content {
    background-color: #F8F2E0;
    width: 895px;
    min-height: 550px;
    height: auto !important;  /* for modern Browsers */
    height: 530px;  /*for IE */
    float: right;
    margin-top: -20px;
    z-index: 20;
}

#articleTitelImage img
{
    float: block;
	padding-top: 34px;
	padding-bottom: 22px;
}

#articleBlock
{
	width: 895px;
	background-color: white;
}

.flying_right
{
	float:left;        
}

.flying_left
{
	padding-left: 350px;
	padding-right: 18px;
}

#bottomContentBg
{
	background-image: url(/images/trasqua/bottomContentBg.gif);
	background-repeat: repeat-y;
    min-height: 305px;
    height: auto !important;  /* for modern Browsers */
    height: 305px;  /*for IE */
	margin-top: 32px;
	margin-bottom: 20px;
}


#addressBlock
{
	width: 317px;
	float: left;
	clear: none;
	padding-left: 32px;
	padding-top: 9px;
}

.newslistitem_left
{
	width: 272px;
	float: left;
	padding-right: 11px;
}

.newslistitem_left img
{
	float: right;
	padding-left: 7px;
}

.newslistitem_right
{
	float: right;
	width: 241px;
	margin-left: 9px;
	padding-right: 7px;
}

.newslistitem_right img
{
	float: right;
	padding-left: 7px;
}

#rssBlock
{
	padding-top: 27px;
}

#rssBlock a
{
	font-size: 11px;
}

#rssBlock img
{
	float: left;
	padding-right: 7px;
	padding-left: 0px;
}

#footer {
	background-image: url(/images/trasqua/startseite_footer_bg.gif);
    background-repeat: repeat-x;
    background-color: #E2C9A1;
    width: 895px;
    height: 60px;
    clear: both;
    padding-top: 11px;
    color: #BE873B;
    float: right;
    font-size: 11px;
}

.footerLogo
{
	float: left;
	padding-right: 10px;
}

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

div.flying_left
{
	float: none;
}

div.newslist
{
	background-color: #F8F2E0;
}

img.newslist
{
	border: 0px;
}

input {
	color: #BE873B;
    margin-bottom: 6px;
    background-color: white;
    border: 1px solid #BE873B;
    padding:2px;
}