/*
 * 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 {
font-family: Arial, sans-serif;
background: #fff url(../media/images/layout/bg.gif) 0 87px repeat-x;
color: #828282;
}

a#logo {
position: absolute;
top: 22px;
left: 191px;
display: block;
width: 184px;
height: 45px;
text-indent: -9999px;
background: url(../media/images/layout/logo.gif) no-repeat;
}

#flash {
position: absolute;
top: 87px;
left: 213px;
width: 420px;
height: 183px;
background: url(../media/images/layout/standbild.jpg) no-repeat;
}

p#slogan {
position: absolute;
top: 271px;
left: 213px;
width: 420px;
height: 25px;
padding-top: 10px;
text-align: center;
letter-spacing: 2px;
background: #aeaeae;
color: #fff;
}

#content {
position: absolute;
top: 330px;
left: 193px;
padding: 0 0 60px 20px;
width: 420px;
min-height: 210px;
}

* html #content {
height: 210px;
}

p#footer {
position: absolute;
bottom: 0;
padding-top: 3px;
margin: 0 0 20px;
border-top: 1px solid #f60;
font-size: 10px;
text-align: center; 
}

ul#navigation {
position: absolute;
top: 100px;
left: 12px;
width: 192px;
}

ul#meta-navigation {
position: absolute;
top: 16px;
left: 517px;
}

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

/* >>> Basics */
p, li, th, td { 
font-size: 12px;
line-height: 15px;
}

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

h2 {
margin: 20px 0 15px;
font-size: 16px;
}

h3 {}
h4 {}
h5 {}
h6 {}

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

p big {
font-size: 17px;
}

/* >>> ul, ol, li */
ul, ol {
margin-bottom: 15px;
}

li {
position: relative;
list-style: disc outside;
margin-bottom: 3px;
}

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

/* >>> table, caption, th, td */
table { 
margin-bottom: 15px; 
border-collapse: collapse;
}         

caption {}

th, td {
padding: 5px;
border: 1px solid #ccc; 
}

th { 
font-weight: bold;
border-bottom-width: 3px; 
}

td {}

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

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

select {}
option {}

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

/* >>> strong, em */
strong { font-weight: bold }
em { font-style: italic }

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

a { 
color: #f60;
text-decoration: underline;
}

a:visited {
color: #333;
}

a:hover {
text-decoration: none;
}

a:active {}

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



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

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

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

.hl li {
display: inline;
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#navigation */
ul#navigation li {
display: inline;
font: 12px "Myriad", "MyriadPro", "Myriad Pro", "Arial Narrow", Arial, sans-serif;
text-transform: uppercase;
}

ul#navigation li a,
ul#navigation li strong {
display: block;
padding: 3px 0 3px 29px;
border-bottom: 1px solid #ff8e26;
}

ul#navigation li a:hover,
ul#navigation li strong {
color: #ffb759;
}

ul#navigation li.last a,
ul#navigation li.last strong {
border-bottom: 0;
}

ul#navigation li a { 
text-decoration: none;
color: #fff;
}

ul#navigation li strong {
font-weight: normal;
background: url(../media/images/layout/navigation_arrow.gif) 7px center no-repeat;
cursor: default;
}

/* >>> ul#meta-navigation */
ul#meta-navigation li {
font: 9px Arial;
}

ul#meta-navigation li a {
padding: 0 3px;
border-right: 1px solid #9b9b9b;
color: #9b9b9b;
text-decoration: none;
}

ul#meta-navigation li.last a {
border-right: 0;
}

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

img.left {
float: left;
margin: 0 10px 5px 0;
}

img.right {
float: right;
margin: 0 0 5px 10px;
}

/* Tabelle */
table.noborder td, table.noborder th {
border: 0;
}

/* Roter Text */
td.redfont {
color: #FF0000;
}

span.redfont {
color: #FF0000;
}
