/*
Theme Name: Galaxy
Theme URI: http://www.tattoocms.it/templates/galaxy.html
Author: Nicola Lambathakis

adapted by webraumfahrer.com for jewish tours berlin
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background-color: #C4DCFE;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-image: url(imgs/bgbody.jpg);
	background-position: left top;
}

div, p, img, a, td, ul, ol {
    font-size: 1em;
}
#searchbox {
	top: 15px;
	width: 230px;
	position: absolute;
	left: 20px;
	height: 30px;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent;
}

b {
	color: #2F6CED;
}


ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 10px .3em;
    list-style: decimal;
	background: transparent;
	border-bottom: 1px solid #CBCBCB;
}


/* ---[ common elements ]--------------------- */

p {
	padding: 1em;
	margin: 0;
}

p.tourpage {
	margin: 0px 0 5px 0;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #003B94;
    background-color: #DCEAFF;
}	

h1 {
	font-size: 150%;
	padding: 5px 5px 5px 5px;
	margin: 10px;
	}
	
h2 {
    font-size: 120%;
	padding: 5px 10px 0px 5px;
	margin: 1.5em 0 0 0;
 	text-align: right;
	}
	
h2.tour {
    font-size: 120%;
	padding: 5px 10px 0px 5px;
	margin: 5px 0 10px 0;
 	text-align: right;
	background-color:#FFFFFF;
	}
	
h3 {
	font-size: 100%;
	margin: 0 0 0 0;
 	padding: 0px 2px 0px 10px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

h3 a, a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: none;
	color: #999;
	background: transparent;
}

h3 a:hover {
	color: #003B94;
	background: transparent;
}

h4 {
    margin: 0 0 0 0;
    font-size: 110%;
    font-weight: normal;
    font-style: italic;
    color: #003B94;
    background-color: #EEEEEE;
    text-align: right;
    padding: 3px 2px 0px 5px;
}

h5 {
	margin: 1.5em 0 0 0;
	font-size: 130%;
	font-weight: bold;
	color: #003B94;
	background: transparent;
}
	
h1 span, h2 span, h3 span {
	color: #003B94;
	background: transparent;
}

a, a:link, a:visited, a:active {
    font-size:100%;
	text-decoration: none;
    color:#CC3300;
}

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

a img, img {
	border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}

li {
    list-style: circle;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

/* background */
#supernova {
	background-image: url(imgs/supernovabg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

#page {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #000000;
	background-image: url(imgs/bgpage.jpg);
}

#content {
	float: left;
	text-align: left;
	width: 493px;
	padding: 0;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 65px;
	padding-right: 0px;
	color: #003B94;
}

#content p {
	padding:10px 20px 10px 2px;
}

#content input, #content .contactTextarea {
	/*width:200px;*/
	border: 1px solid #999;
}

#content img {
    margin: 10px;
	border: 1px solid #D3D3D3;
}

#content ol li img {
	margin: 5px 0px 5px 0px;
	padding:0;
}

#content div.tours_home {
	margin: 10px 0px 10px 0px;
	padding: 0;
}

#content div.tours_home img {
	padding:0;
	margin:0;
	margin-right: 7px;
	border: 1px solid #D3D3D3;
}

#content h3 {
	color: #003B94;
	height: 32px !important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
    padding: 5px 10px 0px 10px;
}

#content h3 a, #content h3 a:visited {
	color: #003B94;
	height: 32px !important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
    padding: 5px 5px 0px 10px;
	font-weight: normal;
	font-size: 1.0em;
	text-decoration: none;
}

#content h3 a:hover {
	color: #003B94;
    text-decoration:none;
}

#content ul {
	width: 435px;
	padding: 0px 10px 10px 10px;
}

#content ul li {
    list-style: circle;
    padding-left: 10px;
    margin-bottom: 3px;
    width: 435px;
}

#content ol {
	width: 435px;
	padding: 0px 10px 10px 10px;
}


/* Header
------------------------------------------------------------------------- */

#header {
	position: relative;
    background-color: #C4DCFE;
	height: 225px;
   	padding:0;
	margin: 0;
}

#menue {
    background-color: #C4DCFE;
    background-image: url(imgs/menue_bg.jpg);
    background-repeat: no-repeat;
    width: 800px;
	height: 43px;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 13px;
}

#menue ul {
    display:inline;
    list-style-type: none;
}

#menue ul li {
    display:inline;
    list-style-type: none;
    font-weight: bold;
    color: #FFF;
    margin: 0px 2px 0px 2px;
}

#menue ul li.current a {
    display:inline;
    list-style-type: none;
    color: #FFF;
    text-decoration: underline;
}

#menue ul li a {
    color: #FFF;
}

#menue ul li a:hover {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

/* Sidebar
------------------------------------------------------------------------- */

#sidebar {
    font-size: 85%;
	color: #FFFFFF;
	margin: 3px 0px 0px 574px;
 	padding: 0px 0px 0px 0px;
	width: 182px;
	text-align: left;
	/* border: 1px solid #fff; */
	background-color:#2F6CED;
}

#sidebar img {
    border: 1px solid #fff;
    vertical-align: top;
	padding: 0px;
	margin: 0px;
	vertical
}

#sidebar p a {
    font-size: 90%;
	color:#FFFFFF;
}

* html #sidebar {
	margin: 0px 0px 0px 570px;
	padding: 0px 0px 0px 0px;
}

#sidebar h2 {
    background: url(imgs/sb_bg_h2.gif) no-repeat;
    width: 182px;
    padding: 4px 0px 0px 0px;
    color: #FFF;
    height: 26px !important; /* for most browsers */
    height /**/:26px; /* for IE5/Win */
    text-align: center;
    font-weight: normal;
}

#sidebar ul, #sidebar p {
    text-align: left;
	margin:0;
	padding:10px;
}


/* Footer
------------------------------------------------------------------------- */
#footer {
	margin: 0px;
	font-size: 85%;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
 	height: 58px;
	text-align: center;
	vertical-align: bottom;
	background-color: #79AEFE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(imgs/footer.jpg);
}

#footer p {
	background-image: url(imgs/bottom_sash.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}

#footer a {
	border-bottom: none;
	color: #FFFFFF;
	font-weight: bold;
}



/* end top menu nav*/