/*Stylesheet fuer die Art&Idea*/

body {
color: black; /*Schriftfarbe*/
background-color: white; /* Hintergrundfarbe*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrapper {
width: 840px;
margin-left: 80px;
margin-top: 60px;
}

#header {
margin-left: 180px;
}

#navi{ 
margin-top: 17px;
float: left;
width: 160px;
}

#navi li{ 
list-style-type: none;
padding: 0;
text-align: right;
}

a.blue:link {color: gray; font-size: 110%; outline: none;}
a.blue:active {color: gray; font-size: 110%; outline: none;}
a.blue:visited {color: gray; font-size: 110%; outline: none;}
a.blue:hover {color: #DC143C; font-size: 110%; outline: none;}

a.orange:link {color: orange; font-size: 110%; outline: none;}
a.orange:active {color: orange; font-size: 110%; outline: none;}
a.orange:visited {color: orange; font-size: 110%; outline: none;}
a.orange:hover {color: #DC143C; font-size: 110%; outline: none;}

a.green:link {color: #009999; font-size: 110%; outline: none;}
a.green:active {color: #009999; font-size: 110%; outline: none;}
a.green:visited {color: #009999; font-size: 110%; outline: none;}
a.green:hover {color: #DC143C; font-size: 110%; outline: none;}

#content {
margin-top: 10px;
float: right;
width: 660px;
}


#footer
{
clear: both;
margin-left: 20px;
}

.imagecenter
{ float: left;
margin-top: 15px;
margin-right: 20px;
margin-bottom: 5px;
}

#imageright
{ float: right;
margin-top: 15px;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 5px;
}

#imageleft
{ float: left;
margin-top: 15px;
margin-bottom: 5px;
}

/* Verschachtelter Selektor: nur fŸr Grafik im Kopfbereich */
#kopfbereich img
{
background-color: white;
}

h1 { font-size: 100%;
color: #DC143C; }

h2 {font-size: 100%;
font-style: bold; }

h3 { font-size: 100%;
font-style: bold;
line-height: 2em; }

h4 { 
padding-right: 15px;
text-align: right;
font-size: 120%;
color: #DC143C; }

h5 { 
text-align: left;
font-size: 120%;
align: right;
color: red }

h6 {
font-size: 100%;
padding-left: 110px;
}

h7 {
padding-left: 127px;
}

h9
{font-style: italic;
font-size: 80%;
line-height: 2em;
padding-left: 10px;
}

h10
{font-style: italic;
font-size: 100%;
}

note {font-size: 80%;}

address {
text-align: left;
font-size: 80%;
font-style: normal;
letter-spacing: 2px;
line-height: 1.5em;
padding-left: 160px;
padding-top: 12px;
padding-bottom: 15px;
}

a { text-decoration: none; }
a:link { color: #DC143C; }
a:visited { color: #DC143C; }