/*===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.12.2011
Letzte Aenderung: 05.12.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: 900px;
text-align: left;
border: 2px solid #ccc;
}

#header {
height: 150px;
background-color: #333;
color: #fff;
padding: 5px 0 5px 5px;
}

#header h2, #header h3 {
padding: 0 0 0 20px;
}

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

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

/*===Links im Header===*/

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

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




/*=== 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: 720px;
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 10px;
}

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

#content p {
text-align: justify;
font: 95%;
}

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

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

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

#content h1 {
font-size: 140%;
background-color: transparent;
}

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


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

#content a {
text-decoration: underline;
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;
}


/*===horizontal menü===*/

#horizonlist {
list-style-type: none;
width: 720px;

}

#horizonlist li {
float: left;
background-color: #000;
width: 200px;
margin-left: 10px;
margin-right: 0px;
margin-bottom: 10px;
border: 5px solid #666;
font: 90%;
}

#horizonlist a {
text-decoration: none;
color: #fff;
font-weight: normal;
}

#horizonlist a:visited {
color: #fff;
}

#horizonlist a:focus {
color: #f04;
}

#horizonlist a:hover {
color: #f04;
}

#horizonlist a:active {
color: #f04;
}




/*===bücher nebeneinander===*/

#newslist {
list-style-type: none;
width: 720px;
}

#newslist li {
float: left;
margin-left: 10px;
margin-right: 0px;
margin-bottom: 10px;
font: 90%;

}

#newslist img {
display: block;
border: 0px solid;
}

/*===buecher untereinander===*/

#titellist {
list-style-type: none;
width: 720px;
}

#titellist li {
float: left;
width: 700px;
margin-right: 10px;
margin-bottom: 10px;
font: 95%;
}




/*===teaser===*/
.teaser {
text-align: left !important;
width: 250px;
background-color: #f04;
color: #000;
border: solid 1px #333;
margin: 5px 0 5px 10px !important;
padding: 5px 5px 5px 10px !important;
}

.teaser h4 {
font-weight: bold;
color: #000 !important;
margin: 0 !important;
padding: 0 !important;
}

.teaser p {
text-align: left !important;
font-size: 90%;
font-weight: bold;
color: #000;
margin: 0px !important;
padding: 0px !important;
}

.teaser {
float: right;
}

/*===Links im Teaser===*/

.teaser a {
text-decoration: none;
border-bottom: 1px solid #333;
background-color: transparent;
color: #000 !important;
font-weight: bold;
}

.teaser a:visited {
background-color: transparent;
color: #000 !important;
}
.teaser a:focus {
background-color: transparent;
color: #fff !important;
}
.teaser a:hover {
background-color: transparent;
color: #fff !important;
}
.teaser a:active {
background-color: transparent;
color: #fff !important;
}

/* 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===*/


