/*===Dies ist der korrekte Style für die 2-spaltige Seite Profijt===*/
/*===Achtung, nur geprüfte Änderungen einfügen===*/

/*===Styles für: www.juttaprofijt.de
Autor: Jutta Profijt
Erstellt: 22.11.2011
Letzte Aenderung: 24.11.2011
===*/


* {
margin: 0;
padding: 0;
}


/*===ruckelfreies blaettern===*/
html {
height: 100.1%;
}

body {
background-image: url(sagradasuperhell.jpg);
background-repeat: repeat;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 86%;
line-height: 1.5;
text-align: center; /* fuer IE */
}

#wrapper {
background-color: #fff;
margin: 5px auto;
width: 800px;
text-align: left;
border: 2px solid #ccc;
}

#header {
height: 160px;
background-color: #333;
color: #fff;
padding: 5px;
font-size: 90%;
text-align: right;
}


#header h5 {
float: right;
font-size: 100%;
{


#header a {
text-decoration: none;
background-color: transparent;
color: #fff;
font-weight: bold;
}

#header a:visited {
background-color: transparent;
color: #fff;
}
#header a:focus {
background-color: transparent;
color: #f04;
}
#header a:hover {
background-color: transparent;
color: #f04;
}
#header a:active {
background-color: transparent;
color: #f04;
}

.topleftimg {
float: left;
margin: 0 15px 5px 5px;
}

.toprightimg {
float: right;
margin: 0 5px 5px 5px;
}


/*=== Hauptmenue ===*/
#hauptmenue {
float: left;
width: 160px;
background-color: #fff;
color: #000;
padding: 20px 0;
}

#hauptmenue ul {
text-align: right;
list-style-type: none;
margin: 0 0 0 10px;
}
#hauptmenue ul li {
}

#hauptmenue ul li a {
text-decoration: none;
padding: 1px 5px 2px 5px;
color: #333;
margin: 0 0 2px 0;
}
#hauptmenue ul li a:visited {
color: #333;
}
#hauptmenue ul li a:focus {
color: #f04;
}
#hauptmenue ul li a:hover {
color: #f04;
}

#hauptmenue ul li a:active {
color: #f04;
}



/*=== Content-Bereich ===*/

#content {
float: right;
width: 620px;
background-color: #fff;
color: #000;
border-left: 1px solid #ccc;
padding: 5px;
}

.rightimg {
float: right;
margin: 0 5px 15px 15px;
}

.leftimg {
float: left;
margin: 10px 10px 10px 20px;
}

#content p {
margin: 10px 40px 10px 20px;
padding: 0;
}

#content p {
text-align: justify;
}

.hilite {
font-weight: bold;
color: #333;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #333;
margin-left: 20px;
}

#content h1, #content h2 {
margin: 20px 0 15px 20px;
}

#content h1 {
font-size: 140%;
letter-spacing: 1pt;
background-color: transparent;
}

#content h2 {
background-color: transparent;
font-size: 115%;
}


/*===Termine===*/

#content dl {
font-size: 95%;
margin-left: 20px;
}

#content dl dt {
font-weight: bold;
}

#content dl dd {
margin-left: 30px;
margin-bottom: 15px;
}

/*===Links im Text===*/

#content a {
text-decoration: none;
border-bottom: 1px solid #333;
background-color: transparent;
color: #666;
font-weight: bold;
}

#content a:visited {
background-color: transparent;
color: #666;
}
#content a:focus {
background-color: transparent;
color: #f04;
}
#content a:hover {
background-color: transparent;
color: #f04;
}
#content a:active {
background-color: transparent;
color: #f04;
}




/* Footer */
#footer {
clear: both;
background-color: #fff;
color: #666;
height: 30px;
padding: 10px 0 0 0;
border-top: 1px solid #ccc;
text-align: center;
}

#footer h6 {
color: #666;
text-align: center;
}

/*===zurzeit nicht genutzt===*/
/*===Unterdrückung Mouse-Text bei submit-buttons===*/
#content a span.aa{
display: none;
}
/*===Ende Mouse submit-buttons===*/


