@charset "utf-8";
/* CSS Document
Theme Name: chongqing_design
Theme URI: http://gerritschultz.de/
Description: Theme für chongqing-abenteuer.de
Version: 1.0
Author: Gerrit Schultz
Author URI: http://gerritschultz.de/

Farben:
Blau dunkel: #2583AD;
Blau hell: #ABB2ED;
Grün: #3ECE3A;
Orange: #FFD33C;
Rot: #CC3A3D;
Grau dunkel: #333333;
Grau hell: #666666;
Grau ganz hell: #D6D6D6;

*/

*{
	border: none;
		margin: 0;
		padding: 0;
	background: transparent;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background: #222222 url(images/body_bg.jpg);
}

h1{
	font-size: 1.5em;
	font-weight: normal;
		margin-bottom: 15px;
}

h2{
	font-weight: bold;
	font-size: 1.0em;
	margin: 15px 0 5px 0;
}


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


/* --- --- --- classes --- --- --- */

.clear{
		clear: both;
}

.more:hover{
}


/* --- --- --- container --- --- --- */

.container{
		margin: auto;
}



/* --- --- --- main --- --- --- */

#main{

}



/* --- --- --- header --- --- --- */


#logo{
	text-indent: -9999;
	text-align: center;
		margin-top: 20%;
}

#logo h1{
	display: none;
}



/* --- --- --- navi --- --- --- */
#navi{
		text-align: right;
		padding: 25px 40px 0 0;
	font-size: 1.2em;
}

#navi li{
	list-style-type: none;
	background: transparent url(images/li_bg.gif) no-repeat right center;
		padding: 12px 30px 12px 0;
}

#navi a{
	color: #D6D6D6;
}
#navi a:hover{
	color: #333333;
}



/* --- --- --- content --- --- --- */

#conent{
	margin: 0 20px 0 358px;
	background-color: #fff;
	width: 300px;
	height: 400px;
}

#conent p{
	line-height: 1.4em;
}

.screenshot{
	border: 1px solid #D6D6D6;
	float: left;
	margin: 0 15px 15px 0;
}



/* --- --- --- footer --- --- --- */

#footer{
	background: #111111;
		clear: both;
	font-size: 0.9em;
	color: #999999;
		padding: 10px 35px;
		position: absolute;
		bottom: 0;
		right: 0;
}

#footer a, #footer a:hover{
	color: #999999;
}

#footer_left{
		float: left;
}
#footer_right{
		text-align: right;
}

