@charset "utf-8";


/*~~~~~~~~~~	LINKS  - Start	~~~~~~~~~~~~*/	
a.intern	{
	color: 				#505050; /*#8080C0;*/
	text-decoration:	none;
	font-size:		106%;
	}

a.intern:hover	{
	color: 				#505050;
	text-decoration:	underline;
	font-size:		106%;
	}

a.intern:active	{
	color: 				#696969;
	text-decoration:	none;
	font-size:		106%;
	}


a.extern	{
	color: 				#808000;/*#5e5748;*/
	text-decoration:	underline;
	}

a.extern:hover	{
	color: 				#96896d;
	text-decoration:	none;
	}

a.extern:active	{
	color: 				#96896d;
	text-decoration:	none;
	}	



a.mailto	{
	color: 				#505050;
	text-decoration:	none;
	font-size:		105%;
	}

a.mailto:hover	{
	color: 				#505050;
	text-decoration:	underline;
	font-size:		105%;
	}

a.mailto:active	{
	color: 				#696969;
	text-decoration:	none;
	font-size:		105%;
	}

a.list_m {
	text-decoration: 	none;
	color: 				#505050;
	text-decoration:	none;
	font-size:			105%;
	}

a.list_m:hover {
	text-decoration: 	underline;
	color: 				#505050;
	font-size:			105%;
	}

/*~~~~~~~~~~	Formatierungen - Start	~~~~~~~~~~~~*/
	
.s_small {
	font-size:	0.8em;
}	

.clr{clear:both;}

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

.no_style {
	text-decoration:	none;
	border-style:		none;
	color:				#000000;
}

ul.none	{
	list-style-type:	none;
	margin-top:		8px;
	margin-bottom:	8px;
	line-height: 	1.2em;
}

p.text {
	text-align:		left;
	margin-top:		0.5em;
	margin-bottom:	0.5em;
}

img.left {
	float:			left;
	margin-top:		6px;
	margin-bottom:	8px;
	margin-right:	14px;
}

	
img.right {
	float:			right;
	margin-top:		8px;
	margin-bottom:	8px;
	margin-left:	14px;
}

div.sp_left	{
	float:			left;
	width:			45%;
	padding-right:	2em;
}

div.sp_right	{
	float:			right;
	width:			45%;
	padding-right:	2em;
}

div.middle{
	margin-top:		10px;
	margin-bottom:	10px;
	text-align: 	center;
	word-spacing:	0.2em;
	vertical-align: middle;
}


/*~~~~~~~~~~	Formulare - Start	~~~~~~~~~~~~*/

select {
	background-color:	#fff; 
	border:		1px solid #000;
}

input {
	border:		1px solid #000;
}

textarea{
	border:		1px solid #000;
}

/*~~~~~~~~~~	Formulare - Start	~~~~~~~~~~~~*/

h1{


}


h4{

}




/*
#content img.left_n {
	float:			none;
	margin-top:		4px;
	margin-bottom:	8px;
	margin-right:	14px;
	}

#content img.right_n {
	float:			none;
	margin-top:		8px;
	margin-bottom:	8px;
	margin-left:	14px;
	}
		
#content div.middle{
	margin-top:		10px;
	margin-bottom:	10px;
	text-align: 	center;
	word-spacing:	0.2em;
	vertical-align: middle;
}
	
#content td	{
	text-align: 	left;
	vertical-align: top;
}

#content caption	{
	caption-side:	top;
	text-align: 	left;
	font-size:		1em;
	font-weight:	bold;
}

	
#content div.sp_left	{
	float:			left;
	width:			45%;
	padding-right:	2em;
	
	}
	
.fieldset_blind	{
	border-width:	0px;

}*/

