body *{margin:0;
	}
h1, h2, h3, h4 {
	margin:0; padding:0;
	font-weight:bold;
}
h1{font-size:2.4em; color:#3278A4;}
h1 strong{color:#3278A4;}




h2, .h2{
	color:#3278A4; 
	padding:0.2em 0.5em 0.3em 0;
	font-size:1.4em;
	border-bottom:1px solid #3278A4;
}

h2 span.date {
	font-weight:normal;
	color:#999;
	font-size:0.8em;
}




h3{font-size:1.4em;}
h4{font-size:1.2em;}

p{
	font-size:1.3em;
	margin:0.3em 0 1.3em 0;
	line-height:1.85em;
	color:#666;
}
					
body{
	font-size:62.5%;
	background-color:#E6E6E6;
	/*background: transparent url('../imgs/grid.gif');*/
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	
}

a	{
	color: #3278A4;
	text-decoration: none;
}


#wrapper{
	border: 1px solid #CCC;
	margin:1.6em auto;
	min-height:40em;
	width:102.4em;
	background-color:#fff;
	-moz-box-shadow: 1px 1px 5px #aaa;
	-webkit-box-shadow: 1px 1px 5px #aaa;
	box-shadow: 1px 1px 5px #aaa;
}

#abstract{
	display:block;
	margin:0 0 1.6em 0;
	background: transparent ;
	position:relative;
	
	
}

#abstract img {
	width: 98.4em;
	height: 24em;
	position: absolute;
	top: 0;
	left: 0;
	border:none;
}

#blender {
	opacity:0.5;
	background: #000 url("../imgs/noise.gif");
	position:absolute;
	width:51.2em;
	height:24em;
}

#abstractator{
	position:relative;
	width:49.2em;
	background:transparent;
	padding:1em;
	height:22em;
}


#abstractator h1 {
	color:#fff;
	margin: 2em 0 0 0;
}
#abstractator h1 a, #abstractator h1 a:visited{
	font-weight:normal;
	color:#b4b4b4;
}

#abstractator h1 a.strong{
	font-weight:bold;
	color:#fff;
}



#abstractator p{
	/*font-weight:bold;*/
	margin:1em 0 0 0;
	color:#fff;
	font-size:1.6em;
	line-height:1.35em;
}

#masthead{
	height:14em;
	text-align:right;
}

#masthead a img{
	margin:2em 2em 0 0;
	border:none;
	height:6em;
	width:129px;
}

#masthead .level0{
	float:left;
	width:97.4em;
	margin:0;
	padding:0 0 0 5em;
	list-style:none;
	background:transparent url('../imgs/navBottom.gif') repeat-x bottom left;
	position:relative;
}

#masthead .level0 li{
	float:left;
	margin:0 0.8em 0 0;
	padding:0;
	font-size:1.2em;
	
}

#masthead .level0 li a, #masthead .level0 li a:visited{
	float:left;
	display:block;
	margin:0;
	padding: 0.5em 1em;
	color:#8c8c8c;
	text-decoration:none;
	font-weight:bold;
	border: 1px solid #CCC;
	border-bottom:none;
	background:#fff url('../imgs/tab.png') repeat-x 0% 0%;
	text-shadow: #fff 1px 1px 2px;
	
}



#masthead .level0 li:hover a:visited, #masthead .level0 li:hover a , #masthead .level0 li.over a:visited, #masthead .level0 li.over a ,  #masthead .level0 li.active a:visited, #masthead .level0 li.active a, #masthead .level0 li.trail a{
	padding-bottom:0.6em;
	background:#fff url('../imgs/tab.png') repeat-x 0% 100%;
	color:#3278A4;
}


#masthead .level0 li ul{
	display:none;
	background:#fff;
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
	font-size:1em;
	position:absolute;
	top:2.5em;
	left:0;
	width:84.2em;
	height:3em;
		
}

#masthead .level0 li ul li{
	font-size:1em;
	border:none;
	float:left;
	margin:0;
	background:#fff;
	}
	
