#.pagination a,
#.pagination .prev_page,
#.pagination .next_page {
#	background-color:#0096e6;
#}

	#content {
		background-color: #efefef;
	}

	#top-menu {
		height: 30px;
		background-image: url( '/images/top.navi.background.png' );
	}

	#top-menu a {
		color: white;
		text-decoration: none;
	}

	#top-menu div {
		float: left;
		color: white;
		height: 23px;
		padding-top: 7px;
		padding-left: 5px;
		padding-right: 10px;
		border-right: 1px dotted darkgrey;
	}

	#top-menu div.activ {
		background-color: #0084cf;
	}

	#top-menu div.passiv {
	}

	#sub-menu {
		height: 30px;
		background-image: url( '/images/network/sub.navi.background.png' );
		background-color: #0089da;
	}

	#sub-menu a {
		color: white;
	}

	#sub-menu div {
		float: left;
		color: white;
		height: 23px;
		padding-top: 7px;
		padding-left: 5px;
		padding-right: 10px;
		border-right: 1px dotted darkgrey;
	}

	#sub-menu .activ {
		background-color: #0089da;
	}

	#sub-menu .activ a {
		text-decoration: none;
		text-weight: 600;
	}

	#sub-menu .passiv a {
		text-decoration: none;
		text-weight: 400;
	}

	#network-title-path {
		margin-top: 15px;
		margin-left: 15px;
		color: #505050;
		font-size: 14px;
		font-weight: 600;
	}

	#network-title-path a.activ {
		color: #0096e6;
	}

	#network-title-path a {
		color: #505050;
		text-decoration: none;
	}

	#network-title-path a:hover {
		text-decoration: underline;
	}

	#network-space {
		width: 780px;
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 550px;
		float: left;
	}
	
	#network-splash {
		background-image: url(/images/network/main.bg.stickies.jpg);
		width: 785px;
		height: 420px;
		float: left;
	}
	
	#network-splash .text-block {
		width: 380px;
		float: right;
	}

	#network-splash .text-block h2 {
		color: #0096e6;
		font-size: 34pt;
		font-weight: 100;
		margin-bottom: 10px;
	}

	#network-splash .text-block ul {
		padding-left: 0px;
	}

	#network-splash .text-block li {
		list-style-type: none;
		font-size: 16pt;
		font-weight: 100;
		line-height: 28pt;
	}

	#network-splash .text-block li a{
		color: #0096e6;
	}

	#network-splash .text-block .line {
		
	}

	#network-splash .text-block .line label {
		padding-top: 6px;
		display: block;
		width: 135px;
		float: left;
	}

	#network-splash .text-block .line input[type="text"],
	#network-splash .text-block .line input[type="password"] {
		width: 170px;
		font-size: 12pt;
	}

	#network-splash .text-block .line select,
	#network-splash .text-block .line option
	{
		width: 170px;
		font-size: 12pt;
	}

	#network-space .display-container {
		width: 785px;
		min-height: 400px;
		padding-top: 20px;
		padding-bottom: 20px;
		float: left;
		background-color: white;
	}
	
	#network-space .display-container .text-box {
		width: 370px;
		padding-left: 10px;
		float: left;
	}

	#network-content .edit-container {
		margin-top: 30px;
		min-height: 500px;
		padding-bottom: 20px;
		// background-color: #dcdcdc;
		background-color: white;
	}

	.edit-container .edit-content {
		padding-left: 10px;
		padding-top: 10px;
	}
	
	.edit-container .edit-content {
		padding-left: 10px;
		padding-top: 10px;
	}
	
	.edit-container .edit-content .spalte {
		float: left;
		margin-right: 15px;
	}
	
	.edit-container .line {
		height: 30px;
	}
	
	.edit-container label {
		display: block;
		width: 150px;
		float: left;
		padding-top: 7px;
		padding-right: 10px;
		text-align: right;
	}
	
	.edit-container input,
	.edit-container select,
	.edit-container option
	{
		font-size: 13pt;
		border: 1px solid lightgrey;
		width: 200px;
	}
	
	.edit-container .title {
		height: 24px;
		padding-left: 5px;
		padding-top: 2px;
		background-color: #0089da;
		font-size: 13pt;
		color: white;
	}

	#network-content {
		width: 580px;
		min-height: 400px;
		// padding-top: 15px;
		float: left;
	}

	#network-content .text-box h3 {
		color: #0096e6;
		margin-top: 5px;
		font-size: 16pt;
		font-weight: 100;
	}
	#network-content .text-box h5 {
		color: #0096e6;
		margin-top: 5px;
		margin-bottom: 5px;
		font-weight: 100;
	}
	#network-content .text-box p {
		margin-top: 5px;
	}

	#network-content .picture-box {
		margin-left: 10px;
		width: 180px;
		float: left;
	}

	#network-content .picture-box p {
		font-size: 10pt;
	}
	
	#network-space #button-signup {
		position: relative;
		width: 89px; 
		height: 23px; 
		border: 0px; 
		background-image: url(/images/network/button.signup.blue-black.png);
		float: right;
		right: 10px;
		cursor: hand;	
	}

	#network-space #button-login {
		position: relative;
		width: 73px; 
		height: 23px; 
		border: 0px; 
		background-image: url(/images/network/button.login.blue-black.png);
		float: right;
		right: 10px;
		cursor: hand;	
	}

	#network-detail {
		width: 500px;
		float: left;
		margin-left: 15px;
		background-color: white;
	}

	#network-detail h2 {
		color: #0096e6;
		margin: 10px;
		font-size: 18pt;
		font-weight: 100;
	}

	#network-detail .title {
		background-color: #323231;
		height: 20px;
		color: white;
		padding-left: 15px;
		padding-top: 2px;
	}

	#network-detail .teaser,
	#network-detail .kapitel,
	#network-detail .text {
		margin-left: 15px;
		margin-right: 15px;
	}

	#network-detail h1 {
		color: #0096e6;
		margin-left: 0;
	}
	#network-detail h2 {
		color: #0096e6;
		margin-left: 0;
		margin-left: 15px;
		font-size: 1.45em;
	}
	
	#network-detail .kapitel h2 {
		color: #0096e6;
		margin-left: 0;
		font-size: 1.45em;
	}
	
	#network-detail h3 {
		color: #0096e6;
		font-size: 1.40em;
	}
	#network-detail h4 {
		color: #0096e6;
		font-size: 1.35em;
		margin-bottom: 0px;
		margin-top: 2px;
	}
	#network-detail h5 {
		color: #0096e6;
		font-size: 1.30em;
		margin-bottom: 0px;
		margin-top: 2px;
	}
	#network-detail h6 {
		color: #0096e6;
		font-size: 1.25em;
		margin-bottom: 0px;
		margin-top: 2px;
	}

	#network-detail .footer {
		width: 495px;
		height: 20px;
		padding-right: 5px;
		padding-top: 2px;
		background-color: #7d7d7d;
		text-align: right;
	}


	#network-title {
		width: 770px;
		background-image: url( '/images/application.title.background.png' );
		height: 33px;
		clear: both;
	}
	
	#network-title h5 {
		color: #0084cf;
		font-weight: 400;
		font-size: 1.2em;
		padding-top: 7px;
		padding-left: 10px;
		margin: 0px;
	}
	
	#network-subtitle {
		width: 720px;
		margin-top: 3px;
		margin-bottom: 8px;
		background: #4b4c4d;
		height: 20px;
		padding-top: 3px;
		padding-left: 10px;
		clear: both;
		font-size: 1em;
	}
	
	#network-subtitle a {
		color: white;
		text-decoration: none;
	}

	#network-content-navi-left {
		margin-top: 10px;
		width: 150px;
		padding-left: 2px;   
		margin-left: 15px;  
		min-height: 300px;
		float: left;
	}

	#network-content-left {
		width: 310px;
		min-height: 300px;
		float: left;
		margin-top: 2px;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #4b4c4d;
	}

	#network-content-left {
		color: white;
	}

	#network-content-left label {
		display: block;
	}

	#network-content-left input[ type="text" ] {
		width: 300px;
		font-size: 1.1em;
		margin-bottom: 8px;
	}

	#network-content-left input[ type="radio" ] {
		font-size: 1.1em;
		margin-bottom: 8px;
	}

	#network-content-left br {
		margin: 20px;
	}

	#network-content-right {
		width: 408px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 2px;
		margin-left: 2px;
		float: right;
		background: white;
	}
	
	#network-content-right h3 {
		color: #0084cf;
		font-size: 1.6em;
		font-weight: 400;
		margin-top: 4px;
		margin-bottom: 2px;
	}
	
	#network-content-right h5 {
		color: #0084cf;
		font-size: 1.1em;
		font-weight: 400;
		margin-top: 4px;
		margin-bottom: 2px;
	}
	
	#network-content-right p {
		margin-top: 6px;
		margin-bottom: 12px;
		font-size: 1em;
	}

	#network-navi-right {
		width: 110px;
		float: left;
		padding-left: 10px; 
		color: #d45a07;
		font-size: 1.0em;
		font-weight: 400;
	}
	
	#network-navi-left input {
		margin-bottom: 5px;
	}
	
	#network-navi-left #items a {
		color: black;
		font-size: 0.9em;
		text-decoration: none;
		padding-bottom: 2px;
		padding-left: 2px;
	}
	
	#network-navi-left #items a:visited {
		color: #d45a07;
	}

