/* general */
body {
	margin: 5px 0px 0px 5px;
	/* background-image: url(../images/backtotheroots.gif); */
	background-repeat: no-repeat;
}

td {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

td.tinytext{
	font-size: 9px;
}

td.smtext {
	font-size: 10px;
}

td.bigtext {
	font-size: 13px;
}

h1 {
	font-size: 15px;
}

#top {
	font-size: 12px;
}

a:link, a:visited, a:active {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}


/* main layout */
table.main {
	width: 700px;
}

/* header section */
table.header{
}

table.header h1 {
	font-size: 12px;
	font-weight: normal;
}

/* navigation */

table.nav {
	border-left: 1px solid #cccccc;
	margin-top: 4px;
	font-weight: bold;
	color: #cccccc;
}

table.room{
	width: 300px;
	margin: 0px; 
}

td.roomdesc{
	padding: 5px;
	text-align: justify;
}

a.topnav:link, a.topnav:visited, a.topnav:active{
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
}
a.topnav:hover{
	text-decoration: underline;
	color: #000000;
}

a.lang:link, a.lang:visited, a.lang:active{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.lang:hover{
	color: #666666;
}

/* main content section */
td.content{
	padding: 10px;
	width: 500px;

}

/* side section */
td.side {
	background-color: #efefef;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 197px;
	padding: 2px;
}

/* side input */
table.bookbox{

}

input.small{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.smallbutton{
	border: 1px solid #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.midbutton{
	border: 1px solid #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 50px;
}

.error{
	font-size: 9px;
	color: #cc0000;
}

<!-- hostelguide.de -->

.dark {}

.bg_dark{
	border: 1px solid silver;
	background-color:#efefef;
}

.sub_title{
	font-size: 14px;
	background-color: silver;
}

.bg_norm{}

.s{}

