/*
 * Table of Contents:
 * 
 * 1. MACRO -> Layout
 * 2. MACRO -> Typographie
 * 3. MACRO -> Tables
 * 4. MACRO -> Forms
 * 5. MACRO -> Helper
 * 6. MACRO -> Images
 * 7. micro -> Layout
 * 8. micro -> Templates
 *
 */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Layout */

body {
color: #1b1c20;
background: #1b1c20 url(../media/images/layout/bg.jpg) repeat-x 0 460px fixed;
font-family: Georgia, sans-serif;
}

#wrapper, #inner-wrapper {
height: 460px;
background: #fff;	
}

#inner-wrapper {
position: relative;
width: 1300px;
}

#content {
position: absolute;
top: 130px;
left: 70px;
}

h1#logo {
position: fixed;
top: 30px;
color: #7f7f7f;
font: 11px Verdana;
text-transform: uppercase;
letter-spacing: 2px;
left: 70px;
}

h1#logo strong {
display: block;
width: 356px;
height: 45px;
margin-top: 5px;
background: url(../media/images/layout/logo.gif);
text-indent: -9999px;
}

ul#items {
position: relative;
left: -27px;
top: 128px;
padding-left: 70px;
}

p#copy {
position: fixed;
top: 47px;
left: 450px;
margin-right: 20px;
padding: 2px 8px;
background: #ff9;
color: #5c5533;
font: 18px/25px Georgia, sans-serif;
}

p#footer {
position: fixed;
top: 530px;
color: #555;
font: 11px Verdana;
left: 70px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Typographie */

/* >>> h1, h2, h3, h4, h5, h6 */
h1 {
margin-bottom: 20px;
font-size: 24px;
font-weight: bold;
}
h2 {
margin-bottom: 15px;
font-size: 20px;
}
h3 {}
h4 {}
h5 {}
h6 {}

/* >>> p */
p {
margin-bottom: 15px;
line-height: 20px;
}

/* >>> ul, ol, li */
ul {}
ol {}
li {}

/* >>> dl, dt, dd */
dl {}
dt {}
dd {}

/* >>> table, caption, th, td */
table {}
caption {}
th {}
td {}

/* >>> fieldset, legend */
fieldset {}
legend {}

/* >>> form, label, input.text, textarea */
form {}
label {}
input.text {}
textarea {}

select {}
option {}

button {}
input.submit {}
input.image {}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Typographie -> Links */

a {}
a:visited {}
a:hover {}
a:active {}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Tables */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Forms */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Helper */

/* >>>>>>>>>>>>>> Helper > Horizontal Lists */

.hl li {
float: left;
}

/* >>>>>>>>>>>>>> Helper > Clearfix */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* >>>>>>>>>>>>>> Helper > Invisibility */

.invis {
position: absolute;
left: -9999px;
}




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Images */

/* >>>>>>>>>>>>>> Images > Icons */
.icon {}

/* >>>>>>>>>>>>>> Images > Replaced */
.replaced {
display: block;
text-indent: -9999px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> micro -> Layout */

ul#items li {
display: inline;
float: left;
width: 220px;
height: 270px;
margin-right: 25px;
}

ul#items li strong {
display: block;
color: #333;
text-align: center;
font-weight: normal;
font-style: italic;
font-size: 14px;
line-height: 16px;
}

ul#items li span {
display: block;
font: 11px Verdana;
text-align: center;
color: #555;
}

p#copy a {
color: #000;
}

p#copy a:hover {
color: #fff;
background: #000;
text-decoration: none;
}

p#footer a {
color: #ccc;
}

body.impressum p.back {
color: #F42;
padding: 2px 5px;
font-size: 18px;
}

body.impressum p.back span {
letter-spacing: 1px;
}

body.impressum p.back a {
color: #F40;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> micro -> Templates */