/* = Grid core ------------------------------------------------------------ */

body { font-size: 0; }

.c1, .c1_tom,  .c3, .c4, .c5, .c6, .menu, .main_cont, .cap {
  display: -moz-inline-stack;
  float: left;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.pagetitle {
	font:normal 1em/10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
	display:block;
	margin-top:-30px;
	}


/* Begin Header */	
#header {
	height:50px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:69px;
	}
	
	#sitename {
		font-weight:bold;
		font-style:italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:2.6em;
		display:block;
		width:380px;
		float:left;
		line-height:34px;
		text-transform:lowercase;
		}
		
#searchform {
	width:200px;
}

	#header #searchform {
		float:right;
		padding-top:15px;
	}
		
#s {
	width:167px;
	border:1px solid #e6e6e6;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	float:left;
	}
	
#searchsubmit {
	float:right;
	}
/* End Header */

/* Begin Page List */		
#nav {
	line-height:20px;
	font-size:1.2em;
	float:left;
	padding-top:15px;
	width:360px;
	}
	
	#nav li {
		float:left;
		list-style:none;
		margin-right:25px;
		text-transform:uppercase;
		}
		
		#nav li a {
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			}
/* End Page List */


/* = Grid customization --------------------------------------------------- */

p {
color: #666666;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-left: 10px;
}

h1, h2, h3 {

	text-transform: uppercase;
	margin-left: 10px;
	line-height: 0px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	font-size: 18px;
}

h3 {
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #F49500;
}



/* Set up a centered 960 pixels grid layout */
body {
  margin: 0 auto;
  margin-top: 50px;
  padding: 5px;
  width: 850px;
}

/* Gutter */
.menu, .main_cont, .c1, .c1_tom, .c2, .c3, .c4, .c5, .c6 { margin: 0px; }

/* 6 columns grid */
.main_cont { width: 810px;}
.menu { width: 150px; }
.c1  { width: 125px; height: 125px; padding: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.c1_tom  { width: 125px; height: 125px; padding: 5px;}
.c2  {
	width: 125px;
	height: 260px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	margin: 0px;
	display: inline-block;
	display: -moz-inline-stack;
	}

.c4  { width: 405px; }
.cap { width: 380px; padding: 5px;} 

.c3  { width: 470px; }
.c5  { width: 790px; }
.c6  { width: 950px; }

.c2:hover,.c1:hover {
	background-image: url("../images/anistripe.gif");
    background-repeat: repeat-x y;
}



/* MENUE */
#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
#menu li {
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {

	color: #777;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #F49500;
	color: #fff;
	padding-bottom: 5px;
}



