/*------------------
Grundstruktur
--------------------*/

/*html {
	background:url(background_login.jpg)
}
*/

html {
	background-color: white;
}

body{
	font:14px/1.3  sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
}

#hero {
	margin: 0 auto;
}


/*------------------
Das Hier ist die Übertrifft 
--------------------*/

h1{
	font:bold 12px sans-serif;
	font-family: Verdana, sans-serif;
	color:#71564b;
	text-align: center;
}

h2{
	font: bold 36px;
	font-family: Verdana, sans-serif;
	color: #71564b;
	text-align: center;	
}

h3{
	font-size: 30px;
	width: 450px;
}
/*-------------------
Hier sind die Angebotenen Roadshows
----------------------*/
ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-left: -1px;
	color:  #71564b;
}

/*hier überlappen Bilder mit Überschrifftten*/

.location {
	font-weight: bold; 
	color: orange;
}
.img{
	float: left;
	margin-left: 10px; 
	margin-right: 10px;
	}

.pic_block {
	cursor: pointer;
	text-align: center;
}

.pic_text{
}


/*hier ist der Footer*/

.page_footer {
	
	padding: 10px 10px 10px 10px;
	 
}
.pic{
	padding: 3px 1px 11px 6px;
	margin-right: 10px;

  }
/* Hier ist das Anmeldeformular */

/*------------------
Das Hier ist die Übertrifft 
--------------------*/

h4{
	font:bold 36px Verdana;
	margin:0 auto;
	color:white;
	text-shadow:3px 2px 0 rgba(255,255,255,0.4); 
	text-align: center;
}

/*------------------
Hier ist das style für das Formular
--------------------*/

#frm_anmeldung {
	color:white; 
	font:bold 10px;
}

#main {
	width: 440px;
	margin: 80px auto 120px;
	position: relative;
	text-align: center;
	
}

#main form{
	width: 440px;
	height: 450px;
	padding-top: 30px;
	
}

#main form input{
	height: 30px;
	width: 250px;
	margin-bottom: 10px;
	background-position: 0 0;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
}

#confirm {
	text-align: center; 
	font-weight: bold; 
	padding: 10px 10px 10px 10px; 
	/*text-decoration:underline;*/
	font-size: 16pt;
}

#warning{
	margin-left: 50px; 
	text-align:center; 
	font-style:italic; 
	color: red;
}


/*------------------
Hier ist der Button
--------------------*/

#main input[type=submit]{
	
	border: 1px solid #004C9B;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #D3EBFF;
    cursor: pointer;
    display: block;
    font: bold 25px Cambria,"Hoefler Text",serif;
    margin: 50px 0 0 100px;
    padding: 15px;
    text-shadow: 0 -1px 0 #444444;
    width: 250px;
    height: 70px;
	background-color:#0496DA;
	
	background-image: linear-gradient(top, #0496DA 0%, #0067CD 100%);
	background-image: -o-linear-gradient(top, #0496DA 0%, #0067CD 100%);
	background-image: -moz-linear-gradient(top, #0496DA 0%, #0067CD 100%);
	background-image: -webkit-linear-gradient(top, #0496DA 0%, #0067CD 100%);
	background-image: -ms-linear-gradient(top, #0496DA 0%, #0067CD 100%);
}

#main form input[type=submit]:hover{
	
	background-color:#0383d3;
	
	background-image: linear-gradient(top, #0383d3 0%, #004c9b 100%);
	background-image: -o-linear-gradient(top, #0383d3 0%, #004c9b 100%);
	background-image: -moz-linear-gradient(top, #0383d3 0%, #004c9b 100%);
	background-image: -webkit-linear-gradient(top, #0383d3 0%, #004c9b 100%);
	background-image: -ms-linear-gradient(top, #0383d3 0%, #004c9b 100%);
}

#main form input[type=submit]:active{
	
	background-color:#026fcb;
	
	background-image: linear-gradient(top, #026fcb 0%, #004c9b 100%);
	background-image: -o-linear-gradient(top, #026fcb 0%, #004c9b 100%);
	background-image: -moz-linear-gradient(top, #026fcb 0%, #004c9b 100%);
	background-image: -webkit-linear-gradient(top, #026fcb 0%, #004c9b 100%);
	background-image: -ms-linear-gradient(top, #026fcb 0%, #004c9b 100%);
}

/*Hier ist das impressum*/

#impressum  {
	text-align: center;
	display: none;
	font: Verdana;
	font-size: 10pt;
}

#markman {
	font-weight: bold; 
	color: orange;
}

#impressum_link {
	text-align: center;
	
}