/**
 * Style sheet style
 */
.accord
{
	padding-left:25px;
	background-image:url("tl_files/layout/cam.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
}

.mod_eventlist
{
}

a:link
{
	cursor:hand;
}

.guest_border
{
	border:1px solid #666666;
}

.comment
{
	padding-top:10px;
	padding-left:10px;
	background-color:#DFE8FA;
	border-right:1px solid #0066cc;
	border-bottom:4px solid #0066cc;
	border-left:1px solid #0066cc;
}

html,
body
{
	height:100.1%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#273B91;
	background-image:url("tl_files/layout/body_bg_top.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	color:#0066cc;
}

#header
{
	width:914px;
	height:158px;
	background-image:url("tl_files/layout/header.jpg");
	background-repeat:no-repeat;
}

#navigation
{
	width:914px;
	height:37px;
	background-image:url("tl_files/layout/navigation.jpg");
	background-repeat:no-repeat;
}

#main
{
	width:914px;
	background-image:url("tl_files/layout/main_bg.jpg");
	background-repeat:repeat-y;
	min-height:500px;
}

#footer
{
	width:914px;
	height:37px;
	background-image:url("tl_files/layout/end.jpg");
	background-repeat:no-repeat;
}

#inhalt
{
	float:none;
	padding:20px 50px 10px 50px;
}

.left
{
	width:49%;
	float:left;
}

.right
{
	width:49%;
	float:right;
}

.inside
{
	text-align:left;
}

img
{
	border:0px;
}

h3
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#0066CC;
}

a:link,
a:visited,
a:active
{
	font-family:Verdana;
	text-decoration:none;
	font-size:12px;
	color:#0066CC;
}

a:hover
{
	font-family:Verdana;
	text-decoration:underline;
	font-size:12px;
	color:#0066CC;
	cursor:pointer;
}

.clear
{
	clear:left;
}

.underline
{
	border-bottom:1px solid #0066CC;
}

.subline
{
	width:300px;
	border-bottom:1px dotted #0066cc;
}

#wrapper
{
}

.eintragen
{
	font-weight:bold;
	font-size:14px;
	color:#0066cc;
	cursor:pointer;
}

a.eintragen
{
	font-weight:bold;
	font-size:14px;
	color:#0066cc;
	cursor:pointer;
}

.form_guest
{
}

a.toggler:hover
{
	height:30px;
	background-color:#3366cc;
	color:#FFFFFF;
	cursor:pointer;
}

a.toggler:hover
{
	height:30px;
	background-color:#3366cc;
	color:#FFFFFF;
	cursor:pointer;
}

#inhalt .ce_hyperlink
{
	margin-bottom:20px;
}

hr
{
	height:1px;
	margin:10px 0px;
	padding:0px;
	color:#273B91;
	border: 0px;
	border-top: solid 1px #273B91;
	border-bottom: transparent;
}


/**
 * Gästebuch
 */
.guest_box
{
}

.guest_head
{
	height:20px;
	padding-top:5px;
	padding-left:10px;
	background-color:#0066cc;
	font-weight:bold;
	color:#FFFFFF;
}

a.guest_head
{
	font-weight:bold;
	color:#FFFFFF;
}

.guest_submit
{
	margin-top:5px;
	margin-bottom:10px;
	border:0px;
}

.toggler
{
	height:30px;
	cursor:hand;
}


/**
 * Paginierung
 */
.pagination a
{
	font-weight:normal;
	text-decoration:none;
}

.pagination_current
{
	margin-right:5px;
	margin-left:5px;
	font-weight:bold;
}

.pagination
{
	margin-top:15px;
	font-weight:bold;
}

.pagination_link
{
	margin-right:5px;
	margin-left:5px;
}

.pagination_last
{
	margin-right:5px;
	margin-left:5px;
}

.pagination ul li
{
	float:left;
	padding-right:2px;
	padding-left:2px;
	font-weight:bold;
	list-style-type:none;
}

.pagination ul
{
	width:100%;
	float:left;
	margin-right:auto;
	margin-left:auto;
	padding-right:2px;
	padding-left:2px;
}

