body
{
 font-family:Verdana, Helvetica, sans-serif;
 font-size:12px;
 background-color:#39688c;
 text-align:center;
}

h2 {font-size:14px;color:#737994;}
h3 {font-size:14px;color:#ffffff;}
p {margin-top:3px;margin-bottom:0px;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#ff9200;
  font-size:12px;
}
a:active, a:hover
{
  color:#737994;
}

a.menu:link, a.menu:visited
{
  color:#ff9200;
}
a.menu:active, a.menu:hover
{
  color:#eeeeee;
}

a.smallcart:link, a.smallcart:visited
{
  color:#000;
}
a.smallcart:active, a.smallcart:hover
{
  color:#3D5FBB;
}

a.profil:link, a.profil:visited
{
  color:red;
  font-size:11px;
}
a.profil:active, a.profil:hover
{
  color:black;
  font-size:11px;
  text-decoration:underline;
}

a.main:link, a.main:visited
{
  color:#3D5FBB;
}
a.main:active, a.main:hover
{
  color:#000;
  text-decoration:underline;
}

a.enq:link, a.enq:visited, a.enq:active, a.enq:hover
{
  text-decoration:none;
  font-weight:normal;
  color:#000;
  font-size:9px;
  border:1px solid black;
  padding:1px;
  background-color:lightyellow;
}

/* Formularbuttons */
.formbutton, .input
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	border:solid 1px #666;
}

/* Das Menü */
#menu {
color:#81C2C2;
text-align:center;
padding:10px 0px;
width:590px;
float:left;
}

/* Der Inhalt */
#content {
text-align:left;
background-color:#efeff7;
width:600px;
height:350px;
float:left;
margin-bottom:20px;
border:solid 2px #81C2C2;
}

/* Der Inhalt bei Listenansicht */
#content-list {
text-align:left;
background-color:#efeff7;
width:600px;
height:350px;
float:none;
margin-bottom:20px;
border:solid 2px #81C2C2;
margin:0px auto;
}

/* Der Warenkorb */
#cart {
background-color:#ccc;
font-size:10px;
font-weight:bold;
padding-left:2px;
}

