@charset "utf-8";

@media all
{
	*
	{
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
	}

	table
	{
		border-collapse: collapse;
		table-layout: fixed;
		margin: 0px;
/*
*/
	}

	caption
	{
		font-weight: bold;
		padding-bottom: 0.5em;
		text-align: left;
	}

	td, th
	{
		font-weight: normal;
		text-align: left;
		vertical-align: top;
		font-size: 12px;
	}
	
	a img {
		border-style: none;
		border-width: 0;
	}
	
	ul
	{
		list-style-type: none;
	}
}

@media screen
{
	body
	{
		/* background-color: #D71E1E; */
    color: black;
		font-size: 12px;
	}

	body.SeitePlanung
	{
		/*background-image: url(images/backgroundBodyPlanung.gif);
		background-repeat: repeat-x;*/ 
	}

	body.SeiteAnsicht
	{
		
		/*background-image: url(images/backgroundBodyAnsicht.gif);
		background-repeat: repeat-x;*/
	}

	a
	{
		
		color: #000000;
		cursor: pointer;
		text-decoration: none;
	}
	
	a.pfeilLink
	{
		padding-left: 14px;
		color: black;
		font-weight: bold;
		cursor: pointer;
	}
	
	a.pfeilLink:hover
	{
		color: #00AEEF;
		background:url(../images/arrow_blue_right_medium.gif) no-repeat 0 0;
	}
	
	a.Link
	{
		
		color: black;
		font-weight: bold;
		cursor: pointer;
	}
	
	a.Link:hover
	{
		color: #00AEEF;
	}
	
	a.confignormal
	{
		
		color: black;
		font-weight: bold;
		cursor: pointer;
	}
	
	a.confignormal:hover
	{
		color: #00AEEF;
	}

	
	a.confignormal_small
	{
		
		color: black;
		//font-weight: bold;
		cursor: pointer;
	}
	
	a.confignormal_small:hover
	{
		color: #00AEEF;
	}
	
	a.chosen
	{
		
		color: red;
		font-weight: bold;
		cursor: pointer;
	}
	
	a.chosen:hover
	{
		color: #00AEEF;
	}
	
	span
	{
		margin: 0px;
	}

}


@media print
{
	body
	{
		background-color: white;
		color: black;
		font-size: 10pt;
	}

	a
	{
		display: none;
	}
}

/* debug bttons */
html body button#buttonBoxes,
html body button#buttonAddons
{
	display: block !important;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}

h4
{
	font-size: 1em;
	font-weight: normal;
}
