@charset 'utf-8';


/* Import CSS
--------------------------------------------------------------------------------*/
@import url(reset.css);
@import url(clearfix.css);


/* Typselektoren (HTML)
--------------------------------------------------------------------------------*/
body {
	background-color:#2a2a2a;
	background-image:url(../images/template/background.gif);
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	margin:0;
}


img, a img {
	border:0 none;
}

form {
	display:inline;
}

strong {
	font-weight:bold;
}

h1 {
	font-size:26px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px 0;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
   margin:0;
   padding:0;
}

ul,
li {
	list-style-type:none;
}



/* Globale Links
--------------------------------------------------------------------------------*/
a {
	outline:none; 
	text-decoration: none;
}

a:link {
color: #a60b0b;
}

a:visited {
color: #a60b0b;
}

a:hover {
color: #ffffff;
}

a:focus {
color: #a60b0b;
}

a:active {
color: #a60b0b;
}


/* Allgemeine Klassen
--------------------------------------------------------------------------------*/
.nowrap {
	white-space:nowrap;
}

.hideme {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.clear { /* Clear Float - http://sonspring.com/journal/clearing-floats */
     clear:both;
     display:block;
     overflow:hidden;
     width:0px;
     height:0px;
}

p.p10 {
   margin-bottom:10px;
}

p.p15 {
   margin-bottom:15px;
}

p.p25 {
   margin-bottom:25px;
}

p.p30 {
   margin-bottom:30px;
}

p.p50 {
   margin-bottom:50px;
}


/* Wrapper
--------------------------------------------------------------------------------*/
#wrapper {
	width:840px;
	margin:0 auto;
	background-color:#ffffff;
}


/* Header
--------------------------------------------------------------------------------*/
#header {
	/* width:840px; */
	border-bottom:10px solid #d10000;
}

/* Main
--------------------------------------------------------------------------------*/
#main {
	/* width:840px; */
	padding:20px 0 30px 20px;
}

#main p {
	line-height:120%;
}

.main-box {
	width:388px;
	height:150px;
	border:1px dotted #000000;
	margin:0 20px 20px 0;
	background-color:#eaeaea;
	float:left;
}

.main-box-bild {
	width:100px;
	height:150px;
	float:left;
	margin:0 15px 0 0;
}

.main-box-text {
	width:263px; /* Breite: 273px */
	padding:10px 10px 10px 0;
	float:left;
}

.main-box-text h3 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.main-box-text p {
	line-height:120%;
}

.main-box-text p.status-frei {
	font-size:13px;
	color:#079b07;
}

.main-box-text p.status-besetzt {
	font-size:13px;
	color:#e70000;
}

.main-box-text p.status-nicht-verfuegbar {
	font-size:13px;
	color:#000000;
}

.main-box-text p.nummer {
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px 0;
}

.main-box-text p.nummer span {
	letter-spacing:1px;
}

.main-box-text p.tarif {
	color:#727272;
	font-size:13px;
}


/* Footer
--------------------------------------------------------------------------------*/
.footer {
	margin:30px 20px 0 0;
	text-align:center;
	border-top:10px solid #d10000;
	padding:8px 0 0 0;
}


/* Pagination Links
--------------------------------------------------------------------------------*/
.paginationlinks {
display:inline-block; /* wegen span */
font-size:14px;
font-weight:bold;
color:#000000;
background-color:#ffffff;
padding:5px 8px 5px 8px;
border:1px solid #555555;
margin:0 3px 0 0;
}

a.paginationlinks {
display:inline-block; /* wegen span */
font-size:14px;
font-weight:bold;
color:#cccccc;
background-color:#272727;
padding:5px 8px 5px 8px;
border:1px solid #555555;
margin:0 3px 0 0;
}

a.paginationlinks:hover {
display:inline-block; /* wegen span */
font-size:14px;
font-weight:bold;
color:#000000;
background-color:#bbbbbb;
padding:5px 8px 5px 8px;
border:1px solid #555555;
margin:0 3px 0 0;
}


/* Sticker Right Down
--------------------------------------------------------------------------------*/
.sticker-right-down {
	position:fixed;
	bottom:0;
	right:0;
}
