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

/* Structure */
html, body {
    background-color : #B23821;
    background-image: url(/images/lcv/bg.gif);
    background-repeat: repeat-y;
    background-position: center;
}

body {
    margin : 0;
    padding : 0;    
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #66666E;
    text-align : left;
}

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

p {
    margin: 0;
}

ul {
	margin: 10px 0px 10px 0px;
	padding-left: 15px;
}

li {
	margin: 0px 0px 5px 0px;
}

input {
    margin: 0;
}

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

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

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #b2341e;

}

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: 17px;
    margin: 5px 0px 12px 0px;

}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px 5px 0px;

}

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


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

#container {
    width: 900px;
    margin: 0px 0px 0px 40px;
}

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

#sidenav {
    background-color: #707072;
    width: 190px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    float: left;
}

#sidenavRight {
    background-color: #707072;
    width: 190px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    float: left;
}

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

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


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

/* Cycle */
.pics { height: 80px; width: 180px; padding:0; margin:0 0 0 4px; overflow: hidden }
.pics img { height: 80px; width: 180px; top:0; left:0 }

.pics_sponsoren { width: 180px; padding:0; margin:0 0 0 4px; overflow: hidden }
.pics_sponsoren img {  width: 180px; top:0; left:0 }
