body {
	padding: 10px;
	background-image: url("bg.jpg");
	color: #303835;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	background-color: #D9D4C1;
}

p {
	margin-bottom: 1em;
	margin-bottom: 1em;
}

a {
	color: #303835;
	text-decoration: underline;
}

a:hover {
	color: #303835;
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
	line-height: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3.normal {
	font-size: 1.1em;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

.center {
	text-align: center !important;
}

.smaller {
	font-weight: normal;
	font-size: 0.9em;
}

#wrapper {
	background-color: white;
	margin: 0 auto;
	width: 950px;
	border: 5px solid white;
}

#header {
	color: white;
	background-color: #111211;
	margin-bottom: 5px;
}

#header_left {
	display: inline;
	overflow: hidden;
	padding: 9px 9px 11px 9px;
	float: left;
}

#header_left a#gringologo {
	display: block;
	padding-left: 36px;
	text-decoration: none;
	color: white;
	background: url('gringo.gif') no-repeat;
}

#header_left span#gringo {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1em;
}

#header_left span#gringocolor {
	color: #ffcc33;
}

#left {
	display: inline;
	width: 565px;
	padding-right: 5px;
	float: left;
}

#right {
	display: inline;
	width: 380px;
	float: left;
	overflow: hidden;
}

#left_small {
	display: inline;
	width: 330px;
	padding-right: 5px;
	float: left;
	overflow: hidden;
}

#right_small {
	display: inline;
	width: 230px;
	float: left;
}

.box_top {
	background: #DAD6B3 url("headline_middle.jpg") repeat-x;
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

.specialbox_content {
	background-color: #FFFAD4;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

.box_content {
	padding: 5px;
}

#footer {
	background-color: #646B58;
	color: #ddd;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

#footer a {
	color: #DDD;
}

div.splitter {
	border-bottom: 1px dotted #aaa;
	height: 0.7em;
	margin-bottom: 0.7em;
}

img.thumb {
	float: left;
	position: relative;
	left: 0;
	margin: 2px 4px 4px 0;
}

.row1 {
	background-color: #FFE991; /* #FFFAD4; */
}

.row2 {
	background-color: #FFEEA8; /* #FFFDEA; */
}

.dottetborder {
	border-bottom: 1px dotted #aaa;
}

img.headericon {
	padding-right: 5px;
}

.margin_bottom {
	margin-bottom: 5px;
}

div.left {
	display: inline;
	float: left;
	text-align: left;
}

div.right {
	display: inline;
	float: right;
	text-align: right;
}

/* bissi schutz vor spam */
span.maila {
	display: none;
}

ul.normal_list {
	margin: 1em 0 0 0;
	padding-left: 15px;
	list-style-type: disc;
}
ul.normal_list li {
	list-style-type: disc;
	padding-top: 5px;
}

div#brief {
	float: left;
	width: 150px;
}

div#form {
	float: left;
	width: 220px;
}
input.mailbutton {
	padding: 5px; background: #f1592a url('button.jpg') repeat-x; border: 1px solid #ff2900; font-weight: bold; color: white; cursor: pointer;
}
