@charset "utf-8";

* {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

html {
	min-width: 900px;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #888888;
	min-width: 900px;
	height: 100%;
	min-height: 100%;
	letter-spacing: 0;
}

a {
	text-decoration: none;
	color: #f29400;
}

a:hover {
}

p {
	margin: 0 0 15px 0;
}

blockquote {
	margin: 0 0 15px 30px;
}

h1 {
	font-size: 22px;
	line-height: 22px;
	color: #f29400;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	line-height: 14px;
	padding: 0px 0px 0px 75px;
	font-weight: normal;
}

h3 {
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	margin: 0 0 15px 0;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	margin: 0 0 15px 0;
	font-size: 10px;
	font-weight: bold;
}

h6 {
	margin: 0 0 15px 0;
	font-size: 9px;
	font-weight: bold;
}

ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
}

ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
	list-style-type: square;
}

li {
	margin: 0 0 5px 0;
}

input {
	border: 1px solid #f29400;
	padding: 1px;
	line-height: 16px;
	height: 16px;
}

select {
	border: 1px solid #f29400;
	padding: 1px;
	line-height: 22px;
	height: 22px;
}

textarea {
	border: 1px solid #f29400;
	padding: 1px;
	line-height: 16px;
}

button {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #000000;
	background: #f29400;
	padding: 2px 10px;
}

td {
	padding: 7px 7px 7px 0px;
	vertical-align: top;
}

/* TinyMCE */

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {	
	border: 1px dashed #BBBBBB; 
}

a.mceItemAnchor {
	width:12px;
	line-height:6px;
	overflow:hidden;
	padding-left:12px;
	background: url(contenido/external/wysiwyg/tinymce3/jscripts/tiny_mce/themes/advanced/skins/default/img/items.gif) no-repeat bottom left;
}

img.mceItemAnchor {
	width:12px;
	height:12px;
	background: url(contenido/external/wysiwyg/tinymce3/jscripts/tiny_mce/themes/advanced/skins/default/img/items.gif) no-repeat;
}

/* Custom */

.ImageLeft {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}

.ImageRight {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
}

.ImageCenter {
	display: block;
	margin: 0px auto;
}

.RahmenTabelle {
	border-top: 1px solid #fdf2e0;
}

.RahmenTabelle td {
	border-bottom: 1px solid #fdf2e0;
}
