@charset "UTF-8";
/* CSS Document */

/*****************************************************************************************
 ********************** Textformatierungen auf der FIFAP Website *************************/
 
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face 
{
	font-family:"Roboto Regular";
	src:url("Roboto-Regular.eot?") format("eot"),
			url("Roboto-Regular.woff") format("woff"),
			url("Roboto-Regular.ttf") format("truetype"),
			url("Roboto-Regular.svg#Roboto-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face 
{
	font-family:"Roboto Bold";
	src:url("Roboto-Bold.eot?") format("eot"),
			url("Roboto-Bold.woff") format("woff"),
			url("Roboto-Bold.ttf") format("truetype"),
			url("Roboto-Bold.svg#Roboto-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face 
{
	font-family:"Roboto Italic";
	src:url("Roboto-Italic.eot?") format("eot"),
			url("Roboto-Italic.woff") format("woff"),
			url("Roboto-Italic.ttf") format("truetype"),
			url("Roboto-Italic.svg#Roboto-Italic") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face 
{
	font-family:"Roboto Medium";
	src:url("Roboto-Medium.eot?") format("eot"),
			url("Roboto-Medium.woff") format("woff"),
			url("Roboto-Medium.ttf") format("truetype"),
			url("Roboto-Medium.svg#Roboto-Medium") format("svg");
	font-weight:normal;
	font-style:normal;
}

/******* Formatierung für eingebundene Bilder und Grafiken im Text ****************/

#personenbild
{
margin-top:8px;
}
.bildlinksvomtext
{
float:left;
padding-bottom:40px;
margin-top:0px;
margin-bottom:20px;
margin-right:20px;
}
.bildrechtsvomtext
{
float:right;
margin-top:0px;
margin-left:20px;
margin-bottom:20px;
}
.clleft
{
clear:left;
}
.clright
{
clear:right;
}
.cl
{
clear:both;
}
img 
{
border:0px none;
}