#masthead .level0 li ul li a:visited, #masthead .level0 li ul li a {
	border:none;
	background:#fff;
	color:#666;
	height:1.4em;
	padding:0.5em 1em;
	
}

		
#masthead .level0 li:hover ul, #masthead .level0 li.over ul, #masthead .level0 li.trail ul, #masthead .level0 li.active ul{
	display:block;
	z-index:5000;

}


#masthead .level1 li a:visited, #masthead .level1 li a{
	float:left;
	display:block;
	margin:0;
	padding: 0.8em 1em;
	text-decoration:none;
	font-weight:bold;
	border:none;
	text-shadow: #fff 1px 1px 2px;
	background:#fff;
	
}

#masthead .level0 li:hover a:visited,
#masthead .level0 li:hover a ,
#masthead .level0 li.over a:visited,
#masthead .level0 li.over a ,
#masthead .level0 li.active a:visited,
#masthead .level0 li.active a,
#masthead .level0 li.trail a {
	background:#fff;
}

#masthead .level1 li a:hover, #masthead .level1 li.active a, #masthead .level1 li.active a:hover {
	text-decoration:underline;
}
	

		
		
#content{
	padding:0 2em 2em 2em;
	margin:0;
}


#leftcontent {
	width:25.6em;
	float:left;
}

#leftcontent h2{
	margin:1.9em 0 2.4em 0;
	padding:0;
}

#leftcontent dl{
	margin:1.9em 0 2.4em 0;
	padding:0;
}
#leftcontent dl dt{margin: 0 1.1em 0 0;}

#leftcontent dl dt span{
	display:block;
	border-bottom: 1px solid #3278A4;
	font-weight:bold;
	font-size:1.4em;
	color:#3278A4;
	padding:0.2em 0.5em 0.3em 0.5em;
}
#leftcontent dl dd a{
	padding: 0 1.1em 0 0;
	display:block;
	text-decoration:none;
}
#leftcontent dl dd a:hover{
	background: #3278A4 url('../imgs/listarrow.png') no-repeat 100% 50%;
	color:#fff;
}

#leftcontent dl dd strong.date {
	font-weight:bold;
	font-size:1.2em;
	color:#3278A4;
}

#leftcontent dl dd a span{
	display:block;
	border-bottom: 1px solid #3278A4;
	font-weight:normal;
	font-size:1.2em;
	color:#3278A4;
	padding:0.4em 0.5em 0.4em 0.5em;
}

#leftcontent dl dd a:hover span{
	color:#fff;
}
#maincontent{
	float:right;
	width:70.8em;
	margin:1.9em 0;
	padding:0 0 0 2em;
}

#full #maincontent {
	width:98em;
}


#maincontent img{
	background:#fff;
}

#maincontent img.totop{
	float:right;
	border:none;
	height:auto;
	width:auto;
	margin: 0 0 0 0;
}

#maincontent a img.inlineimg{
	border:none;
}
#maincontent img.leftimg{
	float:left;
	height:auto;
	max-width:25em;
	margin: 0.6em 2em 0 0;
}

#maincontent img.rightimg{
	float:right;
	height:auto;
	max-width:25em;
	margin: 0.6em 0 0 2em;
}




#maincontent dl{
	margin: 0.8em 2em 0 0;
	padding:0;
	border: 1px solid #c8c8c8;
	float:left;
	width:25.6em;
	color:#444;
}

#maincontent dl a{
	text-decoration:none;
	color:#3278A4;
}

#maincontent dl a:hover{text-decoration:underline;}

#maincontent dl img{padding:0; border:none; background:transparent; margin: 0 0.5em 0.2em 0; vertical-align:middle;}
#maincontent dl dt{
	background:transparent url('../imgs/tab.png') repeat-x top left;
	padding:0.5em;
	font-size:1.4em;
	font-weight:bold;
}
#maincontent dl dd{
	border-top: 1px solid #c8c8c8;
	padding:0.5em;
	background:transparent url('../imgs/tab.png') repeat-x bottom left;
	font-size:1.2em;
	line-height:1.4em;
}

#maincontent ul{
	margin:1em 2em;
	padding:0;
	list-style:none;
	color:#444;
}

#maincontent ul li ul{
	margin:1em;
}

