/*struktur*/
#container {
background-color:#BFCFD5;
background-image:url(../bilder/aljas_com_logo.gif); background-repeat:no-repeat;
width: 100%;
height: 100%;
}
#wrapper {
background-color:#FFFFFF;
width: 700px;
padding: 20px;
margin: 0 auto 0 auto;
}

/* hauptsachen */
html {height:100%;}
body,td,li,ol,ul,div,blockquote {font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px;}
body {margin: 0; padding: 0; background-color:#D5CFC8;}
p {font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-bottom: 6px;}
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; line-height: 16px; margin: 0 0 20px 0; color:#999999;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; line-height: 16px; margin: 20px 0 10px 0; color:#716767; background-image:url(../bilder/strichel.gif); background-repeat:no-repeat;}
.thumbnail {padding: 2px; margin: 0 10px 10px 0; border: 1px solid #BFCFD5;}

/* groessen */
.kleiner1 { font-size: 10px; }
.kleiner2 { font-size: 9px; }
.groesser1 { font-size: 12px; }
.groesser3 { font-size: 14px; }

/* links */
a, a:visited { color: #95AEB8; font-size: 12px; text-decoration: none;}
a:hover { color: #3997BA; }
a.unternavi {color: #85AB82; text-decoration: none;}
a.unternavi:hover { color: #337700; }

/* formulare */
input, textarea, .pulldown  {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-color: #666666;
border: 1px #CCCCCC solid;
background-color: #ECF3EB;
width: 200px;
}

input:focus, textarea:focus, .pulldown:focus {
background-color:white;
}

.auswahl
{
background-color: #fff;
border: 0px;
width: auto;
}
.btn
{
width: auto;
cursor:pointer;
}