/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: larger;
	
}

table {
	border-collapse: collapse;
	empty-cells: hide;
	border-color:#999999;
	border-style: 1px solid;
}

#kopfzeile {
	background-color: #CCCCCC;
	text-align:center;
	padding: 3px;	
}
#beschreibung {

	padding-left: 25px;
}
#uvp {
	color:#000000;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}
uvp.rot {
	color: red;
}

img.basic {
	border: 1px solid;
	border-color:#CCCCCC;
	width: 600px;	
}
img.detail {

	border: 1px solid;
	width: 290px;
}
h1	{
	font-size: 2.0em;
	color:#000000;
	margin-top: 0;
}
.Subheader_blau {
	color: blue;
	font-size:18px;
	font-style: italic;
	font-weight: bold;
}
.Subheader_rot {
	color: red;
	font-size: 18px;
	font-weight:bold;
	font-style: italic;
}
.NormalText_rot {
	color: red;
}
.NormalText_blau {
	color: blue;
}
.TextGross_rot {
	color: red;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}
.Standard_fett {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}