#maincontent ul li{
	border-left: 1em solid #3278A4;
	margin:0.8em 0;
	padding: 0 0.5em;
	line-height:1em;
	font-size:1.2em;
}

#maincontent ul li ul li{
	font-size:1em;
	border-left: 1em solid #3c95cd;
}

#maincontent ul li ul li ul li{
	font-size:0.9em;
	border-left: 1em solid #4eade8;
}

/* Suchergebnisse */
#maincontent div.searchresult{
	margin: 0 0 2em 0;
	padding:0;
}

#maincontent div.searchresult h3{
	color:#3278A4; 
	padding:0.2em 0.5em 0.3em 0;
	font-size:1.2em;
}

#maincontent div.searchresult p{
	font-size:1.3em;
	margin:0.3em 0 1.3em 0;
	line-height:1.85em;
	color:#666;
}

#maincontent div.searchresult p a{
	color:#3278A4;
	text-decoration:underline;
}



table{
	margin: 0.8em 0 1.6em 0;
	border-collapse:collapse;
	border: 1px solid #ccc;
	font-size:1.2em;
}

#maincontent table{width:59.0em;}
#singlecontent form table{
	margin:1em 0;
	width: 78.5em;
}

#full #maincontent table, #maincontent table.mgnlControlBarSmall, #maincontent table.mgnlControlBarSmall_PUSHED, table.mgnlControlBarSmall_PUSHED {
	width:auto;
	z-index:9997;
}


table.mgnlControlBarSmall, table.mgnlControlBarSmall_PUSHED {
	z-index:9996;	
}

table caption{
	font-weight:bold;
	font-size:1.4em;
	border: 1px solid #3278A4;
	color:#fff;
	background: #3278A4 url('../imgs/tablerulerpolyas.png') repeat-x 0% 0%;
	margin:0;
	padding: 0.5em;
	text-align:left;
	border-bottom:none;
	caption-side:top;
}
/* fuddelkram icon, ggf. umziehen*/

#maincontent table tbody tr td a span.downloadicon {
	display:block;
	width:16px;
	height:16px;
	background-color:transparent;
	background-position: 50%;

}


table thead tr td, table thead tr th{
	color:#333;
	padding:0.6em;
	border:1px solid #ccc;
	background: transparent url('../imgs/tab.png') repeat-x top left;
}

table tbody tr td, table tbody tr th{
	color:#555;
	padding:0.6em;
	border:1px solid #ccc;
	background: transparent url('../imgs/tab.png') repeat-x  0% 90%;
	vertical-align: top;
}

table tbody tr.even td, table tbody tr.even th{
	background: transparent url('../imgs/tab.png') repeat-x  0% 70%;
}

/* the ruler */ 
table tbody tr:hover td, table tbody tr:hover th, table tbody tr.over td, table tbody tr.over th{
	background: #3278A4 url('../imgs/tableruler.png') repeat-x 0% 0%;
	border:1px solid #3278A4;
	color:#fff;
}


/* write such color and styling rules to rule the tables ;-) */
table tbody tr td.currency{
	white-space:nowrap;
	text-align:right;
}

table tbody tr td.alert{
	font-weight:bold;
	color:#E11D1C;
}

 table tbody tr td.motivate{
	font-weight:bold;
	color:#3278A4;
}
 table tbody tr:hover td.motivate,  table tbody tr.over td.motivate{
	color:#3278A4;
	font-weight:bold;
}



 form{
	margin:1em 0;
	padding: 1em 2em 2em 2em;
	background-color:#F3F5F7;
}

form fieldset{
	margin:0;
	padding:2em 0;
	border:none;
	border-bottom:1px solid #fff;
}

form fieldset legend{
	font-size:1.4em;
	margin: 0;
	padding:0 0 2em 0;
	width:40em;
	font-weight:bold;
	color:#999;
}
form fieldset.buttons{
	text-align:left;
	border:none;
	border-top: 4px solid #fff;
}

form fieldset.buttons input {float:right;}

form fieldset.buttons input.lowprio{
	border:1px solid #999;
	color:#fff;
	background:#fff url('../imgs/grey.png') repeat-x top left;
	font-weight:bold;
}



