/* @override http://controlmagazine.org/dev/style.css */

/* CSS Document */

body {
	font-family: Arial, "Helvetica" sans-serif;
	font-size: 12px;
	line-height: 15px;
	
	margin-top: 1.7em;
	margin-left: 2em;


	
	color: #000;
	background-color: #fff;
}


strong {
	font-weight: bold;
}

body.stateofagreement {
	/* background: #fee7ed; */
	background: #f2f6fc;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {

}

h1 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 45px;
	line-height: 42px;
	font-weight: bold;
	margin-left: -3px;
	margin-bottom: 17px;
	height: 40px;
}

h1 a {
	text-decoration: none;
	color: inherit;
}

h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 1em 0;	
}

img+h2, a+h2 {
	/* optischer ausgleich wenn bild über h2 */
	margin-top: 1.4em;
}

h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;	
}

h4 { margin: 0; }

#menu { 
	margin: 0 0 4em 0;	
}
#menu a { 
	color: #000; 
	text-decoration: none;
}
#menu a.active, #menu a:hover { 
	color: #888; 
}

#content {
	margin: 1em 0 10em 0;
	width: 400px;
}

#content ul, table.contributors {
	margin: 0 0 1em 0;
}
table.contributors {
	/*border-top: 1px solid #eee;*/
	width: 100%;
}

table.contributors td:first-child {
	width: 35%;
}

table.contributors td {
	vertical-align: top;
	border-bottom: 1px solid #eee;
	padding: 2px 0;
}

#content p {
	width: 400px;
	margin: 0 0 1em 0;
}


#play {
	position: absolute;
	left: 50%; margin-left: -267px;
	top: 40%; margin-top: -200px;
	width: 534px;
}

#play .info {
	font-size: 10px;
	height: 1em;
	margin: 0 0 10px 0;
}

#play .info .left {
	float: left;
	width: 75%;
	text-align: left;
}

#play .info .right {
	float: right;
	width: 25%;
	text-align: right;
}


div.previous a, p.nav a {
	text-decoration: none;
}

p.nav a:hover {
	 color: #888; 
	}

form {
	margin-top: 2em;
}

fieldset {
	margin: 0 0 1.2em 0;
}

fieldset label {
	float: left;
	display: block;
}

fieldset.addr { margin: 0 0 1.3em 0;}
label { 
	padding-top: 3px;
	margin-right: 1em; 
	
}

fieldset.addr label { 
	width: 70px; 
}

#content fieldset p {
	margin: 0 0 5px 0;
}

fieldset.addr input { 
	width: 400px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; line-height: 1em;	
}

input.addr {
	margin-bottom: 5px;
}


fieldset.issuelist input {
	float: left; clear: left;
	margin-right: 10px;
}

fieldset.issuelist label { 
	width: 360px; 
	float: left;	
}
	
fieldset.final {
	margin: 1.5em 0 0 0;
}

textarea {
	width: 400px; height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; line-height: 1em;	
}

#ac {
	width: 300px;
	margin-top: 8em;
}

#footer {
	margin: 6em 0 1em 0;
	width: 400px;
}
