/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	padding-bottom: 40px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******MEINS******/

body {

	font-family: courier new;
}

h1 {
	font-size: 60px;
	font-weight:normal;
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: -10px;
	margin-bottom: -10px;
	color: #0071b9;
}

h2 {
	font-size: 20px;
	padding-left: 20px;
	border-top: 2px solid darkgrey;
	color: #747474;
	font-weight:normal;
}

h3 {
	font-size: 20px;
	color: #0071b9;
	margin-top: 50px;
	margin-bottom: 5px;
	font-family: courier new;
	
}

td h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font-family: verdana;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 20px;

		
}
li {
	margin-bottom: 15px;
}

#header {
	margin: 0 auto;
	width: 800px;
}

#menu {
	font-size: 16px;

	list-style: none;
	
	margin-left: 320px;
	margin-top: -40px;
}

#menu li {
	float: left;
	margin-right: 20px;
}

#menu li a, 
#menu li a:hover, 
#menu li a:active, 
#menu li a:visited {
	text-decoration: none;
	color: #747474;
}

#container {
	margin: 0 auto;
	width: 750px;
	margin-top:50px;
}

#wrap-left {
    width:200px;
    float:left;
}
#partners {
	text-align: right;
	font-family: courier new;
	font-size: 16px;
}

#partners  p{
	margin-bottom: 20px;
	color: #747474;
}

#partners img {
	margin-bottom: 20px;
	border: 0px;
}


.hoster {
	float:right;
	margin-top: 50px;
	font-style: italic;
	font-size: 12px;
	color: #003d6a;
}

#companies {
	text-align: right;
	font-family: courier new;
	font-size: 16px;
	margin-bottom: 20px;
}

#companies  p{
	margin-bottom: 20px;
	color: #747474;
}

#companies img {
	margin-bottom: 20px;
}


#place {
	font-size: 30px;
	padding-left: 50px;
}

#date {
	font-size: 45px;
	padding-left: 30px;
}

#content {
    float:right;
	width: 500px;
}

p.bodytext {
	font-family: verdana;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: justify;
}

form {
	margin-top: 20px;
	margin-bottom: 20px;	
}

label {
	text-align: right;
	width: 150px;
	display: block;
	float: left;
	margin-right: 10px;
	font-family: helvetica, arial;
	font-size: 14px;
}

input {
	margin-bottom: 2px;
	border: 1px solid #0071b9;
	background-color: light-blue;
	}
	
input.csc-mailform-check {
	margin-right: 50px;
	margin-bottom: 10px;
	height: 30px;
	
	border: 1px solid #0071b9;
	background-color: light-blue;
}

input.csc-mailform-submit {
	margin-left: 160px;
}

table.table_contact {
	width: 500px;	
}

td.td-0 {
	width: 250px;
}

td.td-last {
	width: 250px;
}

csc-header {
	margin-top: 0px;
	padding-top: 0px;
}