/**************************************************************
                                                                   
     GTA Fan Page von A. Mayer alias ZAZ (zazmahall.de)            
    Stylesheet nach Vorlage von Pat Heard { http://fullahead.org } 
      DATE + 2007.08.9                                             

 **************************************************************/



/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	height: 100px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 300px;

  padding: 5px;
  text-align: right;
}
#header #tittle {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 730px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;
  font: 700 2em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: #CCCCCC;
}

#header h2 {
  position: absolute;
  top: -10px;
  right: 5px;

  margin: 0;
  padding: 0;
  font: 700 1em "trebuchet ms", serif;
  text-transform: uppercase;
  color: #FFFF00;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;

  top: 30px;
  right: 250px;
}


#header img.VCballoons {
  position: absolute;
  z-index: 2;

  top: 80px;
  right: 280px;
}

#header img.IVballoons {
  position: absolute;
  z-index: 2;

  top: 0px;
  right: 300px;
}

/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/
#mainMenu { 
  width: 960px;
  height: 300px;
  clear: both;
  background: url(../zazmodpics/ShotBanner-7.gif);  
}

#mainMenu ul {
  margin: 5;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 12px;
  padding: 5px 0.5em;

  font: 400 1.0em "verdana", serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFCC00;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #FFF;
  border-left: 1px solid #C71100;
  border-right: 1px solid #C71100;
  background: #DE1500;
}

#mainMenu li a.last {
  margin-right: 5;
}
/************************************
********MENUE 2 als Reserve
***************************************/

#mainMenu2 { 
  float: left;
  width: 78%;
  min-height: 135px;
  clear: both;
  background: #100436 url(../ZAZGTASANATORIUM/zazmodpics/gradient.jpg) repeat-x bottom left;  
}

#mainMenu2 ul {
  margin: 5;
  padding: 0;
}

#mainMenu2 li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu2 li a {
  float: left;
  margin: 0 12px;
  padding: 5px 0.5em;

  font: 400 1.0em "verdana", serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFCC00;
}

#mainMenu2 li a:hover,
#mainMenu2 li a.here {
  color: #9FF3FF;
  border-top: 15px solid #C71100;
  background: #C71100;
}

#mainMenu2 li a.last {
  margin-right: 5;
}

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin-left: 0;
  margin-right: 0;

  padding-left: 5px;
  padding-right: 5px;
  background: #00152B;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image:  url(../ZAZGTASANATORIUM/css/foo.gif);
  font: 400 1.0em "verdana", serif;
}
/*  Menu item, Ebene0*/
.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 5px 5px;    
  padding-left: 15px;  
  text-decoration: none;
  color: #FFCC00;
  background: #001832;
} 
/* Menu item, Ebene0*/
.sideMenu li a:hover {
  color: #FFF;
  background: #000000;
}

/* Active menu item, 1.Ebene*/
.sideMenu li.here {
  display: block;  
  padding: 5px;
  color: #FFCC00;
  background: #000000;
}

/* Submenu of active menu item ,2.Ebene*/
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
  background: #001832;
}
/* Extraschaltflächen Submenu of active menu item ,2.Ebene*/
.sideMenu li.here ul li a {
  padding-left: 15px;
  font: 400 0.8em verdana, arial, sans-serif; 
  color: #C71100;  
}
/* Hoverfläche von Submenu of active menu item ,2.Ebene*/
.sideMenu li.here ul li a:hover {
  color: #FFCC00;
  background: #000000 
}

.sideMenu li a img {
  display: block;
  list-style: none;  
  margin: 0;
  padding-bottom: 5px;  
  padding: 5px 5px;    
  padding-left: 5px;
  background: #000000
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  
  padding-bottom: 4em;
}


#page1 {
  float: left;
  width: 100%;
  clear: both;
  
  padding-bottom: 4em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
  background: #000 url(../ZAZGTASANATORIUM/zazmodpics/footer.jpg) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 27px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 78%;  
}

.width65 {
  width: 75%;  
}

.width50 {
  width: 51.3%;
}

.width33 {
  width: 27.3%;
}

.width25 {
  width: 17.3%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  min-height: 500px;
  margin-bottom: 2em;
  background: #00152B;
}
.pics {
  min-height: 200px;
  margin-bottom: 2em;
  background: #012C53 url(../zazmodpics/gradient.jpg);
}
.weisss {
  min-height: 200px;
  margin-bottom: 2em;
  background: #FFFFFF;
}
.pics ul {
  list-style: none;
  display: inline;
  margin-bottom: 2em;	
  margin: 5;
  padding: 0;
}



.tut {
  min-height: 50px;
  margin-bottom: 2em;
  background: #012C53;
}
.tut ul {
  list-style: none;
  display: block;
  margin-bottom: 2em;	
  margin: 5;
  padding: 10;
}

.tut ol {
  list-style: none;
  display: block;
  margin-bottom: 2em;	
  margin: 5;
  padding: 0;
}


.List {
  font: 400 1.0em verdana, arial, sans-serif;
  line-height: 120%;

  min-height: 50px;
  margin-bottom: 2em;
  background: #012C53;
}
.List ul {
  list-style: none;
  display: inline;
  margin-bottom: 2em;	
  margin: 5;
  padding: 0;
}

.List ol {

  line-height: 150%;
  list-style-type: disc;
  display: block;
  color: #169FE9;
  margin-bottom: 2em;	
  margin: 5;
  padding: 0;
}
.List ol a {
  color: #169FE9;
}

.List ol a:hover {
  color: #FFCC00;
}









