	
/* F o r m u l a r   ------------------ */ 

.rot { color: #c00; }
form { width:98%;}
	
form br {clear: left; }

legend {padding: 0 5px 0 5px;}
	
fieldset 
	{ 
	margin-bottom:10px;
	padding: 5px
	}

label
	{
	float:left;
	margin: 5px 0 0 0;
	width:100px;
    }

input,textarea,select 
	{
	color: #000;
	width: 95%;
	max-width: 400px;
	font-size: 1em;
	border: 1px solid #999;
	background-color:#f9f9f9;
	margin: 10px 0 0 0;
	padding: 5px 10px;
	}

select { margin-bottom: 0.5em; }	

input[type=checkbox] , input[type=checkbox]
	{
	border: 0; width: 20px;
	}	

input:focus, textarea:focus{ background-color:#ffc;}

input.nurlesen, textarea.nurlesen, input.nurlesen:focus, textarea.nurlesen:focus
	{ background-color:#f9f9f9; border: 0;}

/* --------------- neu 2018 -----------------------  */
a.Link_Button 
	{/*
	display: block;
	width: auto; */
	border: 2px solid #0B88FD;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #0B88FD;
	line-height: 3em;
	height: 3em;
	padding: 0.625em 1em;
	text-decoration: none;
	transition: all 0.5s;
	/* Schlag-Schatten */
	box-shadow: 4px 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px #666;
	-moz-box-shadow: 4px 4px 4px #666;		
	}

a.Link_Button:hover 
	{
	border: 2px solid #EB6401;
	color: #fff;
	background-color: #EB6401;
	font-weight: bold;
	cursor: pointer;
	}

a.Link_Button-rot
	{/*
	display: block;
	width: auto; */
	border: 2px solid #0B88FD;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #f00;
	line-height: 3em;
	height: 3em;
	padding: 0.625em 1em;
	text-decoration: none;
	transition: all 0.5s;
	/* Schlag-Schatten */
	box-shadow: 4px 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px #666;
	-moz-box-shadow: 4px 4px 4px #666;		
	
	}

a.Link_Button_rot:hover 
	{
	border: 2px solid #EB6401;
	color: #fff;
	background-color: #c00;
	font-weight: bold;
	cursor: pointer;
	}

input[type="submit"], input[type="reset"], input[type="button"]
	{
	width: 50%;
	max-width: 200px;
	border: 2px solid #FFCC00;
	color: #0B88FD;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFCC00;
	padding: 0.375em 0.50em;
	text-decoration: none;
	transition: all 0.5s;
	/* Schlag-Schatten */
	box-shadow: 4px 4px 4px #bbb;
	-webkit-box-shadow: 4px 4px 4px #bbb;
	-moz-box-shadow: 4px 4px 4px #bbb;		
	}

input[type="submit"]:hover , input[type="reset"]:hover , input[type="button"]:hover 
	{
	border: 2px solid #CDA415;
	color: #fff;
	background-color: #CDA415;
	font-weight: bold;
	cursor: pointer;
	}

/* -------------------------------------------*/ 