@charset "utf-8";

* {

	margin:			0;
	padding:		0;

}

a {
	color:			black;
	outline:		none;
}

body {

	font-size:		0.7em;

}

img {
	border:			0;
}

h1 {

	font-size:		120%;
	
}


h2 {
	font-size:		110%;
	
}

.bold {
	font-weight:	bold;
}

.left {

	text-align:		left;
	
}


.right {

	text-align:		right;
	
}

.center {

	text-align:		center;
	
}


.justify {

	text-align:		justify;
	
}



.fLeft {

	float:			left;
	
}


.fRight {

	float:			right;
	
}


.clear {

	clear:			both;

}

.btn_weiter {
	background-image: url('../images/layout/btn_weiter.png');
	width: 60px;
	padding-left: 15px;
	line-height: 24px;
	color: #494949;
    cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.btn_zurueck {
	background-image: url('../images/layout/btn_zurueck.png');
	width: 60px;
	padding-right: 15px;
	text-align: right;
	line-height: 24px;
	color: #494949;
    cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
