/*
Standard Formular CSS

@site       rat-fte.at
@author     Matthias Schmidt // matthias@web2.at
@copyright  Fluidtime Data Services GmbH
			Neustiftgasse 36/6
			A–1070 Wien
			office(at)fluidtime.com
			www.fluidtime.com
@date       20.05.2009 by Matthias Schmidt
@lastmodified 20.05.2009 by Matthias Schmidt

*/


/*  these are included via Typolight directly:
#wrapper { width:1000px; margin:0 auto 0 0; }
#header { height:150px; }
#left { width:200px; }
#main {  margin-left:200px; }
#footer { height:100px; }
*/

/*  this is for testing purposes: */
#left, #main ,
#footer { 
border: 0px solid red;
}



/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 24px 0px;
	padding:0px;
	background: #fff url(images/bg_body.jpg) repeat-x top left;
font-size:62.5%;
}

#header {
	text-align:right;
	background: url(images/bg_header.png) no-repeat left bottom;
	padding: 0 20px;
	width: auto;
}
#headerimage {
	background: url(images/header/rotate.php) no-repeat right top;
position: absolute;
float: right;
width: 434px;
height: 213px;
margin-top: 50px;
right: 0;
z-index: 2;
	border: 0px solid red;
}

#headercounter {
	width: 400px;
	height:100px;
	float: right;
	overflow: hidden;
	border: none !important;
	margin-top: 120px;
}

#wrapper { 
}
#container { 
	background: url(images/bg_main.png) repeat-y left;
}
#main {
	padding: 50px 30px 0 170px;
}
#right {
 width:215px;
 	padding: 10px 30px 0 0;
	background: url(images/bg_col_right.jpg) no-repeat left top;
margin-top: 95px;
}
#footer { 
position: relative;
width:100%;
padding: 3em 0;
	background: url(images/bg_main_bottom.png) no-repeat left bottom;
}
#footer .inside { 
text-align: center;
padding: 10px;
}

.mod_navigation { 
}


#logo {
	width: 138px;
	height:200px;
	float: left;
	clear: none;
left: 0;
margin: 50px 0 0 0;
	position:absolute;
	background: url(images/logo_austriancouncil.gif) no-repeat center center;
}

#sitetitle {
margin: 50px 0 0 170px;
position:absolute;
width: 500px;
z-index: 900;

}


.mod_changelanguage {
position:relative;
float: right;
width: 150px;
padding: 13px 0 0 0;
text-align: right;
}
#nav {

display: block;
position: absolute;
right: 0;
width: 740px;
		top: 220px;
		height: 100px;
margin: 0 9px 0 0;
z-index: 900;
}
/* IE6 only */
* html #nav {
		top: 217px;
}

/* IE7 only
*+html #nav {
		top: 217px;
}
 */








