/*---------------------------------------------------------
This css-file contains all definitions.
Modified and extended for Campalast
-----------------------------------------------------------
Domain.......: campalast.com
File.........: frames.css
Ver..........: 9.06.04
-----------------------------------------------------------
Autor........: 
Url..........: http://www.campalast.com
E-Mail.......: 
-----------------------------------------------------------
Copyright 2009 (Campalast.com).
All rights reserve.
Further spread further only after express permission !
---------------------------------------------------------*/

/* ########################################################################## */
/* #################### DEFAULT-STYLES FOR HTML-ELEMENTS #################### */
/* ########################################################################## */

body {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:active, a:hover {
	color: #FFFF00;
}

/* ############################################################################# */
/* #################### STYLES FOR SPECIFIC CLASSES AND IDS #################### */
/* ############################################################################# */

/* ################# */
/* ### TOP-FRAME ### */ 
/* ################# */

body.topframe {
	background-image: url(http://www.campalast.com/grafik/layout/topframe-bg.png);
	background-repeat: repeat-x;
}
#top_div1 {
	width: 1024px;
	height: 124px;
}
#top_div2, #top_div3, #top_div4, #top_div5, #top_div6, #top_div7 {
	position: absolute;
}
#top_div2 {
	left: 112px;
	top: 96px;
	width: 474px;	
	line-height: 28px;
}	
#top_div3 {
	top: 95px;
	left: 588px;	
	width: 400px;
	height: 28px;
	line-height: 29px;
	text-align: right;
}
#top_div4 {
	left: 849px;
	top: 4px;
	width: 170px;
}
#top_div5 {
	left: 920px;
	top: 28px;
}
#top_div6, #top_div7 {
	width: 1000px;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
#top_div6 {
	z-index:2;
	left: 296px;
	top: 60px;
	color: #FFFFFF;
}
#top_div7 {
	z-index:1;
	left: 298px;
	top: 62px;
	color: #000000;
}
img.top_trenner {
	//vertical-align: top;
	vertical-align: middle;
}
img.top_flaggen {
	margin: 0px 4px 0px 0px;
}
a.top_navi {
	padding: 0px 10px;
}
a.top_text:active, a.top_text:hover {
	color: #FFFFFF;
}

/* ################## */
/* ### LEFT-FRAME ### */ 
/* ################## */

body.leftframe {
	background-image: url(http://www.campalast.com/grafik/layout/leftframe-bg.png);
	background-repeat: repeat-y;
}
#left_div1 {
	background-image: url(http://www.campalast.com/grafik/layout/leftframe-header.png);
	height: 8px;
	width: 188px;
}
#left_div2 {
	width: 184px;
	text-align: center;
}
#left_div3 {
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
	width: 184px;
	margin-top: 10px;
}
#left_div4 {
	display: none;
	text-align: center;
	width: 184px;
}
a.left_navi {
	width: 171px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 12px;
	display: block;
}
a.left_navi:hover, a.left_navi:active, a.left_navi:focus {
	border-top: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
img.left_pfeil_gelb {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0px;
	vertical-align: middle;
}

