/*
	Hier werden nur die Tags ohne Klassen oder ID's definiert,
	die in der markup.css überschrieben werden sollen!
*/
/*----- Tags -----*/
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	background:url(../images/body_bg.gif) repeat-x 0 0 #e7e9eb;
	color:#444444;
}
/*--Text--*/
h1 
{
	font-size:14px;
}

h2 
{  
	font-size:12px;
	font-style:italic;
}

h3,
h4,
h5,
h6 
{ 
	font-size:12px;
	padding:0px;
	margin:0;
}

p 
{
	font-size:12px;
	margin:0 0 15px 0;
}

strong 
{

}

/*--Tabellen--*/
table 
{
	font-size:12px;
	margin:0 0 15px 0;
	width:100%;
}

caption 
{
	
}

thead 
{
	background:#444444;
	color:#ffffff;
}

tbody 
{

}

tfoot 
{

}

tr 
{

}

th 
{
	padding:3px 5px 3px 5px;
}

td 
{
	padding:3px 5px 3px 5px;
}
/*--Listen--*/
ol 
{

}

ul 
{
	margin:0px 0 15px 5px;
}

li 
{
	
}
/*--Links--*/
a:link {
	color:#444444;
	text-decoration:none;
}
a:visited  {
	color:#444444;
	text-decoration:none;
}
a:focus  {
	color:#444444;
	text-decoration:none;
}
a:hover  {
	color:#444444;
	text-decoration:underline;
}
a:active   {
	color:#444444;
	text-decoration:none;
}
/*--Formulare--*/
input,
textarea,
select
{
	border:1px solid #444444;
}
/*----- Tags Ende -----*/
