@charset "utf-8";
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,
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-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 18px;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
	quotes: "" "";
}
/*  ENDE CSS-RESET */

body {
	background: #FFFFFF;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    }
.bodyclass  #container {
	width: 960px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left;
    }

    .bodyclass #header {
	background: #FFFFFF;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	text-align: center;
	padding-top: 20px;
    }
.bodyclass  #content {
	background: #FFFFFF;
	margin-top: 45px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
    }
.bodyclass #content #verify {
	background-color: #F0F0F0;
	width: 80%;
	margin: auto;
	border: 1px solid #666666;
}
#verify #ver_ueberschrift {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#verify #verify_form {
	padding-bottom: 15px;
	padding-left: 15px;
}
#verify #verify_form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#verify #verify_form form {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
#verify #alternativ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#verify  #verify_form  label  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#verify #verify_form_s1 {
	padding-bottom: 10px;
	padding-left: 15px;
}
#verify #verify_form_s1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#verify #verify_form_s1 form {

}
#verify #verify_form_s1 #vcode {
	font-family: "Courier New", Courier, monospace;
}
#verify #verify_form_s1 #vurl {
	font-family: "Courier New", Courier, monospace;
}

#verify  #verify_form_s1  label  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#verify #verify_check {
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#verify #verify_check_s1 {
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
#verify #verify_check_s1 p {
	font-family: Arial, Helvetica, sans-serif;
}

#verify_check_s1 p {
	padding-top:10px;
	padding-bottom: 10px;
}

#verify #verify_check_s1 #schalt {
	width: 100px;
	height: 30px;
	border: 1px solid #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#verify #verify_check_s1 #verify_message { color: #FF3333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}
#text_orange { color: #0099CC; }
#footer  { width: 80%; text-align: left;	margin: auto; padding-top: 15px; } 
#footer  ul  {	list-style: square;	list-style-position: inside; line-height: 15px;}
#footer  li  {	font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding-left: 5px; }
.honeyfield { display: none; }
