@import url(/styles/live/lehmann/articles.css);
@import url(/styles/live/lehmann/navigation.css);
@import url(/styles/live/lehmann/formmanager.css);
@import url(/styles/live/thickbox.css);

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

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

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

.clear {
    clear: both;
}


ul li {
    margin-left: -25px;
    padding: 0px;
}

/* Links */
a {
    text-decoration: none;
    color: #484949;
    font-style: italic;
}

a:hover {
    text-decoration: none;
    color: #736500;
}

/* 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: 12px;
    padding: 0px 0px 20px 0px;
    text-transform: uppercase;
}

h2 {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0px 25px 0px;
}

h3 {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

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


/* Body - Container */
#container_tb {
    float: left;
    width: 1220px;
    position: relative;
}

#container {
    float: left;
    width: 1220px;
    position: relative;
    
}

#header {
    float: left;
    padding: 21px 0px 0px 40px;
    width: 720px;
    height: 143px;
}

#addressView {
    float: left;
    color: #B19A00;
    padding: 40px 0px 15px 0px;
}

#startHeadImageView {
    position: absolute;
    top: 0px;
    right: 0px;
}

#headImageView {
    position: absolute;
    top: 0px;
    right: 0px;    
}

#topnav {
    background-color: #FFFFFF;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    border-left: 0;
    border-right: 0;
    padding: 3px 10px;
    margin-bottom: 15px;
    width: 940px;
}

#serviceNavView {
    position: absolute;
    top: 18px;
    left: 291px;
    z-index: 99;
}

#sidenav {
    width: 197px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    padding: 0px 0px 0px 40px;
    float: left;
    line-height: 120%;
}

#infoTextView {
    font-size: 11px;
    color: #B19A00;
    float: left;
    padding: 59px 0px 0px 0px;
    line-height: 120%;
}

#buttonsView {
    float: left;
    margin-left: 0px;
    padding: 54px 0px 0px 0px;
}

#content, #contentBreit {
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    width: 417px;
    float: left;
    padding: 0px 0px 0px 82px;
}

#contentBreit {
    width: 900px;
}




#footer {
    background-image: url(/images/default/footer.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 10px;
    width: 940px;
    height: 80px;
    clear: both;
}


.label {
    display: block;
}

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


ul	{
	list-style-position:outside;
    margin: 0px 0px 0px 0px;
}


/* 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.userimg{
width:90px;
float:left;
}
