/*
Datum: 01.08.2009
Website: http://www.rucksackguerilla.de
Website: http://www.alsaka2chile.de
Website: http://www.alsaka2chile.com
Copyrite: ANDREAS REU
*/

/* Grundfunktionen */
* {margin: 0; padding: 0;}

body {
	background: #ebebe9;
	color: #747474;
	font-family: arial, verdana, sans-serif;
	font-size: 80%;
}

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

a:hover {
	color: #FF0000;
	text-decoration: none;
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.0em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}


/* @@@@ Aufbau - Grundriss */
.bg { 
	background: #ebebe9 url(top_bg.jpg) top center repeat-x;
}

.grundriss {
	margin: 0 auto;
	width: 960px;
}

.topline {
	color: #92b7c7;
	width: 960px;
	height: 32px;
	text-align: right;
	margin-top: 8px;
}

.topline h2 {font-size: 85%;}

.topline a {
	color: #FFF;
	text-decoration: none;
	font-size: 85%;
}

.topline a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 85%;
}

.top {
	width: 960px;
	height: 265px;
}

.topnav {
	background-image: url(top_navi.gif);
	width: 377px;
	height: 213px;
}

.topnavl {
	float: left;
	width: 268px;
	height: 213px;
}

.topnavr {
	float: right;
	width: 109px;
	height: 213px;
}

.topnavr0 {
	width: 109px;
	height: 63px;
}

.topnavrh {
	width: 109px;
	height: 30px;
}

.topnavrg {
	width: 109px;
	height: 39px;
}

.topnavrl {
	width: 109px;
	height: 31px;
}

.topnavr1 {
	width: 109px;
	height: 50px;
}


/* @@@@ Content */
.content {
	width: 960px;
}

.contentsuche {width: 960px;}

.menu {
	float: left;
	width: 335px;
}

.menu_l {
	float: left;
	width: 250px;
}

.menu_r {
	float: right;
	width: 85px;
}

.menu_rahmen {
	background-image: url(menu_rahmen.png);
	width: 250px;
	height: 197px;
	padding-top: 9px;
}

.menu_rahmen2 {
	background-image: url(menu_rahmen2.jpg);
	width: 238px;
	height: 75px;
	padding-top: 12px;
	padding-left: 12px;
}

.menu_bonsai {
	background-image: url(menu_bonsai.jpg);
	width: 238px;
	height: 54px;
	padding-left: 12px;
	padding-top: 12px;
}

.menu_bookmark {
	background-image: url(menu_bookmark.jpg);
	text-align: right;
	width: 238px;
	height: 54px;
	padding-right: 12px;
	padding-top: 12px;
}

.menu_thema {
	background: url(menu_thema_bg.gif) repeat;
	width: 238px;
	padding-left: 12px;
}

.menu_thema2 {
	background: url(menu_thema_bg.gif) repeat;
	width: 242px;
	padding-left: 8px;
	padding-top: 4px;
}
.menu_thema_close {
	background-image: url(menu_thema_close.gif);
	width: 250px;
	height: 2px;
}

.inhalt {
	float: right;
	width: 625px;
}

.inh_rahmen {
	background-image: url(inh_rahmen.jpg);
	width: 625px;
	height: 206px;
}

.inh_rahmen_l {
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	width: 404px;
}

.inh_rahmen_r {
	float: right;
	width: 200px;
	margin-top: 12px;
	margin-right: 14px;
}

.inh_rahmen_r p {text-align: justify;}


/* @@@@ UNTEN */
.unten {
	background: #CCC url(unten_bg.jpg) repeat-x;
	width: 100%;
	height: 150px;
}

.untenrahmen {
	text-align: center;
	width: 960px;
	margin: auto;
	font-size: 90%;
	padding-top: 35px;
}

.untenrahmen a {color: #FFF;}

.untenrahmen a:hover {color: #FF0000;}


/* @@@@ Allgemein */
.kill { clear: both;}

.txtsuche { 
	background-color: #FFF;
	width: 164px;
	border: 1px solid #CCC;
}

.buttonsuche { 
	background-color: #AAA; 
	color: #FFF; 
	width: 80px;
	border: 1px solid #CCC;
}