/* styles.css
**
**############### Opera / Mozilla Stylesheet #########################
**
** Style-Sheet fuer Maxibumm.de
** (C) by Andreas Deublein 2004
/****************************************************************************
*/


/* Body-Definition */

body
 {
 font-family:verdana;
 font-size:12px;
 color:#FFFF00;
 background-color:black;
 text-align:center;
 margin:0px;
 }

/*Überschriften - Headlines*/
h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}

/*Container - Definitionen */
/*Hauptfenster / main frame*/
#main {
width:680px;
margin:0px auto;
text-align:left;
}

/* Titelzeile / Headline */
#title {
padding-top:15px;
height:24px;
}

/* Menue */
#menu {
color:#FF0000;
background-color:#FFFFFF;
text-align:center;
padding:5px 0px;
border-top:1px solid #FF0000;
border-left:1px solid #FF0000;
border-right:1px solid #FF0000;
clear:left;
}

/* Links and Anchors */
a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#FF0000;
  font-size:12px;
  }
a:active, a:hover
{
  color:#7F0000;
}
a.menu:link, a.menu:visited
{
  color:#FF0000;
  font-size:20px;
  }
a.menu:active, a.menu:hover
{
  color:#7F0000;
  font-size:20px;
}

/* Inhalt / content*/
#content {
border:1px solid #FF0000;
background-color:#C0C0C0;
background-image:url(Images/bg-700.jpg);
padding:5px;
color:#000000;
font-size:14px;
}

/* Bildergallerie links & rechts / gallery left & right */
#left {
width:180px;
height:600px;
left:15px;
top:5px;
color:#C0C0C0;
}

#right {
width:130px;
height:600px;
right:0px;
top:5px;
color:#C0C0C0;
}
