body {
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image:url(../images/graffiti-background.jpg);

}
h1 {
	font-size:18px;
}
h5 {
	text-decoration:underline;
	font-size:medium;
}
/* Various divs that control site layout */

#container {
	position:relative;
	top:50px;
	width:800px;
	padding:0px;
	margin:auto;
    text-align:left;
		
}
#logo-banner {
	position:absolute;
	width: 284px; 
	height:258px;
	background: #67E6FB;
	margin: 0;
	top:0px;
	left:0px;
	border-left:10px solid #666;
	border-top:10px solid #666;
	 
}
#flash-banner {
	position:absolute;
	width: 525px; 
	height:258px;
	background: #67E6FB;
	margin: 0;
	top:0px;
	left:285px;
	border-right:10px solid #666;
	border-top:10px solid #666;
	padding:0px;
	 
}
#mainContent {
	position:absolute;
	top:288px;
	
	padding: 0 20px; 
	width:760px;
	height:auto;
	background-color:#000000;
	color:#FFF;
	border-left:10px solid #666;
	border-right:10px solid #666;
	border-bottom:10px solid #666;

	
}

/* Navigation divs - Main navigation under navbar, Sub navigation under subnav and bottom navigation under bottom-navbar */

#nav-div{
	position:absolute;
	top:258px;
	
	margin:0px;
	background-color:#FFFFFF;
	width:800px;
	height:30px;
	padding:0px;
	border-left:10px solid #666;
	border-right:10px solid #666;
}

#navbar {
	position:absolute;
	top:3px;
	left:0px;
	 margin:0px;
    padding:0px;
	padding-left:10px;
	height:20px;
	list-style:none;
	display:inline;
	overflow:hidden;
	width:800px;
}

#navbar li {
	list-style:none;
	display:inline;
    margin:0px;
	padding-top:0;

}
#navbar a {
	float:left;
	padding:20px 13px 0 0;
	overflow:hidden;
	height:0px !important;
	height /**/:15px; /*for IE5/Win only */
}

#home a {
	width: 55px;
	background:url(../images/buttons/home.gif) top left no-repeat;
}
#battle a {
	width: 75px;
	background:url(../images/buttons/battle.gif) top left no-repeat;
}
#workshop a {
	width: 105px;
	background:url(../images/buttons/workshops.gif) top left no-repeat; 
}
#photos a {
	width: 80px;
	background:url(../images/buttons/photos.gif) top left no-repeat;
}
#video a {
	width: 65px;
	background:url(../images/buttons/video.gif) top left no-repeat;
}
#agentur a {
	width: 90px;
	background:url(../images/buttons/agentur.gif) top left no-repeat;
}
#kontakt a {
	width: 90px;
	background:url(../images/buttons/kontakt.gif) top left no-repeat;
}
#links a {
	width: 65px;
	background:url(../images/buttons/links.gif) top left no-repeat;
}
#team a {
	width: 45px;
	background:url(../images/buttons/team.gif) top left no-repeat;
}

#navbar a:hover{
	background-position: 0 -20px;
}
/* CSS for the down state of each button in navigation bar and sub-navigation */

#home-page #home a,
#battle-page #battle a,
#workshop-page #workshop a,
#media-page #photos a,
#agentur-page #agentur a,
#kontakt-page #kontakt a, 
#links-page #links a,
#team-page #team a{
	background-position: 0 -20px;
}

#info-page #info a,
#anmeldung-page #anmeldung a,
#history-page #history a
 {
	 text-decoration:underline;
}
#info-page #battle a,
#anmeldung-page #battle a,
#history-page #battle a
  {
	background-position: 0 -20px;
}
#history-workshop-page #history-workshop a
 {
	text-decoration:underline;
}
#history-workshop-page #workshop a
 {
	background-position: 0 -20px;
}

#subnav {
	position:absolute;
	top:5px;
	left:80px;
	height:10px;
	display:inline;
	margin:0px;
	padding-right:1px;
	width:auto;
	
}

#subnav li {
	list-style:none;
	padding:0px;
	margin:0px;
	display:inline;

}
#subnav a {
	text-decoration:none;
	color:#67E6Fb;
	float:left;
	padding:1px 20px 0 0;
	height:0px;
	width:auto;
	
}
#subnav a:hover {
	text-decoration:underline;
}

/* CSS to position sub-navigation on each page*/

#workshop-page #subnav,
#history-workshop-page #subnav
 {
	left:190px;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#bottom-navbar {
	position:absolute;
	bottom:10px;
	left:360px;
	margin:0px;
    padding:0px;
	height:auto; 
}

#bottom-navbar li {
	list-style:none;
	display:inline;
    margin:0px;


}
#bottom-navbar a {
	float:left;
	padding: 20px 20px 0px 0px;
	overflow:hidden;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
#bottom-navbar a:hover {
	color:#67E6FB;
}

/* logo div for links page */
#logo-div {
	background-color:#000;
	width:auto;
	height:auto;
}
/* Various classes defined for site */


.info-list {
	list-style:disc;
}

#history-page h4 {
	color:#67E6Fb;
	
}

.name{
	font-weight:bold;
	font-size-adjust:2px;
	text-decoration:underline;
	color:#67E6FB;
}
a:link{
	color:#633;
}
a:visited{
	color:#B87A3C;
}

.center {
	text-align:center;
}
.english {
	color:#CCC;
}
