/**
 * 
 * @project:				www.vjp.de 
 * 
 * @description:    Common classes and TAG definitions. Reset margins and paddings for all elements.
 *  
 * @author:         Goran Stefanovic <goran.stefanovic@marit.ag>
 *					Daniel Gruber
 *					Marco huber
 * @version:        1.0
 * 
 */
 
html {
	font-size: 10px;
	/*background: #C5C8CA;*/
}

* {
	font-family: Arial, Verdana, Sans-Serif;
	color: #000000;
	font-size: 1em;
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	font-size: 1em;
	text-align: center;
	background: #C5C8CA;	
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	color: #000000;
	font-size: 1.85em;
	/*line-height: 2.0em;
	margin-bottom: 1.7em;*/
	line-height: 20px;
	margin-bottom: 12px;
}

h2 {
	color: #000000;
	font-size: 1.55em;
	/*line-height: 2.0em;
	margin-bottom: 1.7em;*/
	line-height: 15px;
	margin-bottom: 5px;
}

h3 {
	color: #000000;
	font-size: 1.25em;
	/*line-height: 2.0em;
	margin-bottom: 1.7em;*/
	line-height: 12px;
	margin-bottom: 5px;
}

a {
	color: #507CA5;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

form,input,textarea {
	margin: 0px;
	padding: 0px;
}

form {
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
}

input, textarea {
}

fieldset {
	margin: 0px;
	border: none;
	width: auto;
}

img {
	border: none;
}

p {
	margin: 0px;
	margin-bottom: 15px;
	color: #000000;
	font-size: 1.1em;
	line-height: 1.5em;
}

dfn {
	display: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.5em;
}

td {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.5em;
}

hr {
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	border-top: 1px dashed #000000;
	color: #DADADA;
	background-color: #DADADA;
	height: 1px;
	display:block; 
	margin: 0.3em 0 0.3em 0;
	_margin: -0.3em 0 -0.4em 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	display: block; 
	line-height: 0px;
	font-size: 0px;
}