@charset "utf-8";
/* CSS Document */
* 							{ }
body 						{ background:#000; color:#fff; font-family:Helvetica, Arial, sans-serif; font-size:1em;}

#content-wrapper 			{ width:500px; height:auto; margin:250px auto auto auto;}
#logo 						{ padding-bottom:0px; display:block;}
.iceblue					{ color: #0077A8;}
/* Styles der Networking Kontakt-Links */

a:link						{ color:#fff;}
.dark-grey 					{ color:#333;}

a[rel="flickr"]				{ background:url(../img/icons/flickr.png) no-repeat -1px -15px #000; padding-left:27px; color:#333;
							  text-indent:10px;
							  text-decoration:none; }

a:hover[rel="flickr"],
a:focus[rel="flickr"]		{ background:url(../img/icons/flickr.png) no-repeat -1px 1px;
							  padding-left:27px;
							  color:#fff;
							  text-indent:10px;
							  text-decoration:underline; }

a[rel="twitter2"]			{ background:url(../img/icons/twitter-contact-icon.png) no-repeat 0px -21px #000;
							  padding-left:27px;
							  color:#333;
							  text-indent:10px;
							  text-decoration:none; }

a:hover[rel="twitter2"],
a:focus[rel="twitter2"]		{ background:url(../img/icons/twitter-contact-icon.png) no-repeat 0px 0px;
							  padding-left:27px;
							  color:#fff;
							  text-indent:10px;
							  text-decoration:underline; }


a[rel="xing"]				{ background:url(../img/icons/xing-link-icon.png) no-repeat 0px -20px #000;
							  padding-left:23px;
							  color:#333;
							  text-indent:10px;
							  text-decoration:none; }

a:hover[rel="xing"],
a:focus[rel="xing"]			{ background:url(../img/icons/xing-link-icon.png) no-repeat 0px 0px;
							  padding-left:23px;
							  color:#fff;
							  text-indent:10px;
							  text-decoration:underline; }
							  
a:link[rel="inactive"],
a:visited[rel="inactive"],
a[rel="vcard"]				{ color:#333; }							


a:hover[rel="vcard"],
a:hover[rel="inactive"],
a:focus[rel="inactive"]	,
a:link[rel="active"],
a:visited[rel="active"]	,
a:active[rel="active"],
a:hover 					{ color:#fff; text-decoration:underline; }							  


#vcard-wrapper 				{ margin-top: 10px;}
span[class="vcard"]			{ background:url(../img/icons/vcard2.png) no-repeat 0px 1px;
							  padding-left:27px;
							  text-indent:10px;
							  text-decoration:none; }
.nv 						{ display:none;}
abbr 						{ text-decoration:none;}