/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLES */
body {
    background: #FFF;
    color: #000;
    font: 11px/18px Georgia, "Times New Roman", Garamond, serif;
    text-align: center;
}
h1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}
p {
    margin-bottom: 18px;
}
a {
    color: #862531;
    text-decoration: none;
}

/* BASIC POSITIONING */
#container {
    background: #FFF;
    height: 736px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 980px;
}
#header {
    float: left;
    width: 100%;
}
#navi {
    float: left;
    width: 320px;
}
#content {
    float: left;
    width: 660px;
}
#footer {
}
.clear {
    clear: both;
}

/* LOGO */
#logo {
    float: left;
    padding: 65px 40px 81px 34px;
    width: 246px;
}
#logo a {
    background: url(/static/img/logo-die-kavallerie.png) no-repeat center;
    display: block;
    height: 27px;
    text-indent: -999em;
    width: 246px;
}

/* METANAVI */
#metanavi {
    float: right;
    padding: 20px;
}
#metanavi ul {
    float: left;
}
#metanavi ul li {
    border-right: 1px solid #000;
    position: relative;
    float: left;
}
#metanavi ul li.last {
    border-right: 0;
}
#metanavi ul li a {
    color: #862531;
    display: block;
    float: left;
    font-size: 9px;
    line-height: 12px;
    padding: 0 8px;
}
#metanavi ul li.keywords {
    background: url(/static/img/ui-gfx-bg.png) no-repeat right -19px;
}
#metanavi ul li.keywords a {
    padding-right: 12px;
}
#metanavi ul li a:hover {
    text-decoration: underline;
}
#metanavi ul li:hover ul {
    display: block;
}
#metanavi ul li ul {
    background-color: #FFF;
    display: none;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 12px;
    width: 250px;
}
#metanavi ul li ul li {
    background: none;
    border: 0;
    text-align: right;
    width: 250px;
}
#metanavi ul li ul li a {
    float: right;
    line-height: 18px;
    padding: 0 !important;
    white-space: nowrap;
    width: 100%;
}

/* NAVI */
#navi ul {
    background: #FFF;
    float: left;
    padding: 36px 0 36px 50px;
    width: 75px;
}
#navi ul li {
    float: left;
    position: relative;
}
#navi ul li a {
    color: #862531;
    display: block;
    float: left;
    width: 75px;
}
#navi ul li.hover a,
#navi ul li a:hover,
#navi ul li.active a {
    font-weight: bold;
}
#navi ul li.not-hover a {
    font-weight: normal;
}
#navi ul li ul {
    clear: left;
    display: none;
    left: 75px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 155px;
}
#navi ul li.active ul {
    display: block;
}
#navi ul li ul li {
    float: left;
    position: static;
}
#navi ul li ul li a,
#navi ul li.hover ul li a,
#navi ul li.active ul li a {
    font-weight: normal;
    padding: 0 0 0 8px;
    white-space: nowrap;
    width: 147px;
}
#navi ul li ul li a:hover,
#navi ul li ul li.active a {
    background: url(/static/img/ui-gfx-bg.png) no-repeat -7px 0;
    font-weight: normal;
}
#navi ul li ul li.not-hover a {
    background: none;
}

/* BREADCRUMB */
.brotkrumen {
    border-bottom: 1px solid #862531;
    margin-right: 20px;
}
.brotkrumen a {
    color: #000;
}

/* CONTENT */
#content h1 {
    margin: 20px 270px 0 0;
}
#content p {
    margin: 0 270px 18px 0;
}
#content img {
    margin-top: 20px;
}
#content .bildunterschrift a {
    display: block;
    position: relative;
    width: 410px;
}
#content .bildunterschrift a img {
    vertical-align: bottom;
}
#content .bildunterschrift a span {
    background: url(/static/img/ui-gfx-bg.png) 0 -34px;
    clear: both;
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-indent: -999em;
    width: 12px;
}
#content .listenobjekt {
    margin: 0 270px 18px 0;
}
#content .listenobjekt li {
	list-style-image: none;
    border-bottom: 1px solid #862531;
    padding: 20px 0;
}
#content .listenobjekt li.last {
    border-bottom: 0;
}
#content .listenobjekt li .titel {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}
#content .listenobjekt img {
    border: 1px solid #BCC2C7;
    float: left;
    margin: 0 20px 10px 0;
}
#content .listenobjekt p {
    margin: 0 0 18px;
}
#content .listenobjekt li.news a .titel {
    color: #000;
    display: block;
    margin: 10px 0 8px;
}
#content .listenobjekt li.news .datum {
    font-style: italic;
}
#content .listenobjekt li.news .more {
	font-style: normal;
}
#content a.more:hover {
    text-decoration: underline;
}
#content small {
    color: #999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    line-height: 11px;
}

