/* STEFANFRANK.EU */

html,body {
	background: url(bg-neu.gif);
	width: 1070px;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FCFCFC;	
}

a {
	text-decoration: none;
	color: #009CEC;
}

img {
	border: 0px;
}
#navigation {
	width: 110px;
	height: 100%;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

.navi-logo {
	width: 110px;
	margin-top: 10px;
}

.navi-free {
	background-color: #009CEC;
	width: 110px;
	height: 100%;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navi-element-active {
	background-color: #009CEC;
	width: 100px;
	height: auto;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	color: #FFFFFF;
}

.navi-element-active a {
	color: #FFFFFF;
}

.navi-element {
	background-color: #FFFFFF;
	width: 100px;
	height: auto;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	color: #009CEC;
}

.navi-element:hover {
	background-color: #009CEC;
	color: #FFFFFF;
}

.navi-element a {
	color: #009CEC;
}

.navi-element:hover a {
	color: #FFFFFF;
}

.portfolio {
	float: left;
	width: 950px;
	margin-bottom: 10px;
}

.portfolio-element {
	width: 180px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.box {
	float: left;
	background-color: #FFFFFF;
	height: 150px;
	width: 180px;
	font-size: 10px;
	color: #009CEC;
	font-weight: bold;
	padding: none;
}
.untertitel {
	float: left;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #009CEC;
	text-align: center;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	width: 174px;
	height: 123px;
	margin-top: 5px;
}

.untertitel:hover {
	background-color: #009CEC;
	font-size: 10px;
	color: #FFFFFF;
}

.untertitel a:hover {
	color: #FFFFFF;
}

.untertitel:hover a {
	color: #FFFFFF;
}
	
.trennlinie {
	background-color: #009CEC;
	color: #000000;
	border: none;
	width: auto;
	height: 1px;
	margin-top: 7px;
}

.untertitel:hover .trennlinie {
	background-color: #FFFFFF;
	color: #009CEC;
	border: none;
	width: auto;
	height: 1px;
	margin-top: 7px;
}

.portfolio-line {
	float: left;
  	width: 930px;
	background-color: #009CEC;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.portfolio-line a {
	color: #FFFFFF;
}

.textbox {
	float: left;
	width: 380px;
	height: auto;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #009CEC;
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.textbox a {
	text-decoration: underline;
}

.textbox h2 {
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #009CEC;
	color: #FFFFFF;
}