form fieldset.buttons input.highprio{
	border:1px solid #3278A4;
	color:#fff;
	background:#3278A4 url('../imgs/tablerulerpolyas.png') repeat-x top left;
	font-weight:bold;
}
form fieldset.buttons input.highprio:hover{
	background-position:50% 50%;
	cursor:pointer;
}

form fieldset.buttons input.lowprio:hover{
	background-position:50% 50%;
	cursor:pointer;
}


form label{
	margin:0.2em 0;
	padding:0.3em 0;
	width:29.2em;
	display:block;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	color:#999;
}

form label em{
	font-weight:bold;
	color:#3278A4;
	font-style:normal;
}

form label.error em{
	color:#E11D1C;
}

form input, form textarea{
	border:1px solid #ccc;
	padding:0.4em;
	margin:0 0.2em 0.2em 0;
	font-size:1.2em;
	color:#666;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
}

form input.text {
	width:30em;
	
}

form textarea.textarea {
	width:30em;
	
}

form label.error{
	color:#E11D1C;
	font-weight:bold;
	font-family:;
}

form label.motivate{
	color:#3278A4;
	font-weight:bold;
}

form input.error{
	border-color:#E11D1C;
	background-color:#FBEDED;
}

form div.formelement{
	position:relative;
	margin:1em 0;
	width:75em;
}

form div.input_helper {
	position:absolute;
	right:0;
	top:0;
	width:0.1em;
	height:0.1em;
	overflow:hidden;
	padding: 0.7em;
	text-indent:2em;
	z-index:9997;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;

	
	background:#ededed url("../imgs/help.png") no-repeat top left;
}



form div.input_helper:hover {
	width:20em;
	right:-20em;
	height:auto;
	z-index:9998;
	-moz-box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
}

form div.optiongroup {
	margin-left:29.2em;
	font-size:1.2em;
}


form div.checkselect{
	border:1px solid #ccc;
	background:#fafafa;
	padding:0.4em;
	margin:0 0.2em 0.2em 0;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	float:left;
}

form div.checkselect label.radiolabel {
	margin:0;
	padding:0 1.5em 0 0.5em;
	width:auto;
	display:inline;
	font-size:1em;
	font-weight:normal;
	color:#999;
}


/* form input.motivate{
	border-color:#3278A4;
	background-color:#EFF7EA;
}
*/
form div.error{
	color:#E11D1C;
	margin: 1em 0 0 19.2em;
	padding:0.4em 0.4em 0.4em 2em;
	font-size:1.2em;
	background: transparent url('../imgs/reddown.png') no-repeat 0% 50%;
	border-bottom:none;
	width:29.55em;
}

/* sizing of the main containers */
form input.full{
	width:31.15em;
}

form textarea.full{
	width:31.15em;
}

form input.third{
	width:10em;
}

form input.twothird{
	width:20em;
}

form div.information{
	float:right;
	width:29em;
}

form div.information p{
	font: italic 1.2em Georgia;
	color:#aaa;
	margin-top:0;
}

form div.information p a{
	color:#3278A4;
	text-decoration:none;
}
form div.information p a:visited{
	color:#6e9fbe;
}

form div.information p a:hover{
	text-decoration:underline;
}

#maincontent div.buttonlink{
	background:#fff;
	border:1px solid #3278A4;
	margin: 3em auto;
	width:50%;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
	text-align:center;
	background:#3278A4 url("../imgs/tableruler.png") repeat-x scroll 0 0;
}

#maincontent div.buttonlink a {
	margin:0.5em;
	padding: 0.25em 0.5em;
	display:block;
	font-size:1.6em;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 2px #3278A4;
}


#maincontent a.imagetext {
	background: transparent url("../imgs/arrow.gif") no-repeat scroll left center;
	color: #3278A4;
	padding: 0 0 0 2em;
	margin: -1em 0 1em;
	display:block;
	font-size: 1.2em;
}

#maincontent a.imagetext:hover {
	text-decoration:underline;
}



#maincontent div.buttonlink a:hover, #maincontent div.buttonlink:hover a  {
	color:#fff;
	text-shadow: 1px 1px 2px #5DB6EE;margin:0.5em;
	padding: 0.25em 0.5em;
}



/* The Special search form on the left */

#leftcontent .search dd{
	margin:0;
	padding:0;
}

#leftcontent form{
	margin:0;
	padding:0;
	background:#fff;
	width:auto;
	height:auto;
}

#leftcontent form input.search{
	padding:0.4em;
	margin:0.5em 0;
	width:17.3em;
	float:left;
}



#leftcontent form input.searchButton{
	border:none;
	margin:0;
	padding:0;
	width:30px;
	height:30px;
}

*:first-child+html #leftcontent form input.searchButton {
	float:right;
}

/* Njews */
#leftcontent #news h3.newsheader {
	display:block;
	border-bottom: 1px solid #3278A4;
	font-weight:bold;
	font-size:1.4em;
	color:#3278A4;
	padding:0.2em 0.5em 0.3em 0.5em;
	margin:0 1.1em 1em 0;
}

#leftcontent #news a.news {
	display:block;
	padding:0 0 1em 0;
}


#leftcontent #news a.news p span.link {
	color:#3278A4;
}

#leftcontent #news a.news:hover p span.link{
	text-decoration:underline;
}


#leftcontent #news a.news h4 {
	font-size:1.2em;
	font-weight:normal;
}

#leftcontent #news a.news h4 strong{
	font-weight:bold;
}

#leftcontent #news a.news img{
	border:none;
	float:left;
	margin: 0.6em 0.6em 0.3em 0;
}

#leftcontent #news a.news p{
	font-size:1.2em;
	line-height:1.6em;
	color:#999;
}

#leftcontent #news a:hover p{
	color:#666;
}

#leftcontent #news a.news p strong{
	font-weight:normal;
}

#footer {
	border-top: 0.3em solid #3278A4;
	padding:2em;
	text-align:center;
	color:#8c8c8c;
	clear:both;
}



#footer a{
	text-decoration:none;
	color:#3278A4;
}


#footer div.footercolwrap {
	float:left;
	margin:0;
	padding:0;
	width: 75em;
}

#footer div.footercol{
	text-align:left;
}

#footer ul.footercol, #footer div.footercol {
	float:left;
	list-style:none;
	margin:0 2em 0 0;
	padding:0;
	width:23em;
	height:23em;
	border-bottom:1px solid #3278A4;
	
}

#footer div.footercol{border-bottom:none;}

#footer ul.last, #footer div.last {
	margin:0;
	height:auto;
}




#footer ul.footercol li {
	border-bottom: 1px solid #3278A4;
	text-align:left;
}

#footer ul.footercol li.head span{
	font-size:1.4em;
	color:#3278A4;
	display:block;
	padding:0.5em;
}


#footer ul.footercol li a {
	padding: 0.4em 0.8em;
	display:block;
	margin: -1px -1.1em -1px -1px;

}

#footer ul.footercol li a:hover {
	color:#fff;
	text-decoration: none;
	background: #3278A4 url('../imgs/listarrow.png') no-repeat 100% 50%;
}

#footer ul.footercol li a span {
	font-size:1.2em;
}

#footer a:hover{text-decoration:underline;}

/* Footer Sitemap */
#footer div.footercol h3, #footer div.footercol h2 {
	color:#3278A4;
	display:block;
	font-size:1.4em;
	padding:0.5em;
	font-weight:normal;
	border-bottom: 1px solid #3278A4;
}

#footer div.footercol ul.sitemap {
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
}

#footer div.footercol ul.sitemap li {
	border-bottom: 1px solid #3278A4;
	margin: -1px 0;
}
#footer div.footercol ul.sitemap li a{
	padding: 0.4em 0.8em;
	display:block;
}

#footer div.footercol ul.sitemap li a span{
	font-size:1.2em;
}

#footer div.footercol ul.level0 li a span {
	font-weight:bold;
}

#footer div.footercol ul.level1 li a span {
	font-weight:normal;
}

#footer div.footercol ul.sitemap li ul.level1 {
	margin: 0;
	padding: 0 0 0.5em 1em;
}


#footer div.footercol ul.sitemap li ul.level1 li {
	border:none;
	list-style:none;
}


/* Dynamic footer content */
#footer img.inlineimg {
	width:23em;
	border:none;
	margin: 0;
	height:auto;
}

#footer a img.inlineimg {
	border:none;
}

#footer p {
	font-size:1.1em;
	line-height:1.4em;
}




#footer #footertext {
	border-top: 0.3em solid #3278A4;
	padding:1em 0;
	margin: 2em 0 0 0;
}


/* Magnolia Author Controls */

table.mgnlControlBarSmall{
	margin:1em 0 0.5em 0;
	border: 1px solid #6e9fbe;
}

table.mgnlControlBar{
	border: 1px solid #6e9fbe;
	margin:0;
}

table.mgnlControlBarSmall tr td, table.mgnlControlBar tr td{
margin:0;
padding:0.1em;
background: #919CA9 url('../imgs/tableruler.png') repeat-x 0% 0%;
border:none;
}
table.mgnlControlBar tr td{padding:0.5em;}

table.mgnlControlBarSmall_PUSHED tr td{
margin:0;
padding:0.1em;
background: #919CA9 url('../imgs/tab.png') repeat-x 0% 0%;
}
span.mgnlControlButtonSmall {
	background: #919CA9 url('../imgs/tableruler.png') repeat-x 0% 0%;
	
	border: 1px solid #6e9fbe;}



.spacer2 {
	margin:0 0 40px 0;
}

.spacer1 {
	margin:0 0 20px 0;
}

div.clear {
	clear:both;
		line-height:1px;
}

div.clear * {
	height:1px;
	line-height:1px;
}

/*fancybox*/

.slideshow{
	border:none;
	border-top: 1px solid #C7C8C8;
	padding:2em;
	margin: 0 0 2em 0;
	background:#EDEDED;
}

.slideshow a{
	border:1px solid #C7C8C8;
	background:#fff;
	padding:0.5em;
	margin: 0.5em;
	display:block;
	float:left;
	-moz-box-shadow: 1px 1px 3px #BBB;
	-webkit-box-shadow: 1px 1px 3px #BBB;
	box-shadow: 1px 1px 3px #BBB;
	height:10em;
	
}

.slideshow a img {
	border:1px solid #C7C8C8;
	background:#0A0A0A;
	height:9.8em;
	cursor:pointer;
}

#content div.mgnlMainbar, #content div.mgnlMainbarPreview {position:fixed;}

#wrapper #content div.mgnlMainbarPreview .mgnlControlButton {
	background: #919CA9 url("../imgs/tableruler.png") repeat-x scroll 0 0;
	border: 1px solid #3278A4;
	
}

/* the highlighting */

.highlight { 
	background-color:#FFEB47;
	border:1px solid #F0B835;
	color:#000;
	padding:0.2em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

.id_highlight {
	background: transparent url("../imgs/hand.gif") no-repeat center left;
	padding-left:2.4em;
}





/* Videoplayrt Styles. */



.player {
	background:#67A2C0;
	overflow:auto;
	margin:0 0 2em 0;
	padding:0;
	float:left;
}

.vidWrap{
	overflow:hidden;
}

#maincontent ul.myRemote {
	background:#1C1C1C;
	margin:0;
	padding:0;
	width:20em;
}

#maincontent ul.myRemote li {
	margin:0;
	padding:0;
	border:none;
}




#maincontent ul.myRemote li a{
	border-bottom: 1px solid #3278A4;
	display:block;
	float:none;
	background: transparent url("../imgs/tableruler.png") repeat-x top left;
	padding:0.5em;
	color:#fff;
	cursor:pointer;
}

#maincontent ul.myRemote li a:hover, #maincontent ul.myRemote li a.active{
	background: transparent url("../imgs/tableruler.png") repeat-x bottom left;
}

#maincontent ul.myRemote.left{
	float:left;
}

#maincontent ul.myRemote.right{
	float:right;
}


.player .vidWrap {
	float:left;
	margin:0;
	padding:;
}
.links {
	margin: 1em;
}
.links li{
	list-style: disc;
	margin: 0 0 0.5em 1em;
}
