
/* -------------------------------------------------- */
/*    GLOBAL STUFF                                    */
/* -------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

body {
	font-family: "Courier New", monospace;
	text-align: left;
	font-size: 62.5%;  /* 1em = 10px , 1.4em = 14px */
	color: #000;
}

input {
	font-family: "Courier New", monospace;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #07B;
}





/* -------------------------------------------------- */
/*    POSITIONING                                     */
/* -------------------------------------------------- */

#all {

}

#page {

}


div.row {
	
}


#head {
	position: absolute;
	top:20px;
	left:25px;
	width: 225px;
}
#flashmap {
	margin-left: -20px;
}

#main {
	margin-top:20px;
	margin-left:280px;
}

#cont {
	width: 680px;
}


#pagination {
	display: none;
	position: absolute;

	top: 480px;
	left: 280px;
}


#cont .csc-textpic-text {
	display: none;

	position: absolute;
	top: 520px;
	left: 280px;
}

#cont .smallimg .csc-textpic-text {
	top: 420px;
}
#cont .largeimg .csc-textpic-text {
	top: 620px;
}

/*  #####  HEAD ELEMENTS  #####  */



#mainnav {

}

#langnav {
	margin: 18px 0px 36px 0px;
	overflow: hidden;
}


/*  #####  PAGE ELEMENTS  #####  */






#cont {
	padding-right: 3em;
}








/* -------------------------------------------------- */
/*    NAVIGATION                                      */
/* -------------------------------------------------- */

ul.nav {
	list-style:none;
}
.nav, .nav li {
	font-size: 12px;
}
.nav a {

	text-decoration: none;
}

.nav a:hover {
	text-decoration: none;
}


a.act, #langnav li.act {
	color: #0AF;
}

li li a.act, .nav li li a:hover,  li.active a {
	color: #F00;
}




/* ---- Mainnav -----*/

#mainnav li li {
	padding-left: 20px;
	background: url(nav.gif) no-repeat 10px 5px;
}

#mainnav li li.act, #mainnav li li:hover, #mainnav li.active {
	background-image: url(nav-act.gif);
}


/* ---- langnav -----*/



/* ---- pagination -----*/
#prev:hover , #next:hover {
	color: #0AF;
}
#number {
	display: none;
}

/* -------------------------------------------------- */
/*    CONTENT DESIGN                                  */
/* -------------------------------------------------- */


h1, h2, p, li, input, label {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
}

h1, p {
	padding-bottom: 18px;	
}


#pagetitle h1 {
	color: #0AF;
	padding-bottom: 0px;
}
#subtitle h1 {
	color: #F00;

}

#head h1, #head h2{
	padding-bottom: 0px;
	font-size:12px;
	line-height: 15px;
}
#cont h1, #subtitle h1 {
	font-size:15px;
} 


#head h1, #cont h1 {
	/*text-transform: uppercase;*/
}


#cont li {
	margin-left: 1em;
}

#cont i {
	font-size: 12px;
	line-height: 15px;

	font-style: normal;
}

#cont a, #rightcol a {

}









#cont .textpic-cont {
	float: left;
	width: auto !important;
}

#cont .textpic-cont img {
	height: 100px !important;
	width: auto !important;
	display: block;
	margin: 0px 10px 10px 0px;

	cursor: pointer;
}

#cont .textpic-cont.big img {
	height: auto !important;
	margin-top: 3px;
	/* cursor: default; */
}

#cont .big .csc-textpic-text {
	display: block;
}

#prev, #next {
	cursor: pointer;
}





/* ---- Formulare -----*/

label, input {
	display: block;
	float: left;
}
.csc-mailform-field {
	overflow: hidden;
	padding-bottom: 8px;
	clear:left;
}

fieldset.csc-mailform {
	width: 585px;
}

label {
	margin-top: 5px;
	width: 215px;
}

input {
	border-bottom: 1px solid #CCC;
	color: #666;
	width: 370px;
}

input:focus {
	border-bottom: 1px solid #000;
	color: #000;
}

input.csc-mailform-submit {
	border: 0px none;
	color: #EEE;
	background: #555;
	width: 205px;

	margin-top: 20px;
	cursor: pointer;
	font-weight: bold;
}

input.csc-mailform-submit:hover {
	border: 0px none;
	color: #FFF;
	background: #000;
}


#c354, #c355 {
	color: #F00;
}
#pid43 #subtitle{
	display: none;
}


