/* File:		$Id: layout.css 25032 2006-12-07 16:52:07Z katharina $
 * Author:		Madelinde Hageman
 * Date:		2007-10-10
 * Description:	Layout CSS style sheet for common templates
 * {literal}
 */


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


body
	{
	background: url("../img/ctf_bkgr.gif") no-repeat;
	background-color: #1C9700;
	width: 100%;
	margin: 0 auto;
	}

#header
	{
	position: relative;
	width:	860px;
	height: 150px;
	padding: 0px;
	margin: 0 auto;
	margin: 0 auto;
	top: 0;
}
		
#content
	{
	position: relative;
	background-color: #FFFFFF;
	width:	830px;
	
	padding: 15px;
	margin: 0 auto;
	margin: 0 auto;
	top: 0;
}

#counter {
	position: absolute;
	background-color: #1C9700;
	left: 280px;
	top: 45px;	/* was: 65 */
	
	width:350px;
	height:60px;

}	
#menu {
	position: absolute;
	left:25px;
	width: 235px;
	text-align:left;
	top: 0px;
	margin-top: 35px;
}

#submenu {
position: absolute;
left: 10px;
top: -20px;
}


#txt_colomn
	{

	width: 500px;
	height: auto;
	margin-left: 210px;
	padding: 10px 15px;
	top: 0px;

}

#txt_colomn1
	{
	
	width: 520px;
	height: auto;
	min-height:400px;
	margin-left: 260px;
	padding: 5px 15px;
	left:0px;
	top:0px;

}

#txt_colomn2
	{
	position: absolute;
	left: 25px;
	width: 455px;
	height: auto;
	margin: 15px;
	top: 0px;

}


#quote {
	position:relative;
	width:660px;
	height: 70px;
	z-index:1;
	left: -220px; /* was: 350 */
	top: 45px;
	background-color: #FFFF00;
	padding: 23px 20px 
}
	



#homequote {
	position:relative;
	width:450px;

	z-index:0;
	left: -40px; /* was: 350 */
	top: 0px;
	background-color: #FFFF00;
	padding: 23px 20px 
}
	



#logo {
	width: 110px;
	margin: 0 0 0 45px;

}


#language {

	float: right;
	background: #000;
	height: 18px;
	width: 75%;
	margin-top:3px;
}



#footer_static {
	
	position:absolute;
	top: 700px;
}



.more {
	background:#0099FF;
	width: 200px;
	border: 1px dotted #fff;
	padding: 5px;
}	

	
/* form -------------------------- */



#content_form {
	top: 0px;
	width: 675px;
	margin: 0 auto;
	margin: 0 auto;
	
}



	
#feedback
{ 
	width: 600px;
	padding: 10px;
	margin: 10px;
	display: block;
	border: 1px dotted #333;
	top: 50px;
	background-color:#EBEBEB;
	
	}
	
#error {

	position:absolute;
	width:500px;
	height:125px;
	z-index:3;
	left: 265px;
	top: 265px;
	background-color: #FFFFFF;
		border: 1px dotted #333;
		padding: 25px;
}


	

#footer
	{
	background: none;
	width:100%;
	padding: 0px;
	height: 150px;
}


/* form -------------------------- */

.search.simple input
	{
	margin: 0px;
	padding: 0px;
	}	



		
#page 			{ position: relative; }
a img			{border:0px; }
div.leftcol 	{ float:left;	}
div.midcol 		{  }
div.rightcol 	{ float:right;  }


	
/* {/literal} */
