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

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

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

.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: underline;
    color: #3E616B;

}

a:hover {
    text-decoration: underline;
    color: #a98a3c;
}
/* 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: 14px;
    color: #3A5E68;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #3A5E68;
    padding-left: 40px;
}

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


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 800px;
}

#container {
    width: 800px;
    margin: 0 auto;
}

#header {
    height: 69px;
    min-height: 69px;
    width: 800px;
}

#topnav {
    border-top: 2px solid #A6A6A6;
    border-bottom: 2px solid #A6A6A6;
    border-left: 0;
    border-right: 0;
/*     padding: 3px 10px; */
    margin-bottom: 15px;
    width: 800px;
    height: 160px;
    position: relative;
}

#nav
{
	padding-top: 16px;
}

#headLogo
{
	top: 24px;
	position: absolute;
	margin-left: 694px;

}

#content {
    width: 800px;
    min-height: 267px;
    height: 267px;  /*for IE */
    float: left;
    padding-top: 18px;
    margin-bottom: 18px;
    overflow: auto;
    position: relative;
}




/*
########################
	Default Bild Bild Text bzw. Bild breit Text
########################
*/

#wrapper_theContent
{
	height: 267px;
	width: 242px;
	overflow: auto;
	float: right;
	position: relative;
	bottom: 0px;
}

#theContent
{
	bottom: 0px;
	right: 0px;
	width: 220px;

}

#randomImage
{
	float: left;
}

#randomImage img
{
	padding-right: 17px;
	margin: 0px;
}

/*
########################
	Bild Text Bild
########################
*/

#randomImage-bild_text_bild
{
	float: left;
	z-index: 1;

	position: absolute;
}

#randomImage-bild_text_bild img
{
	padding: 0px;
	margin: 0px;
}

#theContent-bild_text_bild
{
	width: 262px;
	bottom: 0px;
	position: absolute;
	z-index: 50;
	padding-left: 270px;
	top: 18px;
}


/*
########################
	Text Bild Text
########################
*/

#theContent-text_bild_text_wrapper
{
	height: 231px;
}

#randomImage-text_bild_text
{
	width: 250px;
	position: absolute;
	bottom: 0px;
	left: 290px;
}

#randomImage-text_bild_text img
{
	padding: 0px;
	margin: 0px;
}

#theContent-text_bild_text
{
	width: 262px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#theContent-text_bild_text_2
{
	float: right;
	width: 220px;
	position: absolute;
	bottom: 0px;
	left: 570px;
}


/*
########################
	Nur Text
########################
*/


#theContent_breit
{
	float: left;
	width: 780px;
}





#footer {
    border-top: 2px solid #9C9D9D;
    width: 800px;
    height: 140px;
    clear: both;
    padding-top: 16px;
/* margin-top: 400px; */
}


#addressBlockPage
{
	position: absolute;
	margin-top: -3px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#addressBlockPage a
{
	text-decoration: none;
}

#headImage
{
	float: left;
	padding-top: 41px;
}

#footerLogos
{
	float: right;
}

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


/* Startseite */

#content_startseite {
    border-top: 2px solid #A6A6A6;
    border-bottom: 2px solid #A6A6A6;
    border-left: 0;
    border-right: 0;
    margin-bottom: 15px;
    width: 793px;
    height: 320px;
    position: relative;
}

.languageBlockSpacer
{
	float: left;
	width: 167px;
	height: 128px;
}

.languageBlock
{
	float: left;
	width: 128px;
	padding-top: 10px;
	padding-right: 38px;
}

.languageBlock div
{
	text-align: center;
	width: 128px;
	padding-top: 9px;
}

.languageBlock div a, .languageBlock div a:hover
{
	text-decoration: none;
}

#addressBlockStartpage
{
	position: absolute;
	padding-top: 18px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#addressBlockStartpage a
{
	text-decoration: none;
}


.gallery_description
{
	position: absolute;
	top:19px;
	right: 20px;
	width: 360px;
}


