/*CSS - Styleguide*/

/*
	http://sigikid-beasts.de/
   	css styles
   
   	Copyright 2008, Markus Spiske
   	http://www.temporausch.com
*/

/*------------------general styles------------------*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	border: 0;
	color: #888;
	}

body {
	font: 12px/150% Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
    background:#000 url('../images/beasts_bg_main.jpg') no-repeat;
   	background-attachment:fixed;
}

/*------------------links------------------*/
.labels {
	border: 0px;
}

.overview_border {
	border: 6px;
}

a:visited img {
	border-color: white;
}

a img {
	border-color: white;
}

a:hover img {
	border-color: #ff8900;
}

a.overview_border:visited img {
	border: 6px solid white;
}

a.overview_border img {
	border: 6px solid white;
}

a.overview_border:hover img {
	border-color: #ff8900;
}

a.yellow:link, a.yellow:visited, a.yellow:active {
	color: #ff8900;
	text-decoration: underline;
}

a.yellow:hover {
	color: #ff8900;
  	text-decoration: none;
}

a.grey:link, a.grey:visited, a.grey:active {
	color: #888;
	text-decoration: underline;
	background-color: #1f1f1f;
}

a.grey:hover {
	color: #888;
  	text-decoration: none;
  	background-color: #1f1f1f;
}

a.german:link, a.german:visited, a.german:active {
	color: #ff8900;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 5px;
}

a.german:hover {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 5px;

}

a.eng:link, a.eng:visited, a.eng:active {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 5px;
}

a.eng:hover {
	color: #ff8900;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 5px;

}

a.french:link, a.french:visited, a.french:active {
	color: #999;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 5px;
}

a.french:hover {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 5px;

}

/*------------------headlines------------------*/
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #888;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #ff8900;
}

.orange {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #ff8900;
}

.clear {
	clear: both;
}

.note_german {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ff8900;
	line-height: 130%;
}

.note_english {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height: 130%;
}

.note_french {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	line-height: 130%;
}

/*------------------wrapper------------------*/
#wrapper {
	width: 600px;
	margin: 0 auto;
}

/*------------------intro------------------*/
#intro {
	float: left;
	width: 600px;
    margin-top: 100px;
}

#beaststown {
	float: left;
	width: 400px;
    margin-bottom: 20px;
    margin-left: 100px;
}

#oldfriends {
	float: left;
	width: 400px;
    margin-bottom: 20px;
    margin-left: 100px;
}

#newfriends {
	float: left;
	width: 400px;
    margin-bottom: 20px;
    margin-left: 100px;
}

#forfans {
	float: left;
	width: 400px;
    margin-left: 100px;
}

.icon_intro {
	float: left;
}
 
.gfx_intro {
	float: right;
	padding-top: 30px;
}

/*------------------inside - uebersicht------------------*/
#container {
	margin: 0 auto;
	width: 770px;
    margin-top: 100px;
}

#top_navi_left {
	float: left;
	width: 320px;
	height: 70px;
}

#top_navi_right {
	float: right;
	width: 450px;
	height: 70px;
}

#overview {
	float: left;
	padding: 0px;
}

.overview_input {
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

/*------------------inside - detail------------------*/

#beast_name {
	float: right;
	width: 450px;
	height: 70px;
}
   
#detail {
	float: left;
	margin-top: 15px;
}

#description {
	float: left;
	width: 300px;
	padding: 0px;
} 
  
.description_german {
	float: left;
	color: #ff8900;
	margin-bottom: 20px;
}

.description_english {
	float: left;
	color: #fff;
	margin-bottom: 20px;
} 
 
.description_french {
	float: left;
	color: #999;
	margin-bottom: 20px;
} 

#detail_pics {
	float: right;
	width: 450px;
	margin-left: 20px;
}

#largeimage {
	float: right;
    height: 450px;
    width: 450px;
}

#smaller {
	float: left;
	margin-top: 20px;
}

#smallimages div {
	float: left;
	margin: 0px 20px 0px 0px;    
	border: 6px solid white;
}

#smallimages div.last {
	float: left;
	margin-right: 0;
}

#smallimages div:hover {
	float: left;
   	border-color: #999;
}

#smallimages div.current {
	float: left;
   	border-color: #ff8900;
}     
       
/*------------------footer------------------*/       
#footer {
	clear: both; 
	width: 600px;
	height: 40px; 
	text-align: center; 
	padding-top: 75px; 
}   

#footer_inside {
	clear: both; 
	width: 770px;
	height: 40px; 
	text-align: center; 
	padding-top: 75px; 
}  
       
/*------------------impressum------------------*/       
.highlight {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #ff8900;
	background-color: #1f1f1f;
}

.impressum_content {
	float: left;
	width: 600px;
	padding: 20px;
	background-color: #1f1f1f;
	margin-top: 10px;
}

#impressum {
	float: left;
	width: 600px;
    margin-top: 100px;
}       
       
       
       
       
       
       
       