@charset "utf-8";
/* CSS Document jtfoto.dk*/

html, body {
	background:#27110b;
	color:#e7dbc3;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	cursor:default;
}

img {
	border:none;
}

a, a:link, a:visited, 
a:active, a:hover {
	color:#e7dbc3;
	text-decoration:none;
}

h1 {
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
a#back {
	color:#e7dbc3;
	padding-top:3px;
	font-size:12px;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}

a#back:hover {
	text-decoration:underline;
	outline:none;
}

p {margin:0 20px 10px 20px;}

#main{
	width:100%;
	height: 100%;
	text-align:left;
	margin: 0 auto 0;
}

#splash {
	background-image:url(../img/splash.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin:170px auto 0px;
	width:800px;
	height:320px;
	}
	
.blocked {
	display:block; 
	width:100%;
	height:100%;
	text-decoration:none; 
} 

#menu {
	width:800px;
	height:30px;
	margin:140px auto 0px;
	text-align:right;
	}

#content {
	width:800px;
	background:#27110b url(../img/bg.png);
	background-repeat:no-repeat;
	height:330px;
	margin:0px auto 0px;
	} 
	
#txt {
	float:left;
	width:470px;
	text-align:justify;
	padding: 10px 0 0 20px;
}

#thumbs {
	position:relative;
	width:700px;
	padding: 10px 50px 0 50px;
}
#thumbs a {
	margin: 5px; 
	display: block; 
	float: left; 
	color: #e7dbc3;
} 

#prev {
	position:absolute;
	text-align:left;
	top:295px;
	left:0px;;
	width:90px;
	height:20px;
}

#next {
	position:absolute;
	text-align:right;
	top:295px;
	right:0px;
	width:85px;
	height:20px;
}

#fg {
	width:426px;
	height:260px;
	text-align:left;
	margin:13px 0 0 35px;;
	}
	
#fg a {
	margin-right: 3px; 
	display: block; 
	float: left; 
	color: #e7dbc3;
} 

#fmenu {
	width:400px;
	height:260px;
	text-align:center;
	}

#form {
	width:440px;
	}
	
input.dane{
	background-image:url(../img/input.png);
	background-repeat:no-repeat;
	background-color:transparent;
	width: 280px;
	height:26px;
	font-size:11px;
	color:#e7dbc3;
	valign:middle;
	padding-top:7px;
	padding-left:7px;
	border:none;
}

textarea {
	background-image:url(../img/textarea.png);
	background-repeat:no-repeat;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#e7dbc3;
	border:none;
	width: 280px;
	height: 100px;
	overflow:auto;
	padding-top:7px;
	padding-left:7px;
}

textarea.msg{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color:#424242;
    text-decoration: none;
	border:none;
	background: transparent;
	width: 250px;
	height: 100px;
	valign: top;
	overflow:auto;
}


textarea.msgerror{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color:red;
    text-decoration: none;	
	border:none;
	background: transparent;
	width: 250px;
	height: 100px;
	valign: top;
	overflow:auto;
}	

table.fk {
	margin:0px 10px 0 10px; 
	font-size:11px;
	border:0px;
	color:#e7dbc3; 
	padding:0px;
	width:400px;
}

table.fk td {
	padding:5px 0 0 0; 
	color:#e7dbc3;
	text-align:right;
	width:300px;
}

table.fk td.lab {
	padding:12px 7px 0 0;
	border:none;
	width:93px;
	height:26px;
}


table.fk td.req {
	padding:5px 0 0 0;
	border:none;
	text-align:right;
	width:100px;
	height:26px;
}

table.fk td.send {
	padding:0 7px 0 0;
	border:none;
	width:100px;
	height:26px;
}

table.fk tr {
	height:26px;
	vertical-align: top;
}

#img {
	float:left;
	background-image:url(../img/img.jpg);
	background-position:left top;
	margin-top:1px;
	background-repeat:no-repeat;
	width:310px;
	height:320px;
	}
	
.tabs ul {
	font:12px Verdana;
	margin:0px;
	list-style:none;
}

.tabs li {
	display:inline;
	margin:0px;
	padding:0px;
}

.tab a {
	float:left;
	height:40px;
	color:#e7dbc3;
	text-decoration:none;
	margin:0px;
	padding-top:3px;
}

.tab a:hover {
	color:#ffffff;
}

#foot {
	width:800px;
	height:40px;
	text-align:right;
	margin:0px auto 0px;
}