/* Allgemeines */

body {
	background-color : #c8c8c8 ;
	margin     : 0px ;
	padding    : 8px ;
	font-family: sans-serif ;
	font-size  : 12px ;
}

a {
	font-family : sans-serif;
	font-size   : 12px;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:focus {
	color:#0064a3;
}
a:hover {
	color:#0064a3;
}
a:active {
	color:#0064a3;
}

b {
	color: #0064a3;
}

h1 {
	font-size      : 150%;
	color          : #0064a3;
	vertical-align : top;
}

h2 {
	font-size      : 120%;
	color          : #0064a3;
	vertical-align : top;
}

h2 {
	font-size      : 100%;
	color          : #0064a3;
	vertical-align : top;
}

h3 {
	font-size      : 100%;
	color          : #0064a3;
	vertical-align : top;
}

p {
	line-height    : 140%;
	text-align     : justify;
}

th {
	color          :#0064a3;
	vertical-align : top;
}

td {
	color          : #000000;
	vertical-align : top;
}

.bild {
	float  : left;
	margin : 0 10px 10px 0;
}
.liste {
	margin: 7px 16px 7px 16px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding-left: 20px;
	background: url(li.gif) no-repeat 0px 4px;
	display: block;
}

/* Spezielles */

div.main {
	margin  : 0px ;
	padding : 0px ;
	height  : 100% ;
}

div.content {
	width   : 958px ;
	height  : 100% ;
	background-image : url(../img/hintgr_inhalt.gif) ;
}

#header {
	display : block ;
	height  :  94px ;
	background-image : url(../img/header.gif) ;
	text-decoration  : none ;
}

.siteNav {
	width   : 158px ;
	float   : left ;
	margin  : 0px ;
	padding : 0px ;
	font-family     : sans-serif ;
	list-style-type : none ;
}

.siteNav a {
	display : block ;
	width   : 129px ;
	text-decoration : none ;
}
.siteNav a:hover {
	color: #0064a3;
}

.siteNav a {
	margin  : 6px 0px 6px 0px;
	padding : 3px 0px 3px 7px;
	color   : black;
	border-left      : 22px solid #626262;
	background-color : #E8E8E8;
}
.siteNav a:hover {
	color       : #0064a3;
	border-left : 22px solid #575757;
}
.siteNav a.selected {
	border-left   : 22px solid #9fc210;
	margin-bottom : 0px;
	color         : black;
	background-color: #D4D4D4;
}

.siteNav ul {
	width   : 139px ;
	float   : left ;
	margin  : 0px ;
	padding : 0px ;
	list-style-type  : none ;
	background-color : #c8c8c8 ;
	border-left   : 19px solid #dedede ;
	border-bottom : 3px solid #dedede ;
}

.siteNav ul a {
	margin  : 0px ;
	padding : 3px 0px 3px 7px;
	color   : black;
	width   : 129px ;
	border-left      : 3px solid #dedede;
	background-image : url(../img/hintgr_subnavi.gif);
}
.siteNav ul a:hover {
	border-left      : 3px solid #dedede;
}
.siteNav ul a.selected {
	margin      : 0px ;
	border-left : 3px solid #9fc210;
	background-image : url(hintgr_subnavi_aktiv.gif);
}

div.centerContent {
	width   : 767px ;
	height  : 100% ;
	margin  : 0px ;
	padding : 16px 16px 16px 175px ;
}

.sitePath {
	width   : 100% ;
	margin  : 0px ;
	padding : 0px ;
	list-style-type  : none ;
}
.sitePath li {
	display : inline ;
}
.sitePath li:before {
	font-family : "Arial Unicode MS",sans-serif ;
	content     : " \2192\a0 " ;
}

div.profileslist {
	margin  : 0px 70px 0px 70px ;
	padding : 0px ;
	width   : 626px ;
	background-color : #cccccc ;
}
div.profileListItem {
	float   : left ;
	width   : 196px ;
	margin  : 3px ;
	padding : 3px ;
	background-color : #dddddd ;
}
div.profileListItemPicture {
	float   : left ;
	width   : 109px ;
	padding : 0px 4px 0px 4px ;
	border  : none ;
}
div.profileListItemDetail {
	padding-top : 12px ;
}
div.profileListItemGeneration {
	clear      : both;
	text-align : center ;
	background-color : #eeeeee ;
}

#bild-div {
	float : left ;
	width : 150px ;
	padding : 0px 25px 0px 25px ;
}
#socialnetworks {
	margin  : 0px ;
	padding : 0px ;
	list-style-type  : none ;
}
#buttons {
	position : fixed ;
	left     : 0px ;
	top      : 90% ;
	height   : 10% ;
	width    : 100% ;
	padding-top : 8px ;
	text-align  : center ;
	background-color : #dedede ;
}
#buttonsspacer {
	font-size : 50px ;
}
.success {
	display : block ;
	border  : 2px solid green ;
}
.warn {
	display : block ;
	border  : 2px solid #c8c800 ;
}
.error {
	display : block ;
	border  : 2px solid red ;
}
