body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #ffffff;
    background-color: #993300; 
}

.modelPage {
    background-color: #003366;
}

.modelPageTable {
    width: 1000px;
    height: 700px;
}

.modelPageTablePhotoCell {
    padding: 30px;
    width: 500px;
}

.modelPageTableDescriptionCell {
    padding: 30px;
    width: 500px;
}

.modelBackToOverviewLink {
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    text-decoration: none;
}


td, tr {
    padding: 2px;
    color: #ffffff;
}

.modelTable {
    text-align: center;
    vertical-align: middle;  
    border: 1px solid #003366;            
}

.modelTableHeaderRow {
    font-weight: bold;
}

.modelTableRowEven {
    background-color: #003399;
    border: 1px solid #003399;                
}

.modelTableRowOdd {
    background-color: #993300;
    border: 1px solid #993300;                
}

.modelTableText {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}

.modelTableHintText {
    font-size: 10px;
}

.modelTableContactText {
    font-size: 12px;
    height: 25px;
    vertical-align: middle;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contactLegend {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}

.modelTableContactLink {
    color: #ffff00;
}

.footer {
    color: #99ff00;
    font-size: 10px;
}

.modelButton {
    text-align:center;
    background-color:#a9bdd0;
    border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    border: 2px solid #737276;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    width: 100px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.modelButton:hover {
    background-color:#c9dde9;
    cursor: pointer;
}

.modelKontaktButton {
    text-align:center;
    background-color:#a9bdf0;
    border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    border: 2px solid #737276;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    width: 100px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.modelKontaktButton:hover {
    background-color:#c9ddf9;
    cursor: pointer;
}

.modelKontaktProfilButton {
    text-align:center;
    background-color:#a9bdf0;
    border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    border: 2px solid #737276;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    width: 100px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.modelProfilKontaktButton {
    text-align:center;
    background-color:#a9bdf0;
    border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    border: 2px solid #737276;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    width: 130px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.modelProfilKontaktButton:hover {
    background-color:#c9ddf9;
    cursor: pointer;
}Button:hover {
    background-color:#c9ddf9;
    cursor: pointer;
}
.menuButton {
    text-align:center;
    background-color:#a9bdd0;
    border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    border: 2px solid #737276;
    color: #e7e5e5;
    font-size: 20px;
    font-weight: normal;
    height: 30px;
    width: 100px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;  
    background: -webkit-linear-gradient(#000075, #0060f9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000075, #0060f9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000075, #0060f9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000075, #0060f9); /* Standard syntax */        
}

.menuButton:hover {
    background-color:#c9dde9;
    background: -webkit-linear-gradient(#0000FF, #0010f9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0000FF, #0010f9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0000FF, #0010f9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0000FF, #0010f9); /* Standard syntax */      
    cursor: pointer;
}

.menuButtonLink {
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    text-decoration: none;
}

.menuButton2 {
    color: #e7e5e5;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 2px;
    background-image: url("http://croquis-tegning.dk/images/menubutton.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 100px;    
}

.menuButton2:hover {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 2px;
    background-image: url("http://croquis-tegning.dk/images/menubutton_hover.png");
    background-repeat: no-repeat;    
    height: 30px;
    width: 100px;    
}

.pageButton {
    font-weight: bold;
    color: #e7e5e5;
    text-align:center;
    background-color:#a9bdd0;
    border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    border: 2px solid #737276;
    color: #FFFFFF;
    height: 30px;
    width: 100px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;  
    background: -webkit-linear-gradient(#000075, #0060f9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000075, #0060f9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000075, #0060f9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000075, #0060f9); /* Standard syntax */        
}

.pageButton:hover {
    background-color:#c9dde9;
    background: -webkit-linear-gradient(#0000FF, #0010f9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0000FF, #0010f9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0000FF, #0010f9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0000FF, #0010f9); /* Standard syntax */      
    cursor: pointer;
    color: white;
}

.email_nu {
	font-style: normal;
	text-decoration: blink;
	text-transform: uppercase;
  animation: blink-animation 1s steps(20, start) infinite;
  -webkit-animation: blink-animation 1s steps(20, start) infinite;
}
@keyframes blink-animation {
  to {
  	color:orange;
 /* visibility: hidden;*/
  }
}
@-webkit-keyframes blink-animation {
  to {
  	color:orange;
 /* visibility: hidden;*/

  }
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

a 
{
    color: #FFFF00;
    font-weight: bold;    
}

.kurserHeadline
{
    color: #FFFF00;
    font-weight: bold;
}