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

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

body {
    margin : 0;
    padding : 0;
    font-family : verdana, sans-serif;
    font-size : 11px;
    color : #36393d;
    text-align : left;
}

.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: #f57704;

}

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 {
    margin: 0;
    font-weight: normal;
    font-size: 17px;
    padding: 0px 0px 17px 0px;
    color: #006f3b;
}

h2 {
    margin: 0;
    padding: 10px 0px 10px 0px;
    font-weight: normal;
    font-size: 13px;
    color: #006f3b;
}

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


/* Body - Container */

#container {
    width: 961px;
    border-left: 1px solid #f8f8f8;
}


#container_rb {
    margin: 0 auto ;
    width: 968px;
    background-image: url(/images/gauschla/border_r.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#container_bb {
    width: 968px;
}


#header {
    height: 84px;
    width: 967px;
}

div.innerheader{
    background-image: url(/images/gauschla/headerbg.gif);
    background-repeat: repeat-x;
	float:left;
	width: 960px;
	height: 84px;
}

div.headerright{
	width: 7px;
	float:right;
	background-color: black;
}

#header img{
	display:block;
}

div.logotop{
	width: 960px;
	margin: 0 auto;
	height: 11px;
}

div.logotop img{
	display:block;
}

#logo{
	float:left;
	width: 160px;
}

#breadcrumb{
	height: 12px;
	background-color: #0C5C2C;
	color: #fff;
	float:left;
	width: 930px;
	font-size: 10px;
	padding: 3px 0px 3px 30px;
}

#topnav {
    margin: 57px 5px 0px 0px;
    float:right;
}

#topnav img{
	display: inline;
}

div.sidenav{
	float: right;
	width: 190px;
	margin: 10px 0px 0px 0px;
}

div.sponsor{
	float:left;
	width: 960px;
	height: 60px;
}

div.sponsor img{
	display:block;
}

#articleimg{
	height: 88px;
	width: 960px;
}

#articleimg img{
	display:block;
}

#spacer{
	width: 960px;
	height: 38px;
	float:left;
	background-color: #e4e4e4;
}

#content {
    background-color: #FFFFFF;
    width: 700px;
    padding: 20px 10px 10px 28px;
    min-height: 300px;
    height: auto !important;  /* for modern Browsers */
    height: 300px;  /*for IE */
    margin-bottom: 15px;
    float: left;
}

#contentstart {
    background-color: #FFFFFF;
    width: 921px;
    padding: 20px 10px 10px 28px;
    min-height: 300px;
    height: auto !important;  /* for modern Browsers */
    height: 300px;  /*for IE */
    margin-bottom: 15px;
    float: left;
}


#footer {
	border-top: 1px solid #629cd1;
    background-color: #FFFFFF;
    padding: 10px;
    width: 940px;
    height: 80px;
    clear: both;
}

div.adresse{
	float:left;
	width: 190px;
}

div.kontakt{
	float:left;
}

font.footername{
	font-weight:bold;
	color: #006f3b;
}


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


/* Homepagearticle */ 

div#contentstartinner{
	float:left;
	width: 630px;
}


div#startnews{
	float: right;
	width: 250px;
}