/* FORM */
form {
    float: left;
    padding: 18px 270px 18px 0;
}
form ol {
	list-style-type: none;
    float: left;
}
form ol li {
    float: left;
    padding: 4px 0;
    width: 390px;
}
form .label-wrapper {
    float: left;
    padding: 2px 0;
    text-align: right;
    width: 150px;
}
form .input-wrapper {
    float: right;
    width: 230px;
}
form label {
}
form .text,
form textarea {
    border: 1px solid #CCC;
    border-color: #666 #CCC #CCC #666;
    float: left;
    font-family: Georgia, "Times New Roman", Garamond, serif;
    font-size: 11px;
    padding: 3px 2px;
    width: 224px;
}
* html form .text {
    height: 22px;
    line-height: 12px;
    padding: 4px 3px;
    width: 229px;
}
form textarea {
    height: 72px;
}
* html form textarea {
    width: 229px;
}
form .text:focus,
form textarea:focus {
    border-color: #862531;
}
form textarea#hinweis {
    background-color: #F1F1F1;
}
form .button {
    background-color: #862531;
    border: 3px double #FFF;
    color: #FFF;
    font-family: Georgia, "Times New Roman", Garamond, serif;
    font-size: 11px;
    overflow: visible;
    padding: 2px 5px;
}
* html form .button {
    border: 3px double #862531;
    padding: 1px 5px 0;
}

/* PAGINATION */
#pagination {
    bottom: 48px;
    clear: both;
    position: absolute;
    left: 320px;
}
#pagination a,
#pagination span {
    display: block;
    float: left;
    line-height: 1;
}
#pagination a:hover {
}
#pagination span {
    border-right: 1px solid #862531;
}
#pagination span.last {
    border-right: 0;
}
#pagination a,
#pagination .active {
    padding: 0 4px 2px;
}

/* FOOTER */
#footer {
    border-top: 1px solid #862531;
    bottom: 0;
    clear: both;
    font-size: 9px;
    left: 50px;
    margin-bottom: 8px;
    position: absolute;
    text-align: center;
    width: 910px;
}

/***********************************

GLAMUS Styles

bei url() wurde jeweils ../ durch /static/ ersetzt

***********************************/

#content p a:hover {
	text-decoration: underline;
}

form.kontaktformular ol li div {
    float: left;
    padding: 2px 0;
    text-align: right;
    width: 145px;
}

form.kontaktformular ol li {
	width: 635px;
}

form.kontaktformular input,
form.kontaktformular textarea {
	float: left;
	margin-left: 10px;
}

form.kontaktformular input.checkbox {
	float: left;
	margin-right: 5px;
}

form.kontaktformular input.button {
	float: left;
	margin-left: 160px;
}

form.kontaktformular span.errors {
	color: #FF0000;
	width: 240px;
	float: right;
	margin: 0;
	padding: 0;
}

form div.note {
	margin-left: 160px;
}

.hidden {
    display: inline;
    left: -999px;
    top: -999px;
    font-size: 0px;
    height: 0px;
    line-height:0px;
    margin:0px;
    overflow:hidden;
    position:absolute;
}

#container-datenschutz {
    background: #FFF;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 980px;
}

#footer-datenschutz {
    border-top: 1px solid #862531;
    bottom: 0;
    clear: both;
    font-size: 9px;
    left: 50px;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    width: 910px;
}

.bild-left {
	float: left;
	margin: 0 10px 10px 0;
}

.bild-right {
	float: right;
	margin: 0 0 10px 10px;
}

#content ul.contentliste, ol.contenliste {
	margin-right: 270px;
}

#content ol.contentliste {
	list-style-position: inside;
}

#content ul.contentliste li {
	background-image: url(/static/img/bullet-stern.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
}


