/* reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
#omniture, #top { position: absolute; top: 0; }



/* base */
html { font-size: 100%; }

a { outline: none; }
img { border: 0; }
em { font-style: italic; }
strong { font-weight: bold; }

body {
    background: #fff url(/img/menu-bg.gif) repeat-y 0 0;
    font-family: Arial;
    font-size: 12px;
    color: #444;
}

#page {
    margin: 0;
    padding: 0;
}




/* menu */
#menu #menuimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 500px;
}

#menu div.menucloud {
    position: absolute;
    color: #fff;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}

#menu div.menucloud span.menusub {
    font-weight: normal;
    font-size: 13px;
}

#menu a {
    color: #fff;
    text-decoration: none;
}

#menu a:hover, #menu a.active {
    text-decoration: underline;
}




/* content */
#content {
    position: absolute;
    top: 10px;
    left: 383px;
    width: 400px;
    font-size: 12px;
    line-height: 140%;
}

#content h2 {
    margin-top: 25px;
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: bold;
}

#content h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
}

#content p {
    margin-top: 15px;
}

#content b {
    font-weight: normal;
}

#content i {
    font-style: normal;
}

#content p.first {
    margin-top: 12px;
}

#content p.order {
    font-size: 20px;
    margin-left: 1px;
}

#content .signature {
    margin-top: 0px;
    font-size: 11px;
    color: #727272;
}

#content a {
    color: #0F429E;
    text-decoration: none;
}

#content a:hover, #menu a.active {
    text-decoration: underline;
}

a.order {
    font-size: 14px;
    font-weight: bold;
}




/* sidebar */
#sidebar {
    display:block;
    position: absolute;
    top: 15px;
    left: 850px;
    height: 345px;
    border-left: 1px dashed #727272;
    color: #727272;
    padding: 20px 10px 0 10px;
    font-size: 11px;
    line-height: 130%;
}

#sidebar a {
    color: #727272;
    text-decoration: none;
}

#sidebar a:hover, #sidebar a.active {
    text-decoration: underline;
}




/* footer */
#footer {
    background: url(/img/claim.jpg) no-repeat 0 0;
    width: 400px;
    height: 48px;
    text-align: right;
    padding-top: 37px;
    color: #727272;
}

#footer a {
    color: #727272;
    text-decoration: none;
}

#footer a:hover, #footer a.active {
    text-decoration: underline;
}




/* image shadow */
.imgshadow {
    padding-bottom: 5px;
    background-image: url(/img/400-shadow.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.imgshadow img {
    display: block;
    border-color: #CCC;
    border-width: 1px;
    border-style: solid solid none solid;
    padding: 4px;
}




/* lubi news */
#lubinews {
    position: absolute;
    top: 200px;
    left: 610px;
    z-index: 100;
}




/* form */
fieldset {
    margin-top: 5px;
}

label {
    display: block;
    width: 90px;
    float: left;
    padding-top: 2px;
}

input.text, textarea {
	width: 230px;
	margin: 0;
	padding: 2px;
	background: url(/img/hintergrund-formularfeld.gif) repeat-x left top;
	border: 1px solid #aaa;
	color: #000;
	font-size: 14px;
}

textarea {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

input.submit {
    font-size: 14px;
    font-weight: bold;
	width: 230px;
	height: 24px;
	color: #222;
	border: 1px solid #aaa;
	background-color: #ddd;
	margin-left: 90px;
	cursor: pointer;
}

.error {
    color: #e00060;
}



/* slider */
#slider { }

.slider-toggle {
    display: block;
	height: 20px;
	width: 380px;
	background: url(/img/pulldown.gif) no-repeat center right #0F429E;
	padding: 0 10px 0 6px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	color: #fff;
	border-bottom: 6px solid #fff;
	cursor: pointer;
	margin: 0;
}

.slider-toggle-active {
    background: url(/img/pullup.gif) no-repeat center right #0F429E;
	border-bottom: 6px solid #fff;
}

.slider-content{
    overflow: hidden;
    width: 380px;
}
