@charset "utf-8";
/* CSS Document 
MöPED 2010 2
letzte änderung: 07.06.11
grün: #5e9728 / ohne
lila: #c20069 neu: c20069
schwarz: #19160d neu: 000000
weiß: #f5f9ec
*/

/*	------------------------------------- A L L G E M E I N ----------------------------------------- */

.news {
	background: url(../images/body/hr.gif) bottom no-repeat;
	clear: both;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#inhalt .news img {
	float: right;
	border: #19160d solid 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: both;
}

.untertitel {
	clear: both;
	float: right;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 150px;
	color: #333333;
	text-align: left;

}

.left {
	float: left;
}

.clear {
	clear: both;
}

/*	------------------------------------- U B E R S C H R I F T E N --------------------------------- */

h1 {
	font-size: 12px;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	color: #000000;
}

h3 {
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	color: #000000;
}

p {
	padding: 0px 0px 5px 0px;
}

/*	------------------------------------- A N K E R --------------------------------- */

a {
	font-weight: bold;
	color: #000000;
}

a:hover {
	font-weight: bold;
	color: #c20069;
}

/*	------------------------------------- F O R M U L A R E -------------------------------------- */

input, textarea, select {
	color : #000000;
	border : 1px solid #c20069;
	background-color: #f5f9ec;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #000000; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #000000; outline: 1px solid #c20069; }

/*	------------------------------------- T A B E L L E  T O U R --------------------------------- */

.tour td {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
}

.tour th {
	font-size: 12px;
	padding: 10px 0px 2px 0px;
	text-align: left;
	color: #c20069;
}

.tour .date {
	font-weight: bold;
}

