/* stylesheet kabk-webdesign.net*/
*{
	box-sizing: 		content-box;
	-moz-box-sizing:	content-box;
}
body { 
	font-family: arial, verdana; 
	margin: 0;
	padding: 0;
}
a{
	color: #333;
	text-decoration: none;
	border-bottom:1px dotted #333;
	outline: none;
}
a:active
{
  outline: none;
}
:-moz-any-link:focus {
  outline: none;
}
a:hover{
	color: #369AFF;
	text-decoration: none;
	border-bottom:1px solid #369AFF;
}
b { 
	font-weight: bold; 
	font-size: 12px; 
}
.centered{ 
	display:block;
	position:absolute;
	top:35%;
	left:35%;
	width:350px;
	text-align:center;
}
.logo{ 
	display:block;
	position:absolute;
	top:35px;
	left:35px;
	width:350px;
	text-align:center;
}
.caption{
	font-size: 10px; 
	margin: 15px 0px 0px 0px;
	color: gray;
	line-height:14px;
}
.email{
	color:#fd5095;
}
.students{
	display:block;
	width: 220px;
	position:absolute;
	top: 8%;
	left:38%;
	text-align:center;
	font-size: 14px;
	margin:25px 0 0 25px;
	line-height:20px;
	padding: 10px 5px 5px 5px;
	color: #111;
	border: 1px dashed #FE94BE;
	background-color: #F7F9FA;
}
.students a{
		border-bottom:1px dotted #333;
}
.students a:hover{
	border-bottom:1px solid #369AFF;
	cursor:help;
}
ul{
	list-style: none;
}
.menu{
	font-size: 10px; 
	margin: 15px 0px 0px 0px;
	color: gray;
	line-height: 15px;
}
div#back a{
	clear:both;
	float:left;
	font-size:10px;
  text-indent: 15px;
	text-align:left;
	text-transform:uppercase;
  line-height:14px;
  display:block;
  overflow: hidden;
  width: 12px;
  height: 12px;
	background:	url('/images/arrow_link.gif') 0 0 no-repeat;
	border: none;
	background-position: 0 0;
	color:#FE94BE;
	cursor:pointer;
}
div#back a:hover {
	text-decoration:	none;
	color:#FD5095;
	background-position: -12px 0;
}
