a {color: #1E90FF;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	padding:5px 15px;
	margin:0px 
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

.msgError {
  
  border: 2px solid;
  background: #ffffff;
  padding: 10px 32px;
  background-repeat:  no-repeat;
  background-position:  10px 11px;
  border-color: #cc0000;
  background-image: url(/images/icons/off.gif);
}

.msgError .title {
        color: #cc0000;
        font-weight: bold;
}


.curlycontainer{
        border: 1px solid #b8b8b8;
        margin-bottom: 1em;
        width: auto;
}

.curlycontainer .innerdiv{
        background: transparent url(/images/brcorner.gif) bottom right no-repeat;
        position: relative;
        left: 2px;
        top: 2px;
        padding: 1px 4px 15px 5px;
}

#blaetterOption {
        border: 1px solid #F4A460;
        background: #FFDEAD;
        text-align: center;
        padding: 7px 7px;
}

#alleBuecherDiv{

	width: 33%;
	border: 1px solid #F4A460;
	background-color: #FFDEAD;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
}

.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/images/formbg.gif) repeat-x left top;
}

#navlist
{
padding: 1px;
margin-left: 0;
font: 11px verdana, sans-serif;
width: 14em;
color: gray; }

#navlist li
{
list-style: none;
margin: 0px;
border-left: 1px #004080 solid;
border-bottom: 1px gray solid;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
font-weight:bold;
color: #000080;
background: #b1d5ed;
border-left: 3px #004080 solid;
}