@charset "utf-8";
/* CSS Document */

body {
	line-height:1.5em;
}

b, strong {
	color: #000000;
	font-weight: bold;
}
h1 {
	font-family: arial, helvetica, verdana, geneva;
	font-weight: bold;
	font-size: 120%;
	line-height:120%;
	margin:0px;
	margin-top:15px;
	margin-bottom:10px;
	
}
h2 {
	font-size: 110%;
	font-family: arial, helvetica, verdana, geneva;
	font-weight: bold;
	line-height:110%;
	margin-top:15px;
	margin-bottom:10px;
	
	text-decoration:underline;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin:15px 0px 3px 0px;
}
a:active, a:link, a:visited {
	color:#000000;
}

ul, ol {
	padding-left:40px;
	margin-top:10px;
	margin-bottom:12px;

}
ul li, ol ul li {
	list-style-type: none;
	list-style-position: outside;
	/*list-style-image: url('/fileadmin/IPv6Contest/imgs/li.gif');*/
        list-style-image: url('../imgs/li.gif');
	color: black;
	margin-top: 4px;
}
table ul,li {
	margin-top: 0px;
}


ol li,ul ol li {
	list-style-type: decimal;
	list-style-image: none;
	color: black;
	margin-top: 4px;
}

blockquote, .indent{
/*	float:left; */
	width:100%;
	padding-left:30px;

}

/********** Tabellen Definition für Events ***********/

table.contenttable-0 td p, table.contenttable-0 td {
	padding: 5px;
	margin: 0px;
}
table.contenttable-0 {
	width: 420px;
	margin: 10px 0px;
	border:solid thin;
	border-color:#dedede;
}
table.contenttable-0 thead tr, table.contenttable tbody .tr-even {
	background-color: #F7F7F7;
}
tr.tr-odd {
	background-color: #FCFCFC;
}
td.td-0 {
	width:100px;
	text-align:center;
	font-weight:bold;
}
td.td-1 {
	width:140px;
}
td.td-12 {
	width:auto;
}
td.td-2 {
	width:auto;
}
div.formrow {
	margin-top:20px;
	width:450px;
}

div.formrow textarea  {
	width:100%;
}
div.formrow input{
	width:250px;
}

div.formrow input.submit{
	width:150px;
	margin-left:10px;
}
p.align-center{
	text-align:center;
}
