* { margin: 0; padding: 0; }
body {	
	background-image: url(../tl_files/images/muster/bg1.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1.7em;
}

body, textarea, input {
	font-family: "Segoe UI","Lucida Grande", "Lucida Sans Unicode", "Arial";
	font-size: small;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper #header {
	background-image: url(../tl_files/images/muster/titel.jpg);
	background-repeat: no-repeat;
	height: 242px;
}
#header h1 {
	text-indent: -9999px;
}

#wrapper #container {
	background-image: url(../tl_files/images/muster/rand-mitte-braun.jpg);
	background-repeat: repeat-y;
}
#wrapper #container .inside {
	width: 860px;
	margin-left: 29px;
}

#footer {
	background-image: url(../tl_files/images/muster/rand-unten.jpg);
	background-repeat: no-repeat;
}
#footer .inside {
	text-align: center;
	color: #CCCCCC;
	padding-top: 10px;
}

#main .mod_article {
	width: 850px;
	margin-left: 20px;
	padding-bottom: 2em;
}
#main h2 {
	font-family: "Times New Roman";
	font-size: 220%;
	font-weight: normal;
	margin-bottom: 0.7em;
}

.ce_hyperlink {
	margin-top: 2em;
}

a.button,
input.button {
	background-image: url(../tl_files/images/muster/button-bl.jpg);
	padding: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	margin-right: 1em;
}
a.button:hover,
input.button:hover {
	background-image: url(../tl_files/images/muster/button-bl-1.jpg);
	color: #FFFFFF;
	##background-color: #123456;
}

h4 {
	margin-top: 2em;
}

.mod_login {
	margin-top: 2em;
	margin-bottom: 2em;
}

.mod_login  p.login_info {
	display: inline;
}
.mod_login .submit_container {
	display: inline;
}

.mod_login label {
	width: 10em;
	display: block;
	float: left;
}

.mod_changelanguage {
	position: absolute;
	left: 465px;
	top: 194px;
}

.mod_changelanguage ul {
	list-style-type:none;
}
.mod_changelanguage li {
	float: left;
	margin-right: 10px;
}

a {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	color: #000000;
}

.ce_text table {
	width: 100%;
	font-size: 100%;
}
.ce_text table td {
	width: 30%;
	text-align: right;
	vertical-align: top;
	padding-right: 1em;
}
.ce_text table td+td{
	width: 70%;
	text-align: left;
}


