/*
 * normal.css
 * Standardstylesheet für www.austriasprachendienst.at
 * 
 * by bsc comm - Brandstetter OEG / http://www.bsc.at/
 *
 * @version	2008-07-01
 * @author	Manfed Brandstetter <m.brandstetter@bsc.at>
 * @author	Andreas Bimminger <andreas@bimminger.at>
 */

html,body {	margin:0;
	padding:0;
}

body {
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;	font-weight: normal;
	color: #41503c;
	text-align: center;
	background-color: #ededeb;
}


/* Container-Definition und -Anordnung */
div {
	position:static;
}

	
div.rahmen-rechts {
	width: 840px;
	text-align: left;
	background-color: #ffffff;
	margin: auto;
	padding:0;
	
}

div.main {
	text-align: left;
	width: 820px;
	background-color: #8d998a;
	
}

div.header-logo {
	text-align: left;
	height: 120px;
	width: 820px;
	background-color: #ffffff;
	
}

div.header-logo-left {
	float: left;
	position: relative;
	top: 45px;
	height: 73px;
	width: 405px;
	margin-left: 5px;
}

div.header-logo-right {
	float: left;
	background-image: url("http://www.austriasprachendienst.at/images/layout/superior_service.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 108px;
	width: 405px;
	margin-top:10px;
	text-align: right;

}

div.menue {
	float: left;
	width:165px;
	padding-bottom: 40px;
	background-color: #8d998a;
	color: #ffffff;
	
}

div.content {
	float:right;
	background-color: #ffffff;
	width: 654px;
	
}

div.leitbild {
	float:right;
	width: 650px;
	height: 170px;	
	background-color: #8d998a;

}

div.content-text {
	float: left;
	width: 380px;
	margin-left: 15px;
	margin-top: 15px;

}

div.content-info-text {
	float: right;
	width: 215px;
	margin-top: 10px;
	color: #a5c32e;
	/* border: 1px dotted #a5c32e; 
	border-top: 2px solid #a5c32e; */
	padding:0Px;
	padding-top:5Px;
	
}

div.as-footer {
	height: 30px;
	padding-top: 10px;
	padding-left: 15px;
	text-align: left;
	background-color: #41503c;
	color: #b3b9b1;
	
}

div.pagefooter {

}

	
/*______________________________ schriftformatierungen __________________________________________ */
	
	
h1
	{
		margin-top:0;
		padding:0;
		font-size:1em;
	} 
	
h2
	{
		margin-top:0;
		padding:0;
		font-size:0.9em;

	} 
	
h3
	{
		font-size:0.85em;
		margin-bottom:0;
		
	} 

h4
	{
		color: red;		
	} 
	
span
	{
		font-size:0.85em;
	} 
	
p
	{
		font-size:0.85em;
		margin:0;
		padding:0;
	} 
	
	

div.as-footer span
	{
		color: #B3B8B1;
		font-size:0.8em;
	}
	
hr 	{	
		background-color: #a5c32e;
		color: #a5c32e;
		border:0;
		height: 1px;
	}
	
/*______________________________ listen __________________________________________ */
	
	
div.menue span
	{
		display:block;
		margin-bottom: 1px;
		color: #ffffff;
		background-image:url("http://www.austriasprachendienst.at/images/layout/pfeil_re_weiss.gif");
		background-repeat: no-repeat;	
	}
	

div.menue ul
	{
		margin:15px;
		padding:0px;
		border-bottom: solid 1px #B3B8B1;
	}
	
div.menue ul span
	{
		border-top: solid 1px #B3B8B1;
	}
	
div.menue ul ul
	{
		font-size: 0.9em;		
		margin: 5px;
		border-bottom: none;
		

	}

div.menue ul ul span
	{
		border: none;
	}

div.menue a
	{
		color:#ffffff;
		display: block;
		text-decoration: none;
		
	} 	



div.menue a:hover
	{	
		font-weight:bold;
	}


	
div.menue li
	{
		padding:0px;
		margin:0px;
		list-style: none;
		display: inline;
	}
	
div.header-logo-right a 
	{	
		font-size:0.8em;
		color:#b3d236;
		text-decoration: none;	
	}

div.header-logo-right a.selected
	{
		font-weight:bold;
		color: #b3d236;	
	}

/*______________________________ Aufreihung - Startseite ___________________________ */

div.reihe
	{
		float: left;
		width: 190px;
		height: 110px;
		overflow:hidden;
		margin-top: 10px;
		margin-bottom: 0px;
		margin-left: 15px;
		margin-right: 0px;
		/* border: solid 1px black; */
	}

div.reiheHeader
	{
		/*padding-left: 20px;
		background-image:url("http://www.austriasprachendienst.at/images/layout/pfeil_startseite.gif");
		background-repeat: no-repeat;*/
	}
	
div.reiheHeader h3
	{
		margin:0;
		font-weight: bold;
		font-size: 1.1em;
	}
	
div.reihe p
	{
		font-size: 0.9em;
	}

div.reihe a
	{
		text-decoration: none;
	}
	
/*______________________________ Footer                  ___________________________ */

div.as-footer a
	{
		text-decoration: none;
	}


/*______________________________ verweise __________________________________________ */
	

a
	{
		color:#a5c32e;
		
	} 
	

	
a.selected
	{
		font-weight:bold;
		color: #b3d236;	
	} 

a.selected span
	{
		font-weight:bold;
		color: #a5c32e;
		background-image:url("http://www.austriasprachendienst.at/images/layout/pfeil_bottom_gruen.gif");
		background-repeat: no-repeat;
		
	} 

a:hover span
	{
		color: #a5c32e;
		background-image:url("http://www.austriasprachendienst.at/images/layout/pfeil_re_gruen.gif");
		background-repeat: no-repeat;

	}

	



div.content-text a
	{
		text-decoration:none;
	}

div.content-text a:hover span
	{
		font-weight:bold;
		background-image:url("#");
		background-repeat: no-repeat;
	}

div.content-info-text a 
	{
		color: #a5c32e;
		text-decoration:none;
	}


div.content-info-text a:hover span
	{
		font-weight:bold;
		background-image:url("#");
		background-repeat: no-repeat;
	}

div.content-info-text a.selected span
	{
		font-weight:bold;
		
	} 

	
img
	{
		display: block;
		
	}

.anm {
		color: red;
}

.klein {
		font-size: 0.8em;
}

/* Verstecken wir das nested Object-Tag vom IE */
* html object.hiddenObject 
	{
		display: none;
	}
	
	
