/* PROCAB pc_style V.0.0.2 */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;

}




/* Body */
body {
	background: url("../images/layout/black.png") 0 0 repeat-x;
	color: #333;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 75%;
	vertical-align: top;
	height: 100%;

}

/* Claim */
#claim {
    color: #cc0000;
}
#claim h1{
	color: #ffcc99;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 100px;
	font-weight: bold;
	margin-bottom: 30px;




}
#claim p{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	font-style: italic;


}

/* Links */
a,
a:link,
a:visited {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.0em;

}
a:hover {
	color: #cc3300;
	cursor: pointer;
	text-decoration: none;
}
a.active {
	color: #cc3300;
}
li.active a {
	color: #cc3300;
}



/* bilder */
img {
	border: none;
	vertical-align: top;
}




/* typo */
h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
	font-weight: normal;
}

h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.8em;
}
h3,
h4,
h5,
h6,
p,
address  {
	font-size: 1.2em;
	padding: 0;
}

span.paragraphHeadline {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;	
}

/* Listen */
ul,
ol,
dl {
	font-size: 1.2em;
	list-style-position: outside;
}

li {
	list-style-image: none;
	list-style-type: none;
}

dt,
dd {}




/* Tabellen*/
table {}
thead {}
tbody {}

/* Form */
form,
fieldset,
legend,
label,
input,
option,
select,
textarea {}

label,
legend,
input,
select,
textarea,
div.dropDown {
	font-size: 1.2em;
}

legend { 
	display: none;
}
