/*************************************
     STYLESHEET - CAFE COZY 2007
   BY HMR-design (www.hmrdesign.dk)


   ORANGE: #fcb034
**************************************/

* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

html,body {
	margin: 0;
	padding: 0;
	background-color: black;
}

#container0 {
	border-top: solid 30px black;
	background-color: white;
	text-align: center;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


#menu {
	text-align: right;
	padding: 15px 0px 5px 0px;
}

#top {
	clear: both;
}

#top img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}


#content {
	clear: both;
	padding: 15px 0;
}

#content_1 {
	width: 700px;
	float: left;
	margin-right: 20px;
}

#submenu {
	width: 258px;
	float: left;
	border: solid #999999 1px;
	background-color: #fafafa;
}

#submenu img {
	margin: 5px 0 0 10px;
}


#footer {
	width: 980px;
	margin: 0 auto;
	font-size: 10px;
	text-align: right;
	padding: 5px;
	color: white;
}

#footer * {
	color: white;
	font-size: 10px;
}

#madeby {
	text-align: right;
	padding: 0 10px 10px 10px;
}

#madeby img {
	border: 0;
}


/*********
    MENU CONFIG
*********/
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	padding: 0;
	margin: 0 5px 0 30px;
}

#menu ul li img {
	display: inline;
	border: 0;
}

#submenu ul {
	margin-top: 5px;
}


/*********
    STYLE CONFIG
*********/
.bodytext, p {
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 150%;
}

a {
	color: #fcb034;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	color: #fcb034;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }

.csc-frame-indent {
	padding: 0 30px;
}

.csc-frame-frame1 {
	border: solid #999999 1px;
	background-color: #fafafa;
	padding: 10px 10px 0px 10px;
}


/*********
    ALIGN CONFIG
*********/
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

/*********
    KOLONNE CONFIG
*********/
.three-col {}
.three-col-1 {
	width: 200px;
	float: left;
}

.three-col-2 {
	width: 500px;
	float: left;
}

.three-col-3 {
	width: 300px;
	float: left;
}

.two-col-wide-narrow-1 {
	float: left;
	width: 660px;
	margin: 0 20px 0 0;
}

.two-col-wide-narrow-2 {
	float: left;
	width: 300px;
}

.two-col-small-1 {
	float: left;
	width: 320px;
	margin-right: 20px;
}

.two-col-small-2 {
	float: left;
	width: 320px;
}

.two-col-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
}

.two-col-2 {
	float: left;
	width: 480px;
}


/*********
    NEWS CONFIG
*********/
.news-list-container {

}

.news-list-item {
	margin-bottom: 25px;
}

.news-list-item-date {
	color: #fcb034;
	font-weight: bold;
}

.news-list-item-image img {
	border: solid #aaaaaa 1px;
	display: block;
	margin: 4px 0;
}

.news-list-item-header, .news-list-item-header a  {
	color: #333333;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.news-list-item-readmore {
	text-align: right;
	margin-top: 5px;
	font-weight: bold;
}

.chooseevent {
	background-color: #fafafa;
	border: solid #999999 1px;
	font-size: 14px;
	font-weight: bold;
	padding: 50px;
	text-align: center;
	color: #bdbdbd;
}

.news-single-item {
	padding: 10px;
	background-color: #fafafa;
	border: solid #999999 1px;
}

.news-single-timedata {
	color: #fcb034;
	font-weight: bold;
}

.news-single-header {
	font-size: 18px;
	font-weight: bold;
}

.news-single-subheader {
	margin: 10px 0;
}

.news-single-subheader * {
	font-size: 12px;
	color: #333333;
}

.news-single-img img {
	float: left;
	margin: 0 10px 10px 0;
	border: solid #999999 1px;
}
/*********
    Direct mail subscrip
*********/

.subscribe_newsletter .name, .subscribe_newsletter .email, .subscribe_newsletter .submit  {
	clear: both;
	padding: 10px 0;
}

.subscribe_newsletter .submit {
	padding-left: 180px;
}
	
.subscribe_newsletter .name .input label, .subscribe_newsletter .email .input label {
	display: block;
	width: 60px;
	float: left;
	padding-top: 4px;
}

.subscribe_newsletter .name .input input, .subscribe_newsletter .email .input input {
	display: block;
	float: left;
	width: 190px;
}


/**********************************
  MAILFORM STYLING - BEGIN
**********************************/
form.mailform {}

form.mailform fieldset {
	margin-bottom: 10px;
	background-color: #efefef;
	border: solid #aaaaaa 1px;
}

form.mailform legend {
	padding: 0 2px;
	font-weight: bold;
}

form.mailform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 120px;
}

form.mailform ol {
	margin: 0;
	padding: 0;
}

form.mailform li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.mailform li input, form.mailform li textarea {
	width: 295px;
}

form.mailform em {
	margin-left: 5px;
	color: red;
}

form.mailform li .mf-submit {
	width: auto;
	margin-left: 340px;
}

form.mailform li.req-label {
	text-align: right;
}
/**********************************
  MAILFORM STYLING - END
**********************************/

/** SMS SERVICE **/
.csc-frame-frame1 form.mailform fieldset {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}


.csc-frame-frame1 form.mailform label {
	width: 60px;
}

.csc-frame-frame1 form.mailform li {
	margin-left: 0;
	padding-left: 0;
}

.csc-frame-frame1 form.mailform li input, .csc-frame-frame1 form.mailform li textarea {
	width: 195px;
}

.csc-frame-frame1 form.mailform li .mf-submit {
	margin-left: 180px;
	width: auto;
}

.csc-frame-frame1 form.mailform li.req-label {
	display: none;
}

/*****************